aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-2/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* gpio: Fix typo causing GPIO configuration mismatchJakub Kołodziej2022-11-081-1/+1
* gpio: Merge TCA6416 & TCA6408 drivers into TCA64XXJakub Kołodziej2022-09-193-899/+642
* tca6416: add support for tca9539Bjoern A. Zeeb2022-07-031-0/+1
* iicbus: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-9/+3
* gpio tca6416: Remove unused variable.John Baldwin2022-04-131-3/+0
* tca6408: Remove unused variable.John Baldwin2022-04-091-3/+0
* tca6416: remove write only scWarner Losh2022-04-051-6/+0
* TCA6408: Add driver for tca6408 gpio expanderHubert Mazur2021-11-241-0/+380
* pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2CAndriy Gapon2021-11-061-0/+425
* Add TCA6416 GPIO expander support.Marcin Wojtas2020-05-251-0/+534