aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nctgpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-131-1/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* nctgpio: Enable all the 9 groups for NCT6116D and remove FIXMEsStéphane Rochoy2023-08-041-10/+10
* nctgpio: Populate the cache earlierStéphane Rochoy2023-07-011-27/+26
* superio+nctgpio: Add support for new (weird) chipsStéphane Rochoy2023-07-011-2/+509
* superio+nctgpio: Prepare to support some new (weird) chipsStéphane Rochoy2023-07-011-240/+465
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* nctgpio: improve performance (latency) of operationAndriy Gapon2019-10-221-154/+299
* move nctgpio to superio(4) busAndriy Gapon2019-10-161-218/+57
* nctgpio: change default pin names to those used by the datasheet(s)Andriy Gapon2019-07-011-1/+1
* nctgpio: add new device id for the GPIO chip in PCEngines APU3Oleksandr Tymoshenko2018-01-021-0/+4
* nctgpio(4): Don't index past the end of sc->pins arrayConrad Meyer2016-04-201-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+2
* Add support for the Nuvoton NCT5104D.Adrian Chadd2016-03-311-0/+802