summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-08-19gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum
2020-08-11gpio: max77620: Fix missing release of interruptDmitry Osipenko
2020-06-26Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko
2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko
2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko
2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko
2020-06-16gpio: arizona: put pm_runtime in case of failureNavid Emamdoost
2020-06-16gpio: arizona: handle pm_runtime_get_sync failure caseNavid Emamdoost
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-05Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko
2020-06-03gpio: add a reusable generic gpio_chip using regmapMichael Walle
2020-06-03gpiolib: Introduce gpiochip_irqchip_add_domain()Michael Walle
2020-05-30Merge tag 'irqchip-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2020-05-29gpio: fix locking open drain IRQ linesLinus Walleij
2020-05-28gpio: gpiolib: Allow GPIO IRQs to lazy disableMaulik Shah
2020-05-27gpiolib: Separate GPIO_GET_LINEINFO_WATCH_IOCTL conditionalAndy Shevchenko
2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij
2020-05-27Merge tag 'gpio-updates-for-v5.8-part2' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-05-25gpio: rcar: Fix runtime PM imbalance on errorDinghao Liu
2020-05-25gpio: pca935x: Allow IRQ support for driver built as a moduleAndy Shevchenko
2020-05-25gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()Tiezhu Yang
2020-05-25gpio: pxa: Add COMPILE_TEST supportTiezhu Yang
2020-05-25gpio: pxa: Fix return value of pxa_gpio_probe()Tiezhu Yang
2020-05-25gpio: mlxbf2: Fix sleeping while holding spinlockAxel Lin
2020-05-25gpio: dwapb: Remove unneeded has_irq member in struct dwapb_port_propertyAndy Shevchenko
2020-05-25gpio: dwapb: Don't use IRQ 0 as valid Linux interruptAndy Shevchenko
2020-05-25gpio: dwapb: avoid error message for optional IRQAndy Shevchenko
2020-05-25gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registrationAndy Shevchenko
2020-05-22gpio: max730x: bring gpiochip_add_data after port configRodrigo Alencar
2020-05-18genirq/irq_sim: Simplify the APIBartosz Golaszewski
2020-05-18Merge branch 'ib-gpio-aggregator' into develLinus Walleij
2020-05-18gpio: Add GPIO AggregatorGeert Uytterhoeven
2020-05-18gpiolib: Add support for GPIO lookup by line nameGeert Uytterhoeven
2020-05-18Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Walleij
2020-05-18gpio: xgene-sb: Drop extra check to call acpi_gpiochip_request_interrupts()Andy Shevchenko
2020-05-18gpio: xgene-sb: Allow driver to be built with COMPILE_TESTAndy Shevchenko
2020-05-18gpio: xgene-sb: Drop redundant OF_GPIO dependencyAndy Shevchenko
2020-05-18gpio: mb86s7x: Remove superfluous test for ACPI companionAndy Shevchenko
2020-05-18gpio: mb86s7x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman
2020-05-16gpiolib: Document that GPIO line names are not globally uniqueGeert Uytterhoeven
2020-05-13gpiolib: notify user-space about line status changes after flags are setBartosz Golaszewski
2020-05-12Merge tag 'intel-gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2020-05-09Merge tag 'gpio-updates-for-v5.8-part1' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2020-05-05gpio: exar: Fix bad handling for ida_simple_get error pathTakashi Iwai