summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-012-14/+14
| * | gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-011-14/+16
| * | gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik2018-10-011-6/+3
| * | gpio: new driver to work with a 8x12 sioxUwe Kleine-König2018-09-283-0/+302
| * | gpio: Add comments on single direction chipsLinus Walleij2018-09-251-6/+27
| * | gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado2018-09-251-8/+28
| * | gpio: Rename devres implementation fileLinus Walleij2018-09-252-1/+1
| * | gpio: Use SPDX header for core libraryLinus Walleij2018-09-259-32/+10
| * | Merge branch 'ib-omap' into develLinus Walleij2018-09-251-104/+227
| |\ \
| | * | gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren2018-09-241-3/+3
| | * | gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren2018-09-241-70/+108
| | * | gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2018-09-241-33/+118
| * | | gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2018-09-241-10/+25
| * | | gpiolib: Fix missing updates of bitmap indexJanusz Krzysztofik2018-09-241-5/+6
| * | | gpio: htc-egpio: Unique label per chipLinus Walleij2018-09-241-1/+7
| * | | Merge branch 'ib-array-bitmaps' into develLinus Walleij2018-09-203-53/+243
| |\ \ \
| | * | | gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2018-09-131-5/+82
| | * | | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-133-10/+38
| | * | | gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-132-1/+80
| | * | | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-133-45/+51
| | |/ /
| * | | gpio: davinci: Move driver local definitions to driverAndrew F. Davis2018-09-201-0/+28
| * | | gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis2018-09-201-6/+4
| * | | gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis2018-09-201-18/+4
| * | | gpio: Get rid of legacy headerLinus Walleij2018-09-172-9/+2
| * | | gpio: wm8xxx: Cut down on boilerplateLinus Walleij2018-09-173-15/+3
| * | | gpio: wm8xxx: Use the right headerLinus Walleij2018-09-173-3/+3
| * | | gpio: xlp: Cut down on boilerplateLinus Walleij2018-09-171-9/+1
| * | | gpio: xlp: Include the right headerLinus Walleij2018-09-171-1/+1
| * | | gpio: vx855: Cut down on boilerplateLinus Walleij2018-09-171-17/+1
| * | | gpio: vx855: Include the right headerLinus Walleij2018-09-171-1/+1
| * | | gpio: viperboard: Cut down on boilerplateLinus Walleij2018-09-171-6/+1
| * | | gpio: viperboard: Include the right headerLinus Walleij2018-09-171-2/+1
| * | | gpio: xtensa: Cut down on boilerplateLinus Walleij2018-09-171-4/+1
| * | | gpio: xtensa: Include the right headerLinus Walleij2018-09-171-1/+1
| * | | gpio: vr41xx: Delete vr41xx_gpio_pullupdown() callbackLinus Walleij2018-09-171-38/+0
| * | | gpio: vr41xx: Cut down on boilerplateLinus Walleij2018-09-171-14/+1
| * | | gpio: vr41xx: Include the right headerLinus Walleij2018-09-171-1/+1
| * | | gpiolib: check if irqchip already has the irq hook replacementsHans Verkuil2018-09-171-0/+10
| * | | gpiolib: use better errno if get_direction is not availableWolfram Sang2018-09-141-4/+4
| * | | gpiolib: Don't support irq sharing for userspaceUwe Kleine-König2018-09-131-5/+4
| * | | gpio: vf610: Cut down on boilerplateLinus Walleij2018-09-121-10/+1
| * | | gpio: vf610: Include the right headerLinus Walleij2018-09-121-1/+1
| * | | gpio: of: Handle SPI chipselect legacy bindingsLinus Walleij2018-09-111-2/+48
| * | | gpio-bcm-kona: use new req/relres and dis/enable_irq funcsHans Verkuil2018-09-101-10/+4
| * | | gpiolib: override irq_enable/disableHans Verkuil2018-09-101-4/+39
| * | | gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-102-2/+28
| * | | gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil2018-09-101-24/+21
| * | | gpiolib: export gpiochip_irq_reqres/relres()Hans Verkuil2018-09-101-22/+33
| * | | gpio: ep93xx: fix test for end of loopDan Carpenter2018-09-101-1/+1
| * | | gpio: ep93xx: fix incorrect array element size checkColin Ian King2018-09-101-1/+1