summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: acpi: Add honor_wakeup module-option + quirk mechanismHans de Goede2020-01-071-1/+31
* gpiolib: acpi: Turn dmi_system_id table into a generic quirk tableHans de Goede2020-01-071-4/+15
* gpio: zynq: Fix for bug in zynq_gpio_restore_context APISwapna Manupati2020-01-071-3/+5
* gpio: max77620: Add missing dependency on GPIOLIB_IRQCHIPDmitry Osipenko2020-01-071-0/+1
* gpio: mockup: fix coding styleBartosz Golaszewski2020-01-031-2/+2
* Merge tag 'gpio-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-278-28/+34
|\
| * gpio: tegra186: Allow building on Tegra194-only configurationsThierry Reding2019-12-161-2/+2
| * Merge tag 'gpio-v5.5-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-12-136-24/+28
| |\
| | * gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko2019-12-111-16/+10
| | * gpiolib: fix up emulated open drain outputsRussell King2019-12-111-0/+8
| | * gpio: xgs-iproc: remove __exit annotation for iproc_gpio_removeArnd Bergmann2019-12-111-1/+1
| | * gpio: aspeed: avoid return type warningArnd Bergmann2019-12-111-1/+1
| | * gpio: mockup: Fix usage of new GPIO_LINE_DIRECTIONKent Gibson2019-12-111-2/+5
| | * gpio: xtensa: fix driver buildMax Filippov2019-12-091-4/+3
| * | gpio: Fix error message on out-of-range GPIO in lookup tableGeert Uytterhoeven2019-12-091-2/+3
| * | gpio: mpc8xxx: Add platform device to gpiochip->parentJohnson CH Chen (陳昭勳)2019-12-091-0/+1
| |/
* | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-171-0/+27
|\ \ | |/ |/|
| * gpiolib: of: Make of_gpio_spi_cs_get_count staticYueHaibing2019-12-031-1/+1
| * gpio: Handle counting of Freescale chipselectsLinus Walleij2019-11-281-0/+27
* | gpio: pca953x: tighten up indentationAndy Shevchenko2019-12-041-11/+11
* | gpio: pca953x: convert to use bitmap APIAndy Shevchenko2019-12-041-94/+70
* | gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko2019-12-041-1/+1
* | gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko2019-12-041-3/+1
* | gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+7
* | gpio: max3191x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-9/+10
* | gpio: pisosr: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-6/+6
* | gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+9
* | gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-10/+3
* | gpio: pcie-idio-24: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-69/+40
* | gpio: pci-idio-16: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-48/+27
* | gpio: ws16c48: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-53/+20
* | gpio: gpio-mm: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-52/+21
* | gpio: 104-idi-48: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-29/+7
* | gpio: 104-dio-48e: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-52/+21
* | Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-0176-566/+1664
|\ \
| * | gpio: Add TODO item for regmap helperLinus Walleij2019-11-221-0/+4
| * | gpio: of: Fix bogus reference to gpiod_get_count()Geert Uytterhoeven2019-11-221-1/+1
| * | gpiolib: Grammar s/manager/managed/Geert Uytterhoeven2019-11-221-1/+1
| * | gpio: lynxpoint: Setup correct IRQ handlersAndy Shevchenko2019-11-211-0/+6
| * | gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede2019-11-211-2/+3
| * | gpio/mpc8xxx: fix qoriq GPIO readingRussell King2019-11-211-0/+3
| * | gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2019-11-211-1/+2
| * | gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede2019-11-151-3/+9
| * | gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski2019-11-131-3/+3
| * | Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2019-11-132-30/+56
| |\ \
| | * | gpio: merrifield: Pass irqchip when adding gpiochipAndy Shevchenko2019-11-131-13/+19
| | * | gpio: merrifield: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-11-131-17/+25
| | * | gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko2019-11-131-0/+12
| * | | Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-11-1310-213/+457
| |\ \ \
| | * | | gpio: mmio: remove untrue leftover commentMatti Vaittinen2019-11-131-1/+0