summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-13/+13
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+19
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+8
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang13-13/+13
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko1-0/+5
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko1-0/+6
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen1-3/+3
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han1-0/+3
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley1-5/+33
2024-11-12gpio: rockchip: support new version GPIOYe Zhang1-0/+2
2024-11-12gpio: rockchip: change the GPIO version judgment logicYe Zhang1-3/+9
2024-11-12gpio: rockchip: explan the format of the GPIO version IDYe Zhang1-2/+8
2024-11-12gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko1-4/+4
2024-11-09gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko1-3/+0
2024-11-07gpio: Replace deprecated PCI functionsPhilipp Stanner1-7/+8
2024-11-07Merge tag 'intel-gpio-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-3/+1
2024-11-06gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2-2/+2
2024-11-06gpio: mpfs: add polarfire soc gpio supportLewis Hanly3-0/+167
2024-11-04gpio: altera: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko2-102/+78
2024-11-04gpio: pcie-idio-24: Replace deprecated PCI functionsWilliam Breathitt Gray1-11/+8
2024-11-04gpio: pci-idio-16: Replace deprecated PCI functionsWilliam Breathitt Gray1-12/+5
2024-11-04gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski1-1/+0
2024-11-04gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski1-2/+12
2024-11-04gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski1-0/+2
2024-11-04gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski1-2/+6
2024-11-04gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski1-33/+22
2024-11-04gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski1-52/+30
2024-11-04gpiolib: clean up debugfs separator handlingJohan Hovold1-6/+6
2024-11-04Merge tag 'v6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski3-3/+7
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold1-1/+1
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold1-0/+2
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko1-1/+3
2024-10-31gpio: mpsse: Check for error code from devm_mutex_init() callAndy Shevchenko1-2/+7
2024-10-31gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann1-2/+2
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane1-1/+1
2024-10-31gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKAYoshihiro Furudera1-0/+1
2024-10-31gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski1-3/+3
2024-10-31gpiolib: remove leftover spinlock bitsBartosz Golaszewski1-6/+0
2024-10-24gpiolib: fix a NULL-pointer dereference when setting directionBartosz Golaszewski1-4/+4
2024-10-24gpio: mb86s7x: remove some dead code in mb86s70_gpio_to_irq()Dan Carpenter1-2/+0
2024-10-22gpio: xgene-sb: don't use "proxy" headersAndy Shevchenko1-2/+9
2024-10-22gpio: xgene-sb: Tidy up ACPI and OF ID tablesAndy Shevchenko1-4/+4
2024-10-22gpio: xgene-sb: Drop ACPI_PTR() and CONFIG_ACPI guardsAndy Shevchenko1-4/+2
2024-10-22gpio: xgene-sb: Remove unneeded definitions for propertiesAndy Shevchenko1-9/+3
2024-10-22gpiolib: cdev: remove redundant store of debounce_period_usKent Gibson1-4/+0
2024-10-22gpio: grgpio: remove remove()Bartosz Golaszewski1-16/+13
2024-10-22gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski1-11/+12
2024-10-22gpio: grgpio: order headers alphabeticallyBartosz Golaszewski1-10/+10