aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2024-12-10gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König1-2/+3
2024-12-10Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski12-13/+13
2024-12-10gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski1-1/+1
2024-12-10gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski1-3/+12
2024-12-10gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski1-0/+16
2024-12-10gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal1-1/+1
2024-12-10gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal1-1/+1
2024-12-10gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski1-4/+9
2024-12-10gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski1-1/+1
2024-12-06gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li1-1/+1
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven1-1/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra11-12/+12
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