summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/amlpinctrl.c
AgeCommit message (Expand)Author
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-05-21Add an additional pin configuration.Mark Kettenis
2020-12-29Add more PWM pin descriptions.Mark Kettenis
2020-12-18Emulate open drain GPIOs. This replaces the hack added in the last commit.Mark Kettenis
2020-12-17Reset pin 3 of the GPIOAO bank to input mode to work around a hardwareMark Kettenis
2020-12-17Add support for the "Always On" GPIOs.Mark Kettenis
2019-10-06Add support for i2c pins.Mark Kettenis
2019-09-02Two additional pin configurations.Mark Kettenis
2019-09-01Write to the correct register when setting the output level for a GPIO pin.Mark Kettenis
2019-08-31Add code to configure SD/MMC pins.Mark Kettenis
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on AmlogicMark Kettenis