summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/bcm2835_gpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pasto; configure pin as input if it isn't an output.kettenis2020-06-121-2/+2
* Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOskettenis2020-04-271-3/+209
* Explicitly check that the length of the "brcm,pull" property is greaterkettenis2020-04-251-3/+3
* Add bcmgpio(4). For now this driver only provides pinctrl functionality.kettenis2020-04-241-0/+199