aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-4/+1
6 daysMerge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-12/+24
7 daysMerge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds44-753/+1074
8 daysMerge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-9/+1044
10 daysMerge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-45/+21
14 daysgpio: loongson: Switch 2K2000/3000 GPIO to BYTE_CTRL_MODEXi Ruoyao1-5/+5
14 daysgpio: convert linehandle_create() to FD_PREPARE()Christian Brauner1-45/+21
14 daysgpio: shared: fix a deadlockBartosz Golaszewski1-35/+28
14 daysgpio: shared-proxy: set suppress_bind_attrsBartosz Golaszewski1-0/+1
14 daysgpio: shared: ignore GPIO hogs when traversing the device treeBartosz Golaszewski1-0/+7
14 daysgpio: shared: ignore special __symbols__ node when traversing device treeBartosz Golaszewski1-0/+16
2025-11-27gpio: shared: handle the reset-gpios corner caseBartosz Golaszewski1-1/+80
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown1-2/+7
2025-11-25gpio: zynq: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: xilinx: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: xgene: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: uniphier: Use modern PM macrosJisheng Zhang1-5/+4
2025-11-25gpio: tqmx86: Use modern PM macrosJisheng Zhang1-5/+4
2025-11-25gpio: pch: Use modern PM macrosJisheng Zhang1-6/+6
2025-11-25gpio: omap: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: msc313: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: mlxbf2: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: ml-ioh: Use modern PM macrosJisheng Zhang1-6/+6
2025-11-25gpio: pl061: Use modern PM macrosJisheng Zhang1-15/+2
2025-11-25gpio: htc-egpio: Use modern PM macrosJisheng Zhang1-13/+8
2025-11-25gpio: brcmstb: Use modern PM macrosJisheng Zhang1-9/+3
2025-11-25gpio: dwapb: Use modern PM macrosJisheng Zhang1-14/+4
2025-11-25Merge tag 'intel-gpio-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-1/+1
2025-11-24gpio: aspeed: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+1
2025-11-24gpio: aspeed: #undef field_{get,prep}() before local definitionGeert Uytterhoeven1-0/+2
2025-11-20Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux ...Bartosz Golaszewski4-22/+11
2025-11-20gpio: swnode: allow referencing GPIO chips by firmware nodesBartosz Golaszewski1-1/+2
2025-11-20gpio: fxl6408: Add suspend/resume supportJisheng Zhang1-0/+13
2025-11-20gpio: menz127: add support for 16Z034 and 16Z037 GPIO controllersJose Javier Rodriguez Barbarin1-3/+23
2025-11-20gpio: improve support for shared GPIOsMark Brown7-9/+1044
2025-11-20gpiolib: acpi: use min() instead of min_t()David Laight1-1/+1
2025-11-19gpio: elkhartlake: Convert to auxiliary driverRaag Jadav2-18/+20
2025-11-19gpio: cdev: make sure the cdev fd is still active before emitting eventsBartosz Golaszewski1-2/+7
2025-11-19gpio: shared: extend the ifdef guard to gpio_shared_find_entry()Bartosz Golaszewski1-1/+1
2025-11-19gpio: shared: fix a NULL-pointer dereferenceBartosz Golaszewski1-1/+4
2025-11-17gpio: tegra186: Fix GPIO name collisions for Tegra410Kartik Rajput1-2/+9
2025-11-17gpiolib: legacy: Allow to kill devm_gpio_request_one() independentlyAndy Shevchenko1-14/+12
2025-11-17gpiolib: legacy: Make sure we kill gpio_request_one() firstAndy Shevchenko1-14/+4
2025-11-17Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...Bartosz Golaszewski7-9/+1044
2025-11-17gpio: provide gpiod_is_shared()Bartosz Golaszewski3-0/+39
2025-11-17arm64: select HAVE_SHARED_GPIOS for ARCH_QCOMBartosz Golaszewski0-0/+0
2025-11-17gpiolib: support shared GPIOs in core subsystem codeBartosz Golaszewski1-9/+41
2025-11-17gpio: shared-proxy: implement the shared GPIO proxy driverBartosz Golaszewski3-0/+343
2025-11-17gpiolib: implement low-level, shared GPIO supportBartosz Golaszewski4-0/+620
2025-11-17gpiolib: define GPIOD_FLAG_SHAREDBartosz Golaszewski1-0/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding3-12/+24
2025-11-06gpio: tb10x: Drop unused tb10x_set_bits() functionKrzysztof Kozlowski1-19/+0
2025-11-05gpio: cdev: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2025-11-05gpio: aggregator: restore the set_config operationThomas Richard1-0/+1
2025-11-03gpiolib: fix invalid pointer access in debugfsBartosz Golaszewski1-1/+7
2025-11-03gpio: swnode: don't use the swnode's name as the key for GPIO lookupBartosz Golaszewski1-1/+1
2025-10-30gpio: mm-lantiq: update kernel docsBartosz Golaszewski1-5/+5
2025-10-30gpio: mmio: drop the "bgpio" prefixBartosz Golaszewski1-143/+144
2025-10-30gpio: mmio: use lock guardsBartosz Golaszewski1-26/+14
2025-10-27gpio: loongson-64bit: Switch to dynamic allocate GPIO base in byte modeBinbin Zhou1-0/+1
2025-10-27gpio: qixis-fpga: Fix a NULL vs IS_ERR() bug in probe()Dan Carpenter1-2/+2
2025-10-27Merge tag 'v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski5-25/+27
2025-10-23gpio: ljca: Fix duplicated IRQ mappingHaotian Zhang1-11/+3
2025-10-23gpio: regmap: Bypass cache for aliased inputsSander Vanheule1-1/+5
2025-10-23gpio: regmap: Force writes for aliased data regsSander Vanheule1-3/+9
2025-10-23Merge tag 'intel-gpio-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-14/+17
2025-10-23gpio: bt8xx: use generic power managementVaibhav Gupta1-22/+8
2025-10-23gpiolib: acpi: Use %pe when passing an error pointer to dev_err()Andy Shevchenko1-2/+2
2025-10-23gpiolib: acpi: Make set debounce errors non fatalHans de Goede1-12/+15
2025-10-22gpio: idio-16: Define fixed direction of the GPIO linesWilliam Breathitt Gray1-0/+5
2025-10-22gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-2/+24
2025-10-21gpio: mpsse: support bryx radio interface kitMary Strodl1-0/+11
2025-10-21gpio: mpsse: add quirk supportMary Strodl1-3/+106
2025-10-21gpio: mpsse: ensure worker is torn downMary Strodl1-7/+99
2025-10-21gpio: mpsse: propagate error from direction_inputMary Strodl1-2/+1
2025-10-21gpio: pci-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray1-0/+1
2025-10-21gpio: 104-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray1-0/+1
2025-10-21gpio: aspeed: remove unneeded includeBartosz Golaszewski1-1/+0
2025-10-21gpio: export gpiod_hwgpio()Bartosz Golaszewski2-8/+13
2025-10-21gpio: rename gpio_chip_hwgpio() to gpiod_hwgpio()Bartosz Golaszewski5-40/+40
2025-10-21gpio: latch: remove unneeded includeBartosz Golaszewski1-2/+0
2025-10-21gpio: qixis-fpga: add missing module descriptionBartosz Golaszewski1-0/+4
2025-10-20gpio: mvebu: Slightly optimize mvebu_gpio_irq_handler()Christophe JAILLET1-2/+1
2025-10-20gpio: pca953x: clarify log messages about auto increment featureMichael Roth1-3/+3
2025-10-16gpiolib: of: Get rid of <linux/gpio/legacy-of-mm-gpiochip.h>Christophe Leroy3-98/+0
2025-10-16gpio: mm-lantiq: Drop legacy-of-mm-gpiochip.h header from GPIO driverChristophe Leroy2-23/+25
2025-10-16gpio: tegra186: Add support for Tegra410Prathamesh Shete1-1/+75
2025-10-16gpio: tegra186: Use generic macro for port definitionsKartik Rajput1-62/+25
2025-10-16gpio: pca953x: enable latch only on edge-triggered inputsFrancesco Lavra1-2/+5
2025-10-16gpio: add QIXIS FPGA GPIO controllerIoana Ciornei3-0/+117
2025-10-16gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-2/+24
2025-10-13gpio: grgpio: call request_irq after incrementing the reference countAlex Tran1-16/+8
2025-10-13gpio: virtuser: check the return value of gpiod_set_value()Bartosz Golaszewski1-5/+3
2025-10-13gpiolib: reuse macro code in GPIO chip printk helpersBartosz Golaszewski1-8/+9
2025-10-13gpiolib: reuse macro code in GPIO descriptor printk helpersBartosz Golaszewski1-18/+6
2025-10-13gpiolib: rename GPIO chip printk macrosBartosz Golaszewski4-47/+45
2025-10-13gpiolib: remove unnecessary 'out of memory' messagesBartosz Golaszewski1-6/+2
2025-10-10gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski1-1/+1
2025-10-09gpio: usbio: Add ACPI device-id for MTL-CVF devicesHans de Goede1-0/+1
2025-10-04Merge tag 'usb-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+259
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds59-1343/+2860
2025-09-29Merge tag 'powerpc-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-36/+43
2025-09-26gpio: mpfs: fix setting gpio direction to outputConor Dooley1-1/+1
2025-09-24gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_Bartosz Golaszewski17-32/+34
2025-09-22gpio: regmap: fix memory leak of gpio_regmap structureIoana Ciornei1-1/+1
2025-09-22gpiolib: Extend software-node support to support secondary software-nodesHans de Goede1-2/+19
2025-09-18Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/s...Bartosz Golaszewski4-2/+298
2025-09-18Merge tag 'ib-mfd-gpio-hwmon-i2c-can-rtc-watchdog-v6.18' of git://git.kernel....Bartosz Golaszewski3-0/+512
2025-09-16gpio: max7360: Add MAX7360 gpio supportMathieu Dubois-Briand3-0/+270
2025-09-16gpio: regmap: Allow to provide init_valid_mask callbackMathieu Dubois-Briand1-0/+1
2025-09-16gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand1-2/+27
2025-09-16gpio: Add Nuvoton NCT6694 GPIO supportMing Yu3-0/+512
2025-09-16Merge tag 'intel-gpio-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski2-2/+21
2025-09-15gpiolib: acpi: initialize acpi_gpio_info structSébastien Szymanski1-2/+2
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman3-4/+18
2025-09-12gpio: Add Intel USBIO GPIO driverIsrael Cepeda3-0/+259
2025-09-12gpio: move gpio-mmio-specific fields out of struct gpio_chipBartosz Golaszewski4-167/+166
2025-09-12gpio: mmio: use new generic GPIO chip APIBartosz Golaszewski1-8/+21
2025-09-12gpio: sodaville: use new generic GPIO chip APIBartosz Golaszewski1-6/+14
2025-09-12gpio: spacemit-k1: use new generic GPIO chip APIBartosz Golaszewski1-8/+20
2025-09-12gpio: sifive: use new generic GPIO chip APIBartosz Golaszewski1-35/+38
2025-09-12gpio: menz127: use new generic GPIO chip APIBartosz Golaszewski1-14/+17
2025-09-12gpio: mt7621: use the generic GPIO chip lock for IRQ handlingBartosz Golaszewski1-17/+12
2025-09-12gpio: mt7621: use new generic GPIO chip APIBartosz Golaszewski1-19/+32
2025-09-12gpio: brcmstb: use new generic GPIO chip APIBartosz Golaszewski1-54/+62
2025-09-12gpio: xgene-sb: use generic GPIO chip register read and write APIsBartosz Golaszewski1-2/+3
2025-09-12gpio: ath79: use the generic GPIO chip lock for IRQ handlingBartosz Golaszewski1-32/+19
2025-09-12gpio: ath79: use new generic GPIO chip APIBartosz Golaszewski1-15/+24
2025-09-12gpio: hlwd: use new generic GPIO chip APIBartosz Golaszewski1-51/+54
2025-09-12gpio: loongson1: use new generic GPIO chip APIBartosz Golaszewski1-17/+23
2025-09-12gpio: loongson1: allow building the module with COMPILE_TEST enabledBartosz Golaszewski1-1/+1
2025-09-12gpiolib: add a common prefix to GPIO descriptor flagsBartosz Golaszewski5-170/+170
2025-09-12gpio: use more common syntax for compound literalsBartosz Golaszewski24-24/+24
2025-09-10gpio: loongson-64bit: Fix a less than zero check on an unsigned int struct fieldColin Ian King1-3/+6
2025-09-09gpio: loongson-64bit: Remove unneeded semicolonChen Ni1-1/+1
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij1-1/+1
2025-09-08gpio: pisosr: Use devm_mutex_init()Christophe JAILLET1-7/+1
2025-09-08gpio: loongson-64bit: Add support for Loongson-2K0300 SoCYao Zi2-7/+183
2025-09-08gpio: Kconfig: Update help for GPIO_PCA953XAkhilesh Patil1-4/+8
2025-09-08gpio: mlxbf3: use new generic GPIO chip APIBartosz Golaszewski1-50/+53
2025-09-08gpio: ep93xx: use new generic GPIO chip APIBartosz Golaszewski1-5/+18
2025-09-08gpio: ep93xx: order includes alphabeticallyBartosz Golaszewski1-5/+5
2025-09-08gpio: ep93xx: allow building the module with COMPILE_TEST enabledBartosz Golaszewski1-1/+1
2025-09-08gpio: mlxbf: use new generic GPIO chip APIBartosz Golaszewski1-10/+15
2025-09-08gpio: tb10x: use new generic GPIO chip APIBartosz Golaszewski1-30/+30
2025-09-08gpio: tb10x: allow building the module with COMPILE_TEST=yBartosz Golaszewski1-1/+2
2025-09-08gpio: tb10x: order includes alphabeticallyBartosz Golaszewski1-8/+8
2025-09-08gpio: blzp1600: use new generic GPIO chip APIBartosz Golaszewski1-15/+24
2025-09-08gpio: idt3243x: use new generic GPIO chip APIBartosz Golaszewski1-22/+23
2025-09-08gpio: ixp4xx: use new generic GPIO chip APIBartosz Golaszewski1-34/+36
2025-09-08gpio: ixp4xx: allow building the module with COMPILE_TEST enabledBartosz Golaszewski1-2/+1
2025-09-08Merge tag 'v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski4-39/+37
2025-09-06gpio: mpc5200: Drop legacy-of-mm-gpiochip.h headerChristophe Leroy2-36/+43
2025-09-04gpio: nomadik: wrap a local variable in a necessary ifdefBartosz Golaszewski1-0/+2
2025-09-03gpio: xra1403: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-2/+1
2025-09-03gpio: mvebu: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-1/+1
2025-09-03gpio: wm8994: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-4/+2
2025-09-03gpio: wm831x: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-3/+2
2025-09-03gpio: nomadik: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-13/+12
2025-09-03gpio: stmpe: don't print out global GPIO numbers in debugfs callbacksBartosz Golaszewski1-8/+6
2025-09-03gpio: visconti: use new generic GPIO chip APIBartosz Golaszewski1-10/+15
2025-09-03gpio: vf610: use new generic GPIO chip APIBartosz Golaszewski1-10/+17
2025-09-03gpio: hisi: use new generic GPIO chip APIBartosz Golaszewski1-19/+27
2025-09-03gpio: realtek-otto: use new generic GPIO chip APIBartosz Golaszewski1-17/+24
2025-09-03gpio: ftgpio010: use new generic GPIO chip APIBartosz Golaszewski1-17/+22
2025-09-03gpio: ftgpio010: order includes alphabeticallyBartosz Golaszewski1-3/+4
2025-09-03gpio: xgs-iproc: use new generic GPIO chip APIBartosz Golaszewski1-15/+19
2025-09-03gpio: mlxbf2: use new generic GPIO chip APIBartosz Golaszewski1-29/+30
2025-09-03gpio: mlxbf2: use dev_err_probe() where applicableBartosz Golaszewski1-16/+8
2025-09-03gpio: mxs: use new generic GPIO chip APIBartosz Golaszewski1-10/+17
2025-09-03gpio: mxs: order includes alphabeticallyBartosz Golaszewski1-2/+2
2025-09-03gpio: xgene-sb: use new generic GPIO chip APIBartosz Golaszewski1-23/+30
2025-09-02gpio: fix GPIO submenu in KconfigBartosz Golaszewski1-3/+3
2025-09-01gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05Antheas Kapenekakis1-0/+12
2025-09-01gpio: tegra186: Add support for Tegra256Prathamesh Shete1-0/+28
2025-08-31Merge tag 'gpio-fixes-for-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-08-26gpio: timberdale: fix off-by-one in IRQ type boundary checkJunjie Cao1-1/+1
2025-08-25gpio: sim: don't use GPIO base in debugfs outputBartosz Golaszewski1-2/+1
2025-08-25gpio: mmio: Add compatible for the ixp4xx eb MMIOLinus Walleij1-0/+1
2025-08-25Merge tag 'pinctrl-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2025-08-25gpio: ge: use new generic GPIO chip APIBartosz Golaszewski1-6/+19
2025-08-25gpio: mpc8xxx: use new generic GPIO chip APIBartosz Golaszewski1-40/+62
2025-08-25gpio: grgpio: use new generic GPIO chip APIBartosz Golaszewski1-43/+44
2025-08-25gpio: rda: use new generic GPIO chip APIBartosz Golaszewski1-14/+21
2025-08-25gpio: amdpt: use new generic GPIO chip APIBartosz Golaszewski1-21/+23
2025-08-25gpio: dwapb: use new generic GPIO chip APIBartosz Golaszewski1-75/+87
2025-08-25gpio: loongson-64bit: use new generic GPIO chip APIBartosz Golaszewski1-18/+24
2025-08-25gpio: ts4800: use new generic GPIO chip APIBartosz Golaszewski1-8/+17
2025-08-25gpio: ts4800: use dev_err_probe()Bartosz Golaszewski1-4/+2
2025-08-25gpio: ts4800: use generic device propertiesBartosz Golaszewski1-7/+3
2025-08-25gpio: ts4800: remove the unnecessary call to platform_set_drvdata()Bartosz Golaszewski1-2/+0
2025-08-25gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flagBartosz Golaszewski1-2/+1
2025-08-21gpiolib: acpi: Program debounce when finding GPIOMario Limonciello (AMD)1-0/+7
2025-08-19gpiolib: acpi: Add quirk for ASUS ProArt PX13Mario Limonciello (AMD)1-0/+14
2025-08-14gpio: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang2-2/+0
2025-08-13gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()Dan Carpenter1-1/+1
2025-08-12gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-12Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-11Merge tag 'gpio-aggregator-refactoring-for-v6.18-rc1' of git://git.kernel.org...Bartosz Golaszewski2-55/+362