aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "qoriq_gpio: Implement interrupt controller functionality"Wojciech Macek2021-10-291-339/+13
* qoriq_gpio: Implement interrupt controller functionalityKornel Duleba2021-10-291-13/+339
* Fix a common typo in source code commentsGordon Bergling2021-08-291-1/+1
* Fix some common typos in commentsGordon Bergling2021-08-082-6/+6
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-232-48/+26
* Fix locking in qoriq_gpioJustin Hibbits2021-05-171-12/+24
* Merge the QorIQ GPIO drivers between arm and powerpcJustin Hibbits2021-04-051-0/+464
* gpioc_detach: fix freeing of wrong pointersAndriy Gapon2021-03-231-1/+1
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-233-11/+5
* Define PNP info after defining driver modulesMark Johnston2021-01-213-5/+11
* gpiokeys: Use the new device-tree vendor includeEmmanuel Vadot2021-01-151-1/+1
* Variable declarations are since C99 and r363250 allowed inside for-loops.Hans Petter Selasky2021-01-131-4/+2
* Fix for off-by-one in GPIO driver after r368585.Hans Petter Selasky2021-01-131-2/+4
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-122-74/+917
* Allow for interrupts on pl061 childrenAndrew Turner2020-09-141-0/+5
* Move the pl061 acpi attachment earlierAndrew Turner2020-09-101-2/+3
* Switch the name of the pl061 driver to gpioAndrew Turner2020-09-102-2/+2
* Only manage ofw gpio providers on ofw systemsAndrew Turner2020-09-101-2/+4
* Use the correct variable to check which interrupt mode to useAndrew Turner2020-09-101-5/+5
* Add a GPIO driver for the Arm pl061 controllerAndrew Turner2020-09-084-0/+839
* gpiokeys: add evdev supportAndriy Gapon2020-08-121-25/+69
* gpioiic: never drive lines active highAndriy Gapon2020-07-211-11/+14
* gpiobus_release_pin: remove incorrect prefix from error messagesAndriy Gapon2020-06-221-2/+2
* gpioiic_attach: fix a NULL pointer crash on hints-based systemsAndriy Gapon2020-05-071-1/+11
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* [gpioths] Fix GPIOTHS_DEBUGBrad Davis2019-12-271-2/+2
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-261-3/+0
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+3