summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: Add comments on single direction chipsLinus Walleij2018-09-252-7/+32
* 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-254-130/+237
|\
| * 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-244-96/+116
| * gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren2018-09-242-33/+120
* | gpiolib: Fix array members of same chip processed separatelyJanusz Krzysztofik2018-09-242-15/+39
* | 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-2016-190/+400
|\ \
| * | gpiolib: Implement fast processing path in get/set arrayJanusz Krzysztofik2018-09-133-5/+105
| * | gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-1315-26/+86
| * | gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-134-2/+92
| * | gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-1315-177/+137
| |/
* | gpio: OF: Remove bad practice examplesLinus Walleij2018-09-201-15/+9
* | gpio: OF: Cut painful BNF experiments from bindingsLinus Walleij2018-09-201-50/+64
* | gpio: davinci: Move driver local definitions to driverAndrew F. Davis2018-09-202-28/+28
* | gpio: davinci: Remove unneeded GPIO macroAndrew F. Davis2018-09-202-9/+4
* | 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: davinci: Remove unused member of davinci_gpio_controllerAndrew F. Davis2018-09-201-1/+0
* | 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-172-46/+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: uapi: Grammar s/array/array of/Geert Uytterhoeven2018-09-131-1/+1
* | gpio: vf610: Cut down on boilerplateLinus Walleij2018-09-121-10/+1
* | gpio: vf610: Include the right headerLinus Walleij2018-09-121-1/+1
* | gpio: of: make example syntactically correctWolfram Sang2018-09-111-4/+4
* | 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
* | gpio/driver.rst: document gpiochip_disable/enable_irq()Hans Verkuil2018-09-101-1/+22
* | gpiolib: override irq_enable/disableHans Verkuil2018-09-102-4/+53
* | gpiolib: add flag to indicate if the irq is disabledHans Verkuil2018-09-103-2/+30
* | gliolib: set hooks in gpiochip_set_irq_hooks()Hans Verkuil2018-09-101-24/+21