index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
2024-11-22
gpio: mpsse: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-11-21
gpio: exar: set value when external pull-up or pull-down is present
Sai Kumar Cholleti
2024-11-21
gpio: altera: Add missed base and label initialisations
Andy Shevchenko
2024-11-21
gpio: zevio: Add missed label initialisation
Andy Shevchenko
2024-11-18
gpio: tegra186: Allow to enable driver on Tegra234
Lars-Peter Clausen
2024-11-18
gpio: grgpio: Add NULL check in grgpio_probe
Charles Han
2024-11-13
gpio: mpfs: add CoreGPIO support
Conor Dooley
2024-11-12
gpio: rockchip: support new version GPIO
Ye Zhang
2024-11-12
gpio: rockchip: change the GPIO version judgment logic
Ye Zhang
2024-11-12
gpio: rockchip: explan the format of the GPIO version ID
Ye Zhang
2024-11-12
gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)
Andy Shevchenko
2024-11-09
gpio: Get rid of GPIOF_ACTIVE_LOW
Andy Shevchenko
2024-11-07
gpio: Replace deprecated PCI functions
Philipp Stanner
2024-11-07
Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Bartosz Golaszewski
2024-11-06
gpio: Use of_property_present() for non-boolean properties
Rob Herring (Arm)
2024-11-06
gpio: mpfs: add polarfire soc gpio support
Lewis Hanly
2024-11-04
gpio: altera: Drop legacy-of-mm-gpiochip.h header
Andy Shevchenko
2024-11-04
gpio: pcie-idio-24: Replace deprecated PCI functions
William Breathitt Gray
2024-11-04
gpio: pci-idio-16: Replace deprecated PCI functions
William Breathitt Gray
2024-11-04
gpio: cdev: don't report GPIOs requested as interrupts as used
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on edge store
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on active-low changes
Bartosz Golaszewski
2024-11-04
gpio: sysfs: emit chardev line-state events on GPIO export
Bartosz Golaszewski
2024-11-04
gpio: sysfs: use cleanup guards for the sysfs_lock mutex
Bartosz Golaszewski
2024-11-04
gpio: sysfs: use cleanup guards for gpiod_data::mutex
Bartosz Golaszewski
2024-11-04
gpiolib: clean up debugfs separator handling
Johan Hovold
2024-11-04
Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Bartosz Golaszewski
2024-10-31
gpiolib: fix debugfs dangling chip separator
Johan Hovold
2024-10-31
gpiolib: fix debugfs newline separators
Johan Hovold
2024-10-31
gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() call
Andy Shevchenko
2024-10-31
gpio: mpsse: Check for error code from devm_mutex_init() call
Andy Shevchenko
2024-10-31
gpiolib: avoid format string weakness in workqueue interface
Arnd Bergmann
2024-10-31
gpio: fix uninit-value in swnode_find_gpio
Suraj Sonawane
2024-10-31
gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKA
Yoshihiro Furudera
2024-10-31
gpio: sysfs: demote warning messages on invalid user input to debug
Bartosz Golaszewski
2024-10-31
gpiolib: remove leftover spinlock bits
Bartosz Golaszewski
2024-10-24
gpiolib: fix a NULL-pointer dereference when setting direction
Bartosz Golaszewski
2024-10-24
gpio: mb86s7x: remove some dead code in mb86s70_gpio_to_irq()
Dan Carpenter
2024-10-22
gpio: xgene-sb: don't use "proxy" headers
Andy Shevchenko
2024-10-22
gpio: xgene-sb: Tidy up ACPI and OF ID tables
Andy Shevchenko
2024-10-22
gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guards
Andy Shevchenko
2024-10-22
gpio: xgene-sb: Remove unneeded definitions for properties
Andy Shevchenko
2024-10-22
gpiolib: cdev: remove redundant store of debounce_period_us
Kent Gibson
2024-10-22
gpio: grgpio: remove remove()
Bartosz Golaszewski
2024-10-22
gpio: grgpio: use a helper variable to store the address of ofdev->dev
Bartosz Golaszewski
2024-10-22
gpio: grgpio: order headers alphabetically
Bartosz Golaszewski
2024-10-22
gpio: grgpio: drop Kconfig dependency on OF_GPIO
Bartosz Golaszewski
2024-10-22
gpiolib: notify user-space about in-kernel line state changes
Bartosz Golaszewski
2024-10-22
gpiolib: switch the line state notifier to atomic
Bartosz Golaszewski
2024-10-22
gpio: cdev: put emitting the line state events on a workqueue
Bartosz Golaszewski
[prev]
[next]