aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'gpio/for-next' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown46-696/+960
2 daysMerge branch 'for-mfd-next' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown1-13/+13
2 daysMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-0/+8
2 daysMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown1-1/+56
2 daysMerge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/andy/...Mark Brown1-4/+15
3 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+73
4 daysgpio: rockchip: teardown bugs and resource leaksMarco Scardovi1-1/+16
4 daysgpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi1-5/+1
4 daysgpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()Dan Carpenter1-2/+2
4 daysgpio: shared: fix lockdep false positive by removing unneeded lockBartosz Golaszewski1-2/+0
4 daysgpio: shared: fix deadlock on shared proxy's parent removalBartosz Golaszewski1-4/+3
4 daysgpio: adnp: fix flow control regression caused by scoped_guard()Bartosz Golaszewski1-1/+3
4 daysgpio: shared: undo the vote of the proxy on GPIO freeBartosz Golaszewski1-0/+9
4 daysgpio: mxc: use BIT() macroAlexander Stein1-2/+2
4 daysgpio: realtek-otto: fix kernel-doc warningsRosen Penev1-2/+4
4 daysgpio: max77620: Unify usage of space and comma in platform_device_id arrayUwe Kleine-König (The Capable Hub)1-1/+1
4 daysgpio: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)11-23/+23
4 daysgpio: cros-ec: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
5 daysgpio: gpiolib: use seq_puts() for plain stringsChen Jung Ku1-2/+2
5 daysgpio: ts5500: remove obsolete driverArnd Bergmann3-456/+0
6 daysgpio: add kunit test cases for the GPIO subsystemBartosz Golaszewski3-0/+367
6 daysgpiolib: Mark gpio_devt, gpiolib_initialized and gpio_stub_drv as __ro_after_...Len Bao1-3/+3
6 daysgpio: mxc: fix irq_high handlingAlexander Stein1-1/+1
7 daysASoC: add shared BCLK rate constraint for cross-DAI coordinationMark Brown5-12/+38
11 daysgpio: virtuser: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
11 daysgpio: aggregator: lock device when calling device_is_bound()Bartosz Golaszewski1-3/+6
11 daysgpio: sim: lock device when calling device_is_bound()Bartosz Golaszewski1-4/+7
11 daysgpio: aggregator: remove the software node when deactivating the aggregatorBartosz Golaszewski1-0/+4
11 daysgpio: aggregator: fix a potential use-after-freeBartosz Golaszewski1-1/+1
11 daysgpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
11 daysgpio: dwapb: Add ACPI ID LECA0001 for LECARC SoCsThomas Lin1-0/+1
11 daysgpio: tegra186: Enable GTE for Tegra264Suneel Garapati1-0/+1
11 daysgpio: pca953x: propagate regulator_enable() error from resumeStepan Ionichev1-1/+1
12 daysgpio: Initialize all i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)7-8/+8
12 daysgpio: en7523: allow COMPILE_TEST buildsRosen Penev1-1/+1
12 daysgpio: xgene: allow COMPILE_TEST buildsRosen Penev1-1/+1
14 daysgpio: tegra186: Add support for Tegra238Prathamesh Shete1-0/+68
14 daysgpio: 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 descriptorsLinus 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
2026-01-27gpio: virtuser: fix UAF in configfs release pathYuhao Huang1-4/+4
2026-01-27gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev1-1/+1
2026-01-27gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan1-4/+4
2026-01-27gpio: aspeed-sgpio: Support G7 Aspeed sgpiom controllerBilly Tsai1-2/+108
2026-01-27gpio: aspeed-sgpio: Convert IRQ functions to use llops callbacksBilly Tsai1-12/+10
2026-01-27gpio: aspeed-sgpio: Create llops to handle hardware accessBilly Tsai1-118/+104
2026-01-27gpio: aspeed-sgpio: Remove unused bank name fieldBilly Tsai1-5/+0
2026-01-27gpio: aspeed-sgpio: Change the macro to support deferred probeBilly Tsai1-2/+3
2026-01-27gpio: rockchip: Stop calling pinctrl for set_directionRobin Murphy1-8/+0
2026-01-21gpio: shared: propagate configuration to pinctrlBartosz Golaszewski3-7/+15
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-20gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()Tzung-Bi Shih1-2/+7
2026-01-20gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()Tzung-Bi Shih1-0/+1
2026-01-20gpio: cdev: Correct return code on memory allocation failureTzung-Bi Shih1-1/+1
2026-01-15gpio: mmio: Add compatible for opencores GPIOStafford Horne1-0/+1
2026-01-15Merge tag 'ib-mfd-clk-gpio-power-regulator-rtc-v6.20' of git://git.kernel.org...Bartosz Golaszewski3-0/+291
2026-01-13gpio: pca9570: use lock guardsAndy Shevchenko1-5/+4
2026-01-13gpio: pca9570: Don't use "proxy" headersAndy Shevchenko1-0/+4
2026-01-13gpio: pca9570: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-1/+5
2026-01-13gpio: Support ROHM BD72720 gpiosMatti Vaittinen3-0/+291
2026-01-13gpio: shared: use device_is_compatible() for reset-gpioBartosz Golaszewski1-6/+1