aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/gpio
Commit message (Expand)AuthorAgeFilesLines
* Add module build stuff for gpioths(4), a driver for DHT11/DHT22 sensors.Ian Lepore2019-12-072-1/+20
* Add missing file to gpiobus moduleJustin Hibbits2018-01-071-0/+4
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-046-12/+12
* Refactor FDT part of gpioled driverOleksandr Tymoshenko2016-11-071-0/+4
* - Add required header for fixing `make` in sys/modules/gpioLi-Wen Hsu2016-10-211-1/+1
* Add gpiokeys to the list of GPIO modules built only if FDT is enabledOleksandr Tymoshenko2016-05-281-1/+1
* When building modules, define make variable OPT_FDT if the kernel configIan Lepore2016-05-271-1/+5
* Fix parallel builds by specifying *all* required headers in SRCS.Ian Lepore2016-05-275-5/+5
* [gpio] add gpiospi to the gpio module.Adrian Chadd2016-05-271-1/+1
* Add a PPS driver that takes the timing pulse from a gpio pin. CurrentlyIan Lepore2016-05-262-1/+41
* [gpiospi] add initial gpio SPI bit bang driver.Adrian Chadd2016-05-261-0/+41
* Revert r299739. That did not make it better.Bjoern A. Zeeb2016-05-142-2/+2
* Blind long shot. Add ofw_gpiobus.c to the SRCS list in the hope toBjoern A. Zeeb2016-05-141-1/+1
* Add loadable module for gpiokeysOleksandr Tymoshenko2016-05-122-1/+15
* Fix the build of gpiobus as a module.Luiz Otavio O Souza2015-08-171-2/+3
* Inspired by r262522, fix make depend. This fixes the build of gpio modules.Luiz Otavio O Souza2014-02-273-2/+3
* Allow building the GPIO bus and associated bits as modules.Adrian Chadd2012-01-154-0/+150