summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3 days1-7/+8
|\
| * gpio: Replace deprecated PCI functionsPhilipp Stanner2024-11-071-7/+8
* | gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen11 days1-3/+3
* | gpio: grgpio: Add NULL check in grgpio_probeCharles Han11 days1-0/+3
* | gpio: mpfs: add CoreGPIO supportConor Dooley2024-11-131-5/+33
* | gpio: rockchip: support new version GPIOYe Zhang2024-11-121-0/+2
* | gpio: rockchip: change the GPIO version judgment logicYe Zhang2024-11-121-3/+9
* | gpio: rockchip: explan the format of the GPIO version IDYe Zhang2024-11-121-2/+8
* | gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko2024-11-121-4/+4
* | gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-3/+0
* | Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2024-11-071-3/+1
|\ \
| * | gpio: acpi: switch to device_for_each_child_node_scoped()Javier Carrasco2024-09-301-3/+1
| |/
* | gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-062-2/+2
* | gpio: mpfs: add polarfire soc gpio supportLewis Hanly2024-11-063-0/+167
* | gpio: altera: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko2024-11-042-102/+78
* | gpio: pcie-idio-24: Replace deprecated PCI functionsWilliam Breathitt Gray2024-11-041-11/+8
* | gpio: pci-idio-16: Replace deprecated PCI functionsWilliam Breathitt Gray2024-11-041-12/+5
* | gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski2024-11-041-1/+0
* | gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski2024-11-041-2/+12
* | gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski2024-11-041-0/+2
* | gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski2024-11-041-2/+6
* | gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski2024-11-041-33/+22
* | gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski2024-11-041-52/+30
* | gpiolib: clean up debugfs separator handlingJohan Hovold2024-11-041-6/+6
* | Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski2024-11-043-3/+7
|\ \
| * | gpiolib: fix debugfs dangling chip separatorJohan Hovold2024-10-311-1/+1
| * | gpiolib: fix debugfs newline separatorsJohan Hovold2024-10-311-0/+2
| * | gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko2024-10-311-1/+3
| * | gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane2024-10-311-1/+1
* | | gpio: mpsse: Check for error code from devm_mutex_init() callAndy Shevchenko2024-10-311-2/+7
* | | gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann2024-10-311-2/+2
* | | gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKAYoshihiro Furudera2024-10-311-0/+1
* | | gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski2024-10-311-3/+3
* | | gpiolib: remove leftover spinlock bitsBartosz Golaszewski2024-10-311-6/+0
* | | gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski2024-10-241-4/+4
* | | gpio: mb86s7x: remove some dead code in mb86s70_gpio_to_irq()Dan Carpenter2024-10-241-2/+0
* | | gpio: xgene-sb: don't use "proxy" headersAndy Shevchenko2024-10-221-2/+9
* | | gpio: xgene-sb: Tidy up ACPI and OF ID tablesAndy Shevchenko2024-10-221-4/+4
* | | gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guardsAndy Shevchenko2024-10-221-4/+2
* | | gpio: xgene-sb: Remove unneeded definitions for propertiesAndy Shevchenko2024-10-221-9/+3
* | | gpiolib: cdev: remove redundant store of debounce_period_usKent Gibson2024-10-221-4/+0
* | | gpio: grgpio: remove remove()Bartosz Golaszewski2024-10-221-16/+13
* | | gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski2024-10-221-11/+12
* | | gpio: grgpio: order headers alphabeticallyBartosz Golaszewski2024-10-221-10/+10
* | | gpio: grgpio: drop Kconfig dependency on OF_GPIOBartosz Golaszewski2024-10-221-1/+0
* | | gpiolib: notify user-space about in-kernel line state changesBartosz Golaszewski2024-10-223-23/+94
* | | gpiolib: switch the line state notifier to atomicBartosz Golaszewski2024-10-223-10/+10
* | | gpio: cdev: put emitting the line state events on a workqueueBartosz Golaszewski2024-10-221-11/+71
* | | gpiolib: add a per-gpio_device line state notification workqueueBartosz Golaszewski2024-10-222-0/+10
* | | gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomicBartosz Golaszewski2024-10-221-6/+9