aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioregulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-4/+2
* Remove "all rights reserved" from copyright for the file that Jared McNeillEmmanuel Vadot2019-12-031-1/+0
* Zero the GPIO regulator pins memory.Luiz Otavio O Souza2019-06-061-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Add driver for GPIO controlled regulator.Jared McNeill2016-10-151-0/+348