aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-02-12gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-02-12gpio: max3191x: use gpiod_multi_set_value_cansleepDavid Lechner1-11/+7
2025-02-12gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello1-0/+14
2025-02-11gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-02-11gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-02-11gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-02-11gpiolib: Even more opportunities to use str_high_low() helperAndy Shevchenko1-2/+2
2025-02-11gpio: 74x164: Utilise temporary variable for struct deviceAndy Shevchenko1-7/+6
2025-02-11gpio: 74x164: Switch to use dev_err_probe()Andy Shevchenko1-4/+2
2025-02-11gpio: 74x164: Fully convert to use managed resourcesAndy Shevchenko1-11/+16
2025-02-11gpio: 74x164: Make use of the macros from bits.hAndy Shevchenko1-3/+3
2025-02-11gpio: 74x164: Annotate buffer with __counted_by()Andy Shevchenko1-5/+5
2025-02-11gpio: 74x164: Simplify code with cleanup helpersAndy Shevchenko1-9/+7
2025-02-11gpio: 74x164: Remove unneeded dependency to OF_GPIOAndy Shevchenko1-1/+0
2025-02-11gpio: virtio: support multiple virtio-gpio controller instanceshlleng1-14/+15
2025-02-05gpio: GPIO_GRGPIO should depend on OFGeert Uytterhoeven1-0/+1
2025-02-05gpio: sim: lock hog configfs items if presentBartosz Golaszewski1-5/+8
2025-02-04gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-02-03gpio: Use str_enable_disable-like helpersKrzysztof Kozlowski10-14/+23
2025-01-30Merge tag 'gpio-fixes-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+1
2025-01-23gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2025-01-22Merge tag 'gpio-updates-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds8-105/+138
2025-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-01-13gpio: regmap: Use generic request/free opsSander Vanheule1-0/+2
2025-01-13gpio: altera: Drop .mapped_irq from driver dataUwe Kleine-König1-5/+4
2025-01-13gpio: mpc8xxx: Add MPC8314 supportJ. Neuschäfer1-0/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman3-32/+113
2025-01-08gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou1-3/+3
2025-01-03gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den1-7/+41
2025-01-03gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den1-7/+40
2025-01-03gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den1-4/+4
2025-01-03gpio: virtuser: fix missing lookup table cleanupsKoichiro Den1-11/+25
2025-01-03gpio: sim: Remove gpio_sim_dev_match_fwnode()Zijun Hu1-6/+1
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2024-12-20gpio: tps65219: Use existing kernel gpio macrosShree Ramamoorthy1-7/+5
2024-12-20gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli1-1/+2
2024-12-16gpio: tqmx86: add support for changing GPIO directionsMatthias Schiffer1-14/+30
2024-12-16gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helperMatthias Schiffer1-5/+17
2024-12-16gpio: tqmx86: use cleanup guards for spinlockMatthias Schiffer1-41/+41
2024-12-16gpio: tqmx86: consistently refer to IRQs by hwirq numbersMatthias Schiffer1-20/+20
2024-12-16gpio: tqmx86: add macros for interrupt configurationMatthias Schiffer1-20/+24
2024-12-12gpio: omap: allow building the module with COMPILE_TEST=yBartosz Golaszewski1-2/+2
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