summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-13/+11
* Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-08-0548-1579/+1949
|\
| * gpio: wcove: Request IRQ after all initialisation doneAndy Shevchenko2020-08-041-7/+7
| * gpio: crystalcove: Free IRQ on error pathAndy Shevchenko2020-08-041-15/+3
| * gpio: pca953x: Request IRQ after all initialisation doneAndy Shevchenko2020-08-041-11/+11
| * gpio: don't use same lockdep class for all devm_gpiochip_add_data usersAhmad Fatoum2020-08-041-5/+8
| * gpio: max732x: Use irqchip templateLinus Walleij2020-08-041-15/+15
| * gpio: stmpe: Move chip registrationLinus Walleij2020-08-041-6/+6
| * gpio: rcar: Use irqchip templateLinus Walleij2020-07-301-7/+10
| * gpio: pci-idio-16: Use irqchip templateLinus Walleij2020-07-231-11/+22
| * gpio: pcie-idio-24: Use irqchip templateLinus Walleij2020-07-231-7/+10
| * gpio: 104-idio-16: Use irqchip templateLinus Walleij2020-07-231-11/+22
| * gpio: 104-idi-48: Use irqchip templateLinus Walleij2020-07-231-11/+22
| * gpio: 104-dio-48e: Use irqchip templateLinus Walleij2020-07-231-12/+23
| * gpio: ws16c48: Use irqchip templateLinus Walleij2020-07-231-14/+25
| * gpio: omap: improve coding style for pin config flagsDrew Fustini2020-07-231-4/+9
| * gpio: dln2: Use irqchip templateLinus Walleij2020-07-231-7/+10
| * Merge tag 'intel-gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2020-07-226-59/+70
| |\
| | * gpio: sch: Add a blank line between declaration and codeAbanoub Sameh2020-07-221-0/+1
| | * gpio: sch: changed every 'unsigned' to 'unsigned int'Abanoub Sameh2020-07-221-11/+11
| | * gpio: ich: changed every 'unsigned' to 'unsigned int'Abanoub Sameh2020-07-221-13/+13
| | * gpio: wcove: Use irqchip templateLinus Walleij2020-07-221-14/+16
| | * gpio: crystalcove: Use irqchip templateLinus Walleij2020-07-221-9/+15
| | * gpio: crystalcove: changed every 'unsigned' to 'unsigned int'Abanoub Sameh2020-07-211-5/+5
| | * gpio: pch: Add a blank line between declaration and codeAbanoub Sameh2020-07-211-0/+1
| | * gpio: pch: changed every 'unsigned' to 'unsigned int'Abanoub Sameh2020-07-211-5/+5
| | * gpio: pch: Move IRQ status message to verbose debug levelAndy Shevchenko2020-07-021-1/+2
| | * gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_dataLee Jones2020-06-301-1/+1
| * | gpio: pca953x: Use irqchip templateLinus Walleij2020-07-201-12/+13
| * | gpio: omap: handle pin config bias flagsDrew Fustini2020-07-201-5/+11
| * | gpio: pcf857x: Use irqchip templateLinus Walleij2020-07-201-23/+24
| * | gpio: adp5588: Use irqchip templateLinus Walleij2020-07-201-15/+24
| * | gpio: adnp: Use irqchip templateLinus Walleij2020-07-201-47/+48
| * | gpio: stmpe: Use irqchip templateLinus Walleij2020-07-201-13/+11
| * | gpio: tc35892: Use irqchip templateLinus Walleij2020-07-201-15/+11
| * | gpio: max77620: Use helper variable and clarifyLinus Walleij2020-07-171-5/+11
| * | gpio: mmio: replace open-coded for_each_set_bit()Andy Shevchenko2020-07-161-13/+7
| * | gpio: pca9570: add GPO driver for PCA9570Sungbo Eo2020-07-163-0/+155
| * | gpio: max77620: Initialize hardware state of interruptsDmitry Osipenko2020-07-161-0/+25
| * | gpio: max77620: Use irqchip templateDmitry Osipenko2020-07-161-8/+6
| * | gpio: max77620: Don't shadow error code of platform_get_irq()Dmitry Osipenko2020-07-161-4/+6
| * | gpio: max77620: Don't set of_nodeDmitry Osipenko2020-07-161-4/+1
| * | gpio: max77620: Fix missing release of interruptDmitry Osipenko2020-07-161-2/+3
| * | gpio: max77620: Replace 8 with MAX77620_GPIO_NRDmitry Osipenko2020-07-161-3/+3
| * | gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson2020-07-121-23/+21
| * | gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson2020-07-121-20/+19
| * | gpiolib: cdev: remove recalculation of offsetKent Gibson2020-07-121-13/+7
| * | gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson2020-07-121-5/+5
| * | gpiolib: cdev: rename priv to cdevKent Gibson2020-07-121-45/+45
| * | gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson2020-07-123-20/+20