summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko
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-07gpio: Replace deprecated PCI functionsPhilipp Stanner
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