summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2023-01-30gpio: davinci: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2023-01-30gpio: omap: use dynamic allocation of baseAndreas Kemnade
2023-01-30gpio: davinci: Do not mention legacy API in the codeAndy Shevchenko
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete
2023-01-30gpio: regmap: use new regmap_might_sleep()Michael Walle
2023-01-30gpiolib: sort header inclusion alphabeticallyAndy Shevchenko
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko
2023-01-30gpio: vf610: connect GPIO label to dev nameHaibo Chen
2023-01-30gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov
2023-01-30gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray
2023-01-30gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray
2023-01-30gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray
2023-01-30gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray
2023-01-30gpio: 104-dio-48e: Migrate to the regmap-irq APIWilliam Breathitt Gray
2023-01-30gpio: regmap: Always set gpio_chip get_directionWilliam Breathitt Gray
2023-01-30gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko
2023-01-30gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko
2023-01-30gpio: pca953x: avoid logically dead codeHaibo Chen
2023-01-30gpio: msc313: Drop empty platform remove functionUwe Kleine-König
2023-01-30gpiolib: use irq_domain_alloc_irqs()Johan Hovold
2023-01-27gpio: ep93xx: remove unused variableArnd Bergmann
2023-01-26Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko
2023-01-26gpiolib: Check "gpio-ranges" before calling ->add_pin_ranges()Andy Shevchenko
2023-01-25gpio: ep93xx: Make irqchip immutableNikita Shubin
2023-01-25gpio: ep93xx: Fix port F hwirq numbers in handlerNikita Shubin
2023-01-25gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter
2023-01-23gpiolib-acpi: Don't set GPIOs for wakeup in S3 modeMario Limonciello
2023-01-18gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRUMario Limonciello
2023-01-18gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEIMario Limonciello
2023-01-16gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut
2023-01-16gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut
2023-01-10gpio: remove iop driverArnd Bergmann
2023-01-02gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin
2022-12-30gpio: sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: pmic-eic-sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: eic-sprd: Make the irqchip immutableCixi Geng
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen
2022-12-30gpiolib: Fix using uninitialized lookup-flags on ACPI platformsHans de Goede
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds