aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioths.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+2
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-231-4/+2
* Define PNP info after defining driver modulesMark Johnston2021-01-211-2/+4
* [gpioths] Fix GPIOTHS_DEBUGBrad Davis2019-12-271-2/+2
* Switch gpioths(4) from using a callout to a taskqueue for periodic pollingIan Lepore2019-12-091-10/+17
* Paste things correctly so that I'm added to the *end* of the copyright list.Ian Lepore2019-12-091-1/+1
* Add myself to the copyright list. Also add an SPDX tag. And finally, fixIan Lepore2019-12-091-3/+5
* Add FDT support to the gpioths driver. It now uses the newer gpio_pin_*()Ian Lepore2019-12-091-104/+131
* Add a MODULE_DEPEND() for the gpioths driver. Also, note that the prior commitIan Lepore2019-12-081-2/+3
* Add support for more chips to the gpioths driver.Ian Lepore2019-12-081-6/+49
* Simplify sysctl stuff in the gpioths driver. There is no need to use localIan Lepore2019-12-081-87/+8
* Several small fixes for the gpioths (temp/humidity sensor) driver.Ian Lepore2019-12-081-4/+15
* [gpioths] new driver for temperature/humidity sensor DHT11Michael Zhilin2017-01-161-0/+405