aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpioc: allocate new fifo sizeAhmad Khalifa2025-10-011-1/+1
* gpioc: fix race in ioctl(GPIOCONFIGEVENTS)Ahmad Khalifa2025-10-011-10/+19
* gpioc: allocate priv->events with the correct sizeAhmad Khalifa2025-10-011-2/+2
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-075-29/+25
* gpiobus: add a gpiobus_add_bus functionAhmad Khalifa2025-07-072-2/+19
* bytgpio: expose PNP infoAhmad Khalifa2025-03-261-2/+4
* gpioaei: Add support for ACPI _EVT methodVladimir Kondratyev2025-03-091-9/+31
* acpi_gpiobus: assume GPIO_PIN_INPUT for interrupt pinsAhmad Khalifa2025-03-091-0/+1
* acpi_gpiobus: Fix cleanup on set flags failureAndrew Turner2025-02-271-2/+0
* gpiobus: Add missing DEVMETHOD for bus_get_rmanJohn Baldwin2025-02-271-0/+1
* gpiobus: Use bus_generic_rman_*John Baldwin2025-02-271-38/+19
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-031-1/+1
* Remove bogus detach routinesJohn Baldwin2024-12-011-1/+0
* gpiobus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-12-011-19/+17
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-191-2/+2
* GPIO: Add ACPI _AEI supportColin Percival2024-11-033-0/+301
* acpi_gpiobus: Narrow scope of NOT_YETColin Percival2024-11-031-3/+3
* gpiobus: Make gpiobus_read_ivar externColin Percival2024-11-032-1/+2
* acpi_gpiobus: OR GPIO_PIN_(IN|OUT)PUT into flagsColin Percival2024-11-031-2/+2
* gpiobus(4): Add an acpi variant of gpiobusAhmad Khalifa2024-11-033-4/+315
* gpiopower: trigger low, high and both edgesAndriy Gapon2024-02-171-3/+25
* gpiobus: Use bus_generic_rl_* methodsJohn Baldwin2024-01-031-19/+3
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1622-44/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* kbd: consolidate kb interfaces (phase one)Michael2023-07-071-8/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-3/+6
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+1
* evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev2022-11-181-0/+4
* gpio: mark more INVARIANTS variables as __diagusedDimitry Andric2022-08-141-1/+2
* gpio: mark INVARIANTS variables as __diagusedEd Maste2022-08-101-2/+3
* gpio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0919-64/+25
* Remove unused gpioc_devclass.John Baldwin2022-05-091-3/+1
* Remove unused ofwgpiobus_devclass.John Baldwin2022-05-091-4/+1
* Remove unused spibus_devclass and ofw_spibus_devclass.John Baldwin2022-05-091-1/+1
* Remove unused iicbb_devclass.John Baldwin2022-05-061-1/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* gpio/qoriq: Recognize another compatible string entryJustin Hibbits2022-04-271-0/+1
* gpiopower: Fix call to ofw_gpiobus_parse_gpiosJustin Hibbits2022-04-271-1/+1
* qoriq_gpio_pin_setflags: Propagate error from qoriq_gpio_pin_configure.John Baldwin2022-04-181-1/+1
* gpio pl061: Remove unused variables.John Baldwin2022-04-091-6/+0
* gpiopower: Fix failure case for attachJustin Hibbits2022-03-161-2/+1
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-7/+2
* Revert "Make device_busy/unbusy work w/o Giant held"Warner Losh2021-11-301-2/+7
* Make device_busy/unbusy work w/o Giant heldWarner Losh2021-11-301-7/+2
* gpioled: allow the driver to be disabled via fdtAndriy Gapon2021-11-061-0/+2
* Introduce qoriq_gpio_pic driverKornel Duleba2021-11-061-1/+0
* qoriq_gpio: Add support for driver inheritanceKornel Duleba2021-11-062-38/+71