summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-17gpio: vr41xx: Include the right headerLinus Walleij1-1/+1
2018-09-17gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil1-0/+10
2018-09-14gpiolib: use better errno if get_direction is not availableWolfram Sang1-4/+4
2018-09-13gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik1-5/+82
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik13-24/+58
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2-1/+80
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik13-150/+108
2018-09-13gpiolib: Don't support irq sharing for userspaceUwe Kleine-König1-5/+4
2018-09-12gpio: vf610: Cut down on boilerplateLinus Walleij1-10/+1
2018-09-12gpio: vf610: Include the right headerLinus Walleij1-1/+1
2018-09-11gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij1-2/+48
2018-09-10gpio-bcm-kona: use new req/relres and dis/enable_irq funcsHans Verkuil1-10/+4
2018-09-10gpiolib: override irq_enable/disableHans Verkuil1-4/+39
2018-09-10gpiolib: add flag to indicate if the irq is disabledHans Verkuil2-2/+28
2018-09-10gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil1-24/+21
2018-09-10gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil1-22/+33
2018-09-10gpio: ep93xx: fix test for end of loopDan Carpenter1-1/+1
2018-09-10gpio: ep93xx: fix incorrect array element size checkColin Ian King1-1/+1
2018-09-10gpio: twl6040: Implement .get_direction()Linus Walleij1-0/+7
2018-09-10gpio: twl6040: Use bitopsLinus Walleij1-3/+4
2018-09-10gpio: twl6040: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl6040: Include the right headerLinus Walleij1-1/+1
2018-09-10gpio: twl4030: Implement .get_direction()Linus Walleij1-1/+41
2018-09-10gpio: twl4030: Cut down boilerplateLinus Walleij1-14/+1
2018-09-10gpio: twl4030: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: zevio: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: ts5500: Delete platform data handlingLinus Walleij1-6/+0
2018-09-04gpio: ts5500: Use SPDX headerLinus Walleij1-4/+1
2018-09-04gpio: ts5500: Include the right headerLinus Walleij1-1/+1
2018-09-04gpio: mxs: Get rid of external API callLinus Walleij1-3/+1
2018-09-04gpio: tps65xxx: Use SPDX license tagLinus Walleij4-36/+4
2018-09-04gpio: tpx65xxx: Include the right headerLinus Walleij4-6/+6
2018-08-30gpio: brcmstb: allow 0 width GPIO banksJustin Chen1-3/+12
2018-08-30gpio: ftgpio: Support debounce timerLinus Walleij1-0/+74
2018-08-30gpio: ftgpio: Support optional silicon clockLinus Walleij1-4/+37
2018-08-29Merge branch 'ib-ingenic' of ../linux-pinctrl into develLinus Walleij5-420/+452
2018-08-29gpio: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-29gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2018-08-29pinctrl: ingenic: Include the right headerLinus Walleij1-1/+1
2018-08-29gpio: ingenic: Remove driverPaul Cercueil3-404/+0
2018-08-29pinctrl: ingenic: Drop dependency on MACH_INGENICPaul Cercueil1-2/+2
2018-08-29pinctrl: ingenic: Add support for the JZ4725BPaul Cercueil1-0/+98
2018-08-29pinctrl: ingenic: Implement .get_direction for GPIO chipsPaul Cercueil1-0/+16
2018-08-29pinctrl: ingenic: Merge GPIO functionalityPaul Cercueil2-8/+331
2018-08-29pinctrl: ingenic: Mark probe function as __initPaul Cercueil1-4/+3
2018-08-29pinctrl: ingenic: Probe driver at subsys_initcallPaul Cercueil1-1/+1
2018-08-29drivers: gpio: Update MODULE AUTHOR email addressMichael Hennerich2-2/+2
2018-08-29gpio: rcar: Add GPIO hole supportBiju Das1-0/+6
2018-08-29gpio: ep93xx: Switch A and B to use GPIOLIB_IRQCHIPLinus Walleij2-45/+51
2018-08-29gpio: ep93xx: Cut gpio_to_irq() usageLinus Walleij1-24/+24