summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley
2024-11-12gpio: rockchip: support new version GPIOYe Zhang
2024-11-12gpio: rockchip: change the GPIO version judgment logicYe Zhang
2024-11-12gpio: rockchip: explan the format of the GPIO version IDYe Zhang
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko
2024-11-09gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko
2024-11-07Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski
2024-11-06gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2024-11-06gpio: mpfs: add polarfire soc gpio supportLewis Hanly
2024-11-04gpio: altera: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko
2024-11-04gpio: pcie-idio-24: Replace deprecated PCI functionsWilliam Breathitt Gray
2024-11-04gpio: pci-idio-16: Replace deprecated PCI functionsWilliam Breathitt Gray
2024-11-04gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski
2024-11-04gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski
2024-11-04gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski
2024-11-04gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski
2024-11-04gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski
2024-11-04gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski
2024-11-04gpiolib: clean up debugfs separator handlingJohan Hovold
2024-11-04Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-31gpio: mpsse: Check for error code from devm_mutex_init() callAndy Shevchenko
2024-10-31gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane
2024-10-31gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKAYoshihiro Furudera
2024-10-31gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski
2024-10-31gpiolib: remove leftover spinlock bitsBartosz Golaszewski
2024-10-24gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski
2024-10-24gpio: mb86s7x: remove some dead code in mb86s70_gpio_to_irq()Dan Carpenter
2024-10-22gpio: xgene-sb: don't use "proxy" headersAndy Shevchenko
2024-10-22gpio: xgene-sb: Tidy up ACPI and OF ID tablesAndy Shevchenko
2024-10-22gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guardsAndy Shevchenko
2024-10-22gpio: xgene-sb: Remove unneeded definitions for propertiesAndy Shevchenko
2024-10-22gpiolib: cdev: remove redundant store of debounce_period_usKent Gibson
2024-10-22gpio: grgpio: remove remove()Bartosz Golaszewski
2024-10-22gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski
2024-10-22gpio: grgpio: order headers alphabeticallyBartosz Golaszewski
2024-10-22gpio: grgpio: drop Kconfig dependency on OF_GPIOBartosz Golaszewski
2024-10-22gpiolib: notify user-space about in-kernel line state changesBartosz Golaszewski
2024-10-22gpiolib: switch the line state notifier to atomicBartosz Golaszewski
2024-10-22gpio: cdev: put emitting the line state events on a workqueueBartosz Golaszewski
2024-10-22gpiolib: add a per-gpio_device line state notification workqueueBartosz Golaszewski
2024-10-22gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomicBartosz Golaszewski
2024-10-22gpio: cdev: go back to storing debounce period in the GPIO descriptorBartosz Golaszewski
2024-10-22gpiolib: unduplicate chip guard in set_config pathBartosz Golaszewski
2024-10-22gpiolib: notify user-space when a driver requests its own descBartosz Golaszewski