summaryrefslogtreecommitdiff
path: root/sys/modules/gpio
AgeCommit message (Expand)Author
2025-08-23sys/modules: fix standalone build for multiple modulesShengYi Hung
2024-11-01modules: gpioaei: Fix arm64.LINT-FDT breakageRavi Pokala
2024-10-31modules: gpioaei only on ACPI-supporting archsColin Percival
2024-10-31GPIO: Add ACPI _AEI supportColin Percival
2024-09-14gpiobus(4): Add an acpi variant of gpiobusAhmad Khalifa
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2019-12-07Add module build stuff for gpioths(4), a driver for DHT11/DHT22 sensors.Ian Lepore
2018-01-07Add missing file to gpiobus moduleJustin Hibbits
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-11-07Refactor FDT part of gpioled driverOleksandr Tymoshenko
2016-10-21- Add required header for fixing `make` in sys/modules/gpioLi-Wen Hsu
2016-05-28Add gpiokeys to the list of GPIO modules built only if FDT is enabledOleksandr Tymoshenko
2016-05-27When building modules, define make variable OPT_FDT if the kernel configIan Lepore
2016-05-27Fix parallel builds by specifying *all* required headers in SRCS.Ian Lepore
2016-05-27[gpio] add gpiospi to the gpio module.Adrian Chadd
2016-05-26Add a PPS driver that takes the timing pulse from a gpio pin. CurrentlyIan Lepore
2016-05-26[gpiospi] add initial gpio SPI bit bang driver.Adrian Chadd
2016-05-14Revert r299739. That did not make it better.Bjoern A. Zeeb
2016-05-14Blind long shot. Add ofw_gpiobus.c to the SRCS list in the hope toBjoern A. Zeeb
2016-05-12Add loadable module for gpiokeysOleksandr Tymoshenko
2015-08-17Fix the build of gpiobus as a module.Luiz Otavio O Souza
2014-02-27Inspired by r262522, fix make depend. This fixes the build of gpio modules.Luiz Otavio O Souza
2012-01-15Allow building the GPIO bus and associated bits as modules.Adrian Chadd