summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven2019-11-131-12/+9
| | * | gpio: tegra186: Add debounce supportThierry Reding2019-11-121-0/+38
| | * | gpio: tegra186: Program interrupt route mappingThierry Reding2019-11-121-0/+46
| | * | gpio: tegra186: Derive register offsets from bank/portThierry Reding2019-11-121-95/+100
| | * | gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson2019-11-121-0/+69
| | * | gpiolib: move validation of line handle flags into helper functionKent Gibson2019-11-121-42/+51
| | * | gpio: mockup: add set_config to support pull up/downKent Gibson2019-11-121-34/+60
| | * | gpiolib: add support for biasing output linesKent Gibson2019-11-121-2/+6
| | * | gpiolib: add support for disabling line biasKent Gibson2019-11-122-10/+52
| | * | gpiolib: add support for pull up/down to lineevent_createKent Gibson2019-11-121-0/+4
| | * | gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini2019-11-121-0/+18
| | * | gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| | * | gpio: em: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| | * | gpio: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2019-11-121-0/+1
| | * | Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2019-11-122-15/+8
| | |\ \ | | | |/ | | |/|
| | * | Merge branch 'devel' into for-nextLinus Walleij2019-11-0873-373/+1200
| | |\ \
| * | | | gpio: xgs-iproc: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-11-081-1/+0
| | |/ / | |/| |
| * | | Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij2019-11-081-12/+0
| * | | gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko2019-11-072-5/+3
OpenPOWER on IntegriCloud