summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-2377-1240/+2293
|\
| * gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd2018-10-161-2/+1
| * gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd2018-10-161-6/+2
| * gpio: Drop parent irq assignment during cascade setupStephen Boyd2018-10-161-10/+0
| * mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmapJanusz Krzysztofik2018-10-151-2/+11
| * gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap2018-10-151-1/+1
| * gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado2018-10-121-2/+3
| * gpio: fix kernel-doc after devres.c file renameRandy Dunlap2018-10-101-1/+1
| * gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König2018-10-101-1/+1
| * gpio: syscon: Fix possible NULL ptr usageMarek Vasut2018-10-101-1/+1
| * gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado2018-10-101-14/+13
| * pinctrl: msm: Use init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-42/+37
| * gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-102-3/+20
| * GPIO: add single-register GPIO via CREG driverEugeniy Paltsev2018-10-104-0/+208
| * dt-bindings: Document the Synopsys GPIO via CREG bindingsEugeniy Paltsev2018-10-101-0/+21
| * gpio: mockup: use device properties instead of platform_dataBartosz Golaszewski2018-10-031-31/+51
| * gpio: Slightly more helpful debugfsLinus Walleij2018-10-021-4/+7
| * gpio: omap: Remove set but not used variable 'dev'YueHaibing2018-10-011-2/+0
| * gpio: omap: drop omap_gpio_listGrygorii Strashko2018-10-011-4/+0
| * Accept partial 'gpio-line-names' property.Christophe Blaess2018-10-011-12/+9
| * gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko2018-10-011-20/+5
| * gpio: htc-egpio: Remove set but not used variable 'bit'YueHaibing2018-10-011-2/+0
| * gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-013-23/+23
| * gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-013-35/+39
| * Documentation: gpio: Fix return type of gpiod_set_raw_array_value*()Geert Uytterhoeven2018-10-011-8/+8
| * 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-284-0/+303
| * dt-bindings: gpio: rcar: Add r8a7744 (RZ/G1N) supportBiju Das2018-09-251-0/+1
| * 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