aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-01-30gpiolib: Remove unused of_mm_gpiochip_add()Andy Shevchenko1-2/+2
2023-01-30gpio: pcf857x: Implement get_multiple/set_multiple methodsRadu Rendec1-0/+29
2023-01-30gpio: pcf857x: Fix indentation of variable declarationsRadu Rendec1-15/+15
2023-01-30gpio: pcf857x: Replace 'unsigned' with 'unsigned int'Radu Rendec1-11/+11
2023-01-30gpio: tegra186: add Tegra234 PMC compatible in GPIO driverPrathamesh Shete1-0/+1
2023-01-30gpio: regmap: use new regmap_might_sleep()Michael Walle1-9/+1
2023-01-30gpiolib: sort header inclusion alphabeticallyAndy Shevchenko1-17/+18
2023-01-30gpiolib: Get rid of not used of_node memberAndy Shevchenko5-47/+8
2023-01-30gpiolib: Introduce gpio_device_get() and gpio_device_put()Andy Shevchenko3-20/+25
2023-01-30gpio: vf610: connect GPIO label to dev nameHaibo Chen1-1/+1
2023-01-30gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski1-12/+12
2023-01-30gpiolib: of: remove [devm_]gpiod_get_from_of_node() APIsDmitry Torokhov2-101/+0
2023-01-30gpiolib: of: remove of_get_gpio[_flags]() and of_get_named_gpio_flags()Dmitry Torokhov1-4/+13
2023-01-30gpiolib: of: remove obsolete comment for of_gpio_get_count()Dmitry Torokhov1-6/+0
2023-01-30gpiolib: of: stop exporting of_gpio_named_count()Dmitry Torokhov1-0/+26
2023-01-30gpio: i8255: Remove unused legacy interfaceWilliam Breathitt Gray2-282/+1
2023-01-30gpio: gpio-mm: Migrate to regmap APIWilliam Breathitt Gray2-124/+31
2023-01-30gpio: 104-dio-48e: Migrate to regmap APIWilliam Breathitt Gray1-130/+7
2023-01-30gpio: i8255: Migrate to gpio-regmap APIWilliam Breathitt Gray3-12/+136
2023-01-30gpio: 104-idi-48: Migrate to gpio-regmap APIWilliam Breathitt Gray2-78/+21
2023-01-30gpio: 104-idi-48: Migrate to the regmap-irq APIWilliam Breathitt Gray2-158/+93
2023-01-30gpio: 104-dio-48e: Migrate to the regmap-irq APIWilliam Breathitt Gray2-142/+135
2023-01-30gpio: regmap: Always set gpio_chip get_directionWilliam Breathitt Gray1-1/+6
2023-01-30gpio: pca953x: Remove unused PCAL953X_OUT_CONF from pcal6534_recalc_addr()Andy Shevchenko1-1/+0
2023-01-30gpio: pca953x: Clean up pcal6534_check_register()Andy Shevchenko1-12/+9
2023-01-30gpio: pca953x: avoid logically dead codeHaibo Chen1-10/+10
2023-01-30gpio: msc313: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-01-30gpiolib: use irq_domain_alloc_irqs()Johan Hovold1-8/+2
2023-01-27gpio: ep93xx: remove unused variableArnd Bergmann1-2/+0
2023-01-26Revert "gpiolib: of: Introduce hook for missing gpio-ranges"Andy Shevchenko1-5/+0
2023-01-26gpiolib: Check "gpio-ranges" before calling ->add_pin_ranges()Andy Shevchenko1-0/+8
2023-01-25gpio: ep93xx: Make irqchip immutableNikita Shubin1-13/+21
2023-01-25gpio: ep93xx: Fix port F hwirq numbers in handlerNikita Shubin1-1/+1
2023-01-25gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter1-1/+2
2023-01-23gpiolib-acpi: Don't set GPIOs for wakeup in S3 modeMario Limonciello1-1/+2
2023-01-18gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRUMario Limonciello1-0/+13
2023-01-18gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEIMario Limonciello1-2/+2
2023-01-16gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut1-1/+1
2023-01-16gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut1-0/+11
2023-01-10gpio: remove iop driverArnd Bergmann3-70/+0
2023-01-02gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin1-0/+1
2022-12-30gpio: sprd: Make the irqchip immutableCixi Geng1-3/+6
2022-12-30gpio: pmic-eic-sprd: Make the irqchip immutableCixi Geng1-11/+18
2022-12-30gpio: eic-sprd: Make the irqchip immutableCixi Geng1-9/+14
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen1-0/+3
2022-12-30gpiolib: Fix using uninitialized lookup-flags on ACPI platformsHans de Goede1-1/+1
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+6
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-1106/+1417
2022-12-14gpio: sim: set a limit on the number of GPIOsBartosz Golaszewski1-0/+4
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds13-26/+143