aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
8 daysgpio: davinci: fix IRQ domain leak on devm_kzalloc failureQingshuang Fu1-1/+3
8 daysgpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao1-16/+2
9 daysgpio: tb10x: fix struct tb10x_gpio kernel-docIgor Putko1-0/+1
9 daysgpiolib: initialize return value in gpiochip_set_multiple()Ruoyu Wang1-1/+1
12 daysMerge commit '6beaec3aee9852438b89e4d7891caf5e84d45851' of git://git.kernel.o...Bartosz Golaszewski4-1/+290
13 daysgpio: eic-sprd: use raw_spinlock_t in the irq startup pathRunyu Xiao1-4/+4
13 daysgpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao1-16/+16
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+56
2026-06-17gpiolib: acpi: Prevent out-of-bounds pin access in OperationRegion handlerMarco Scardovi1-4/+11
2026-06-17gpiolib: acpi: Add robust bounds-checking for GPIO pin resourcesMarco Scardovi1-4/+19
2026-06-16Merge tag 'intel-gpio-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski1-4/+15
2026-06-16gpio: mlxbf3: fail probe if gpiochip registration failsPengpeng Hou1-1/+2
2026-06-16gpio: pisosr: Read "ngpios" as u32Rob Herring (Arm)1-1/+3
2026-06-16Merge tag 'hwmon-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds3-0/+234
2026-06-16Merge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds52-806/+1210
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+29
2026-06-10gpiolib: handle gpio-hogs only onceDaniel Drake2-5/+8
2026-06-10gpio: fix cleanup path on hog failureBartosz Golaszewski1-1/+1
2026-06-09gpio: gpio-ltc4283: Add support for the LTC4283 Swap ControllerNuno Sá3-0/+234
2026-06-09gpio: mt7621: fix interrupt banks mapping on gpio chipsSergio Paracuellos1-66/+216
2026-06-09gpio: rockchip: fix generic IRQ chip leak on removeMarco Scardovi1-1/+3
2026-06-09gpio: mockup: reject invalid gpio_mockup_ranges widthsSamuel Moelius1-2/+14
2026-06-09gpio: zynq: fix runtime PM leak on removeRuoyu Wang1-0/+1
2026-06-08gpio: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou1-2/+2
2026-06-08gpiolib: Replace strcpy() with memcpy()David Laight1-2/+4
2026-06-04gpio: remove obsolete UAF FIXMEs from lookup pathsMarco Scardovi (scardracs)2-8/+0
2026-06-04gpio: core: fix const-correctness of gpio_chip_guardMarco Scardovi (scardracs)2-21/+9
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+73
2026-05-28gpio: rockchip: teardown bugs and resource leaksMarco Scardovi1-1/+16
2026-05-28gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi1-5/+1
2026-05-28gpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter1-2/+2
2026-05-28gpio: shared: fix lockdep false positive by removing unneeded lockBartosz Golaszewski1-2/+0
2026-05-28gpio: shared: fix deadlock on shared proxy's parent removalBartosz Golaszewski1-4/+3
2026-05-28gpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski1-1/+3
2026-05-28gpio: shared: undo the vote of the proxy on GPIO freeBartosz Golaszewski1-0/+9
2026-05-28gpio: mxc: use BIT() macroAlexander Stein1-2/+2
2026-05-28gpio: realtek-otto: fix kernel-doc warningsRosen Penev1-2/+4
2026-05-28gpio: max77620: Unify usage of space and comma in platform_device_id arrayUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-28gpio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)11-23/+23
2026-05-28gpio: cros-ec: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-27gpio: gpiolib: use seq_puts() for plain stringsChen Jung Ku1-2/+2
2026-05-27gpio: ts5500: remove obsolete driverArnd Bergmann3-456/+0
2026-05-26gpio: add kunit test cases for the GPIO subsystemBartosz Golaszewski3-0/+367
2026-05-26gpiolib: Mark gpio_devt, gpiolib_initialized and gpio_stub_drv as __ro_after_...Len Bao1-3/+3
2026-05-26gpio: mxc: fix irq_high handlingAlexander Stein1-1/+1
2026-05-21gpio: virtuser: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
2026-05-21gpio: sim: lock device when calling device_is_bound()Bartosz Golaszewski1-4/+7
2026-05-21gpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski1-0/+4
2026-05-21gpio: aggregator: fix a potential use-after-freeBartosz Golaszewski1-1/+1
2026-05-21gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
2026-05-21gpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCsThomas Lin1-0/+1
2026-05-21gpio: tegra186: Enable GTE for Tegra264Suneel Garapati1-0/+1
2026-05-21gpio: pca953x: propagate regulator_enable() error from resumeStepan Ionichev1-1/+1
2026-05-20gpio: Initialize all i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)7-8/+8
2026-05-20gpio: en7523: allow COMPILE_TEST buildsRosen Penev1-1/+1
2026-05-20gpio: xgene: allow COMPILE_TEST buildsRosen Penev1-1/+1
2026-05-18gpio: tegra186: Add support for Tegra238Prathamesh Shete1-0/+68
2026-05-18gpio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)4-66/+66
2026-05-13Merge tag 'ib-mfd-gpio-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Bartosz Golaszewski1-13/+13
2026-05-13gpio: zynq: Add eio gpio supportShubhrajyoti Datta1-0/+12
2026-05-12gpio: regmap: Don't set a fixed direction lineLinus Walleij1-0/+37
2026-05-12gpio: regmap: Support sparsed fixed directionLinus Walleij1-4/+33
2026-05-11gpio: spear-spics: Add COMPILE_TEST supportRosen Penev1-1/+1
2026-05-11Merge tag 'ib-gpio-add-gpiod-is-single-ended-for-v7.2' of git://git.kernel.or...Bartosz Golaszewski1-0/+22
2026-05-11gpiolib: add gpiod_is_single_ended() helperJie Li1-0/+22
2026-05-11gpio: zevio: allow COMPILE_TEST buildsRosen Penev2-3/+3
2026-05-11gpio: add GPIO controller found on Waveshare DSI TOUCH panelsDmitry Baryshkov3-0/+219
2026-05-07gpio: timberdale: Use device propertiesBartosz Golaszewski1-13/+13
2026-05-07gpio: amd8111: Drop useless zeros in array initialisationUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-06gpio: 74x164: support lines-initial-states for boot-time output stateChanhong Jung1-1/+16
2026-05-05gpio: sim: add a Kconfig dependency on SYSFSBartosz Golaszewski1-0/+1
2026-05-04gpio: altera: Use generic MMIO GPIOLinus Walleij2-82/+28
2026-05-04gpio: altera: User gc helper variableLinus Walleij1-14/+17
2026-05-04gpio: devres: Use devres parent if undefinedLinus Walleij1-0/+7
2026-04-29gpiolib: acpi: Only trigger ActiveBoth interrupts on bootMario Limonciello1-4/+15
2026-04-29gpio: sim: Replace sprintf() with sysfs_emit()Maxwell Doose1-12/+12
2026-04-28Merge tag 'ath-next-20260427' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg1-1/+56
2026-04-28gpio: ixp4xx: switch to dynamic GPIO baseMohamed Ayman1-6/+1
2026-04-28Merge tag 'asoc-wsa881x-gpiolib-of' of https://git.kernel.org/pub/scm/linux/k...Bartosz Golaszewski1-0/+8
2026-04-28ASoC: wsa881x: Move custom workaround to gpiolib-ofLinus Walleij1-0/+8
2026-04-27gpio: ep93xx: use handle_bad_irq() as default IRQ handlerMohamed Ayman1-2/+1
2026-04-27Merge tag 'v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Bartosz Golaszewski6-8/+145
2026-04-24Merge tag 'gpio-fixes-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2026-04-24gpio: qcom: Unify user-visible "Qualcomm" nameKrzysztof Kozlowski1-1/+1
2026-04-23gpio: xilinx: drop bitmap_complement() where feasibleYury Norov1-4/+2
2026-04-23gpio: pca953x: drop bitmap_complement() where feasibleYury Norov1-5/+2
2026-04-23gpio: usbio: Add ACPI device-id for NVL platformsArun T1-0/+1
2026-04-22wifi: ath9k: Obtain system GPIOS from descriptorsath-next-20260427pending-deferredLinus Walleij1-1/+56
2026-04-20gpio: aspeed: fix AST2700 debounce selector bit definitionsBilly Tsai1-2/+2
2026-04-20gpio: rockchip: Fix GPIO regression after conversion to dynamic base allocationJonas Karlman1-1/+1
2026-04-18Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-1/+2
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+120
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+20
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds41-981/+1364
2026-04-10gpio: tegra: return -ENOMEM on allocation failure in probeSamasth Norway Ananda1-1/+1
2026-04-09gpio: swnode: defer probe on references to unregistered software nodesBartosz Golaszewski1-0/+8
2026-04-09gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda1-1/+1
2026-04-08gpio: bd72720: handle missing regmapMatti Vaittinen1-0/+2
2026-04-07gpio: gpio-by-pinctrl: s/used to do/is used to do/Geert Uytterhoeven1-1/+1
2026-04-07gpio: aspeed: fix unsigned long int declarationChen Jung Ku1-1/+1
2026-04-07gpio: rockchip: convert to dynamic GPIO base allocationShawn Lin1-1/+1
2026-04-07gpio: remove dev-sync-probeBartosz Golaszewski4-128/+0
2026-04-07gpio: virtuser: stop using dev-sync-probeBartosz Golaszewski2-11/+20
2026-04-07gpio: aggregator: stop using dev-sync-probeBartosz Golaszewski2-18/+21
2026-04-07gpio: sim: stop using dev-sync-probeBartosz Golaszewski2-21/+29
2026-04-07gpio: Add Intel Nova Lake ACPI GPIO events driverAlan Borzeszkowski3-0/+350
2026-04-03gpiolib: Make deferral warnings debug messagesJon Hunter1-4/+4
2026-03-31gpio: mpfs: Add interrupt supportConor Dooley2-3/+120
2026-03-30gpiolib: fix hogs with multiple linesBartosz Golaszewski1-38/+54
2026-03-30gpio: shared: shorten the critical section in gpiochip_setup_shared()Bartosz Golaszewski1-28/+28
2026-03-26gpio: mxc: map Both Edge pad wakeup to Rising EdgeShenwei Wang1-1/+9
2026-03-26gpio: fix up CONFIG_OF dependenciesArnd Bergmann1-0/+6
2026-03-25gpio: tps68470: Add i2c daisy chain supportAntti Laakso1-1/+20
2026-03-25Merge branch 'ib-scmi-pinctrl-gpio' of git://git.kernel.org/pub/scm/linux/ker...Bartosz Golaszewski3-0/+115
2026-03-24Merge branch 'ib-scmi-pinctrl-gpio' into develLinus Walleij3-0/+115
2026-03-24gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driverAKASHI Takahiro3-0/+115
2026-03-24gpio: drop unneeded Kconfig dependencies on OF_GPIOBartosz Golaszewski1-36/+17
2026-03-23gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()Felix Gu1-2/+2
2026-03-23gpio: dwapb: reduce allocation to single kzallocRosen Penev1-14/+5
2026-03-23gpio: shared: handle pins shared by child nodes of devicesBartosz Golaszewski3-7/+10
2026-03-23gpio: shared: call gpio_chip::of_xlate() if setBartosz Golaszewski3-4/+29
2026-03-19gpio: spacemit-k1: Add set_config callback supportJunhui Liu1-0/+1
2026-03-16Merge branch 'gpio/dev-init-rework' into gpio/for-currentBartosz Golaszewski1-53/+48
2026-03-16gpio: cs5535: use dynamically allocated priv structRosen Penev1-27/+21
2026-03-16Revert "gpio: Access `gpio_bus_type` in gpiochip_setup_dev()"Tzung-Bi Shih1-4/+3
2026-03-16Do not enable the v1 uAPI by defaultLinus Walleij1-3/+0
2026-03-16gpio: kempld: Implement the interrupt controllerAlban Bedel2-0/+193
2026-03-16gpio: kempld: Add support for get/set multipleAlban Bedel1-0/+60
2026-03-16gpio: kempld: Add support for PLD version >= 2.8Alban Bedel1-2/+12
2026-03-16gpio: kempld: Simplify the bit level register accessesAlban Bedel1-13/+14
2026-03-16gpiolib: Update gpiochip_find_base_unlocked() kerneldocLinus Walleij1-1/+9
2026-03-16gpio: max732x: use guard(mutex) to simplify lockingRichard Lyu1-12/+12
2026-03-16gpio: sim: allow to define the active-low setting of a simulated hogBartosz Golaszewski1-1/+39
2026-03-16gpio: remove machine hogsBartosz Golaszewski1-71/+0
2026-03-16gpio: sim: use fwnode-based GPIO hogsBartosz Golaszewski1-106/+56
2026-03-16gpio: move hogs into GPIO coreBartosz Golaszewski5-199/+125
2026-03-16gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski1-1/+8
2026-03-11gpiolib: clear requested flag if line is invalidBarnabás Pőcze1-2/+4
2026-03-11gpio: tegra186: allocate irqs with the main structRosen Penev1-13/+9
2026-03-11gpio: htc-egpio: allocate irq with the main structRosen Penev1-9/+4
2026-03-11gpio: bcm-kona: reduce the number of memory allocationsRosen Penev1-21/+16
2026-03-10gpio: realtek-otto: add rtl9607 supportRustam Adilov1-0/+4
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski2-55/+4
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Bartosz Golaszewski2-55/+4
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu2-55/+0
2026-03-09nfc: s3fwrn5: convert to gpio descriptorsJialu Xu1-0/+4
2026-03-09gpio: mpsse: drop redundant device referenceJohan Hovold1-12/+1
2026-03-03gpio: rockchip: Call pinctrl for gpio configMatthijs Kooijman1-1/+1
2026-03-02gpio: Fix lockdep warnings in gpiolib_{cdev,sysfs}_register()Tzung-Bi Shih2-4/+0
2026-02-27gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()Tzung-Bi Shih1-6/+0
2026-02-27gpio: Ensure struct gpio_chip for gpiochip_setup_dev()Tzung-Bi Shih5-33/+32
2026-02-27gpio: sysfs: Remove redundant check for struct gpio_chipTzung-Bi Shih3-11/+6
2026-02-27gpio: Remove redundant check for struct gpio_chipTzung-Bi Shih1-11/+2
2026-02-27gpio: Access `gpio_bus_type` in gpiochip_setup_dev()Tzung-Bi Shih1-3/+4
2026-02-27Merge branch 'gpio/dev-init-rework' into gpio/for-nextBartosz Golaszewski1-53/+48
2026-02-27gpio: Fix resource leaks on errors in gpiochip_add_data_with_key()Tzung-Bi Shih1-53/+48
2026-02-27gpiolib: match secondary fwnode too in gpio_device_find_by_fwnode()Bartosz Golaszewski1-1/+11
2026-02-27gpio: generic: Don't use 'proxy' headersAndy Shevchenko1-3/+1
2026-02-23gpiolib: normalize the return value of gc->get() on behalf of buggy driversBartosz Golaszewski1-2/+6
2026-02-23gpio: shared: fix memory leaksDaniel J Blueman1-3/+3
2026-02-23gpiolib: replace snprintf("%s") with strscpyThorsten Blum1-1/+2
2026-02-23gpio: ts4800: Remove duplicate code to handle 'ngpios' propertyAndy Shevchenko1-10/+0
2026-02-23gpio: viperboard: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: tps65086: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: stp-xway: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: lp873x: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: da9055: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: cgbc: normalize return value of gpio_getDmitry Torokhov1-2/+2
2026-02-23gpio: bd9571mwv: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-23gpio: tegra186: Support multi-socket devicesPrathamesh Shete1-3/+13
2026-02-23gpio: tegra186: Simplify GPIO line name prefix handlingPrathamesh Shete1-8/+7
2026-02-23gpio: cdev: convert lineevent_create() and linereq_create() to FD_PREPARE()Kent Gibson1-95/+46
2026-02-23gpio: brcmstb: allow parent_irq to wakeDoug Berger1-28/+57
2026-02-23gpio: brcmstb: implement .irq_mask_ack()Doug Berger1-5/+25
2026-02-23gpio: brcmstb: Utilize irqd_to_hwirq(d) instead of d->hwirqFlorian Fainelli1-6/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-23/+23
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-38/+36
2026-02-20Merge tag 'gpio-fixes-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-54/+81
2026-02-18gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov1-3/+4
2026-02-18gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski1-50/+54
2026-02-18gpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski1-0/+19
2026-02-16gpio: cdev: Avoid NULL dereference in linehandle_create()Douglas Anderson1-1/+1
2026-02-16gpio: nomadik: Add missing IS_ERR() checkEthan Tidmore1-0/+3
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+11
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds25-286/+999
2026-02-05gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()Chen Ni1-1/+1
2026-02-04gpiolib: acpi: Fix gpio count with string referencesAlban Bedel1-0/+1
2026-01-29gpio: tegra186: Add support for Tegra264Prathamesh Shete1-2/+88
2026-01-28gpio: virtio: reorder fields to reduce struct paddingMichael S. Tsirkin1-1/+2
2026-01-28gpio: virtio: fix DMA alignmentMichael S. Tsirkin1-4/+10
2026-01-28gpiolib: acpi: Fix potential out-of-boundary left shiftAndy Shevchenko1-4/+17
2026-01-28gpio: spacemit-k1: Use PDR for pin direction, not SDR/CDRVivian Wang1-6/+3
2026-01-28gpio: brcmstb: correct hwirq to bank mapDoug Berger1-5/+3
2026-01-28gpio: max77620: Implement .get_direction() callbackDiogo Ivo1-0/+19
2026-01-28gpio: omap: do not register driver in probe()Danilo Krummrich1-4/+18
2026-01-27gpio: pca953x: mask interrupts in irq shutdownMartin Larsson1-0/+2