aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-04-07Merge tag 'gpio-fixes-for-v6.3-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+2
2023-04-03gpio: davinci: Add irq chip flag to skip set wakeGravatar Dhruva Gole 1-1/+1
2023-04-03gpio: davinci: Do not clear the bank intr enable bit in save_contextGravatar Dhruva Gole 1-3/+0
2023-03-07ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helperGravatar Hans de Goede 1-0/+3
2023-03-06gpio: GPIO_REGMAP: select REGMAP instead of depending on itGravatar Randy Dunlap 1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+7
2023-02-22Merge tag 'pinctrl-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 2-5/+8
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 31-1252/+620
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-163/+0
2023-02-17gpio: sim: fix a memory leakGravatar Bartosz Golaszewski 1-1/+1
2023-02-16Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Bartosz Golaszewski 2-1/+12
2023-02-15gpio: mlxbf2: select GPIOLIB_IRQCHIPGravatar Linus Walleij 1-0/+1
2023-02-15gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAxGravatar Werner Sembach 1-0/+12
2023-02-15gpio: vf610: make irq_chip immutableGravatar Alexander Stein 1-18/+23
2023-02-15gpiolib: acpi: remove redundant declarationGravatar Raag Jadav 1-1/+0
2023-02-13gpio: sim: Use %pfwP specifier instead of calling fwnode API directlyGravatar Andy Shevchenko 1-5/+4
2023-02-08gpiolib: Clear the gpio_device's fwnode initialized flag before addingGravatar Saravana Kannan 1-0/+7
2023-02-02gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()Gravatar Tom Rix 1-22/+18
2023-02-01mfd: remove ucb1400 supportGravatar Arnd Bergmann 3-93/+0
2023-01-30gpiolib: of: Move enum of_gpio_flags to its only userGravatar Andy Shevchenko 1-0/+15
2023-01-30gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMGravatar Uwe Kleine-König 1-3/+3
2023-01-30gpio: zevio: Add missing headerGravatar Andy Shevchenko 1-0/+1
2023-01-30gpio: pcf857x: Drop unneeded explicit castingGravatar Andy Shevchenko 1-1/+1
2023-01-30gpio: pcf857x: Make use of device propertiesGravatar Andy Shevchenko 1-7/+4
2023-01-30gpio: pcf857x: Get rid of legacy platform dataGravatar Andy Shevchenko 1-32/+2
2023-01-30gpio: rockchip: Do not mention legacy API in the codeGravatar Andy Shevchenko 1-1/+1
2023-01-30gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: zevio: Use proper headers and drop OF_GPIO dependencyGravatar Andy Shevchenko 2-4/+5
2023-01-30gpio: zevio: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: xilinx: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-11/+0
2023-01-30gpio: ge: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsGravatar Andy Shevchenko 1-1/+0
2023-01-30gpio: omap: use dynamic allocation of baseGravatar Andreas Kemnade 1-1/+1
2023-01-30gpio: davinci: Do not mention legacy API in the codeGravatar Andy Shevchenko 1-1/+1
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Gravatar Andy Shevchenko 1-2/+2
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsGravatar Radu Rendec 1-0/+29
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsGravatar Radu Rendec 1-15/+15
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Gravatar Radu Rendec 1-11/+11
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverGravatar Prathamesh Shete 1-0/+1
2023-01-30gpio: regmap: use new regmap_might_sleep()Gravatar Michael Walle 1-9/+1
2023-01-30gpiolib: sort header inclusion alphabeticallyGravatar Andy Shevchenko 1-17/+18
2023-01-30gpiolib: Get rid of not used of_node memberGravatar Andy Shevchenko 5-47/+8
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Gravatar Andy Shevchenko 3-20/+25
2023-01-30gpio: vf610: connect GPIO label to dev nameGravatar Haibo Chen 1-1/+1
2023-01-30gpio: pca9570: rename platform_data to chip_dataGravatar Bartosz Golaszewski 1-12/+12
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsGravatar Dmitry Torokhov 2-101/+0
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Gravatar Dmitry Torokhov 1-4/+13
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Gravatar Dmitry Torokhov 1-6/+0
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Gravatar Dmitry Torokhov 1-0/+26
2023-01-30gpio: i8255: Remove unused legacy interfaceGravatar William Breathitt Gray 2-282/+1