summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio: mockup: remove unused variable gcColin Ian King2017-08-311-2/+0
* gpio: pl061: constify amba_idArvind Yadav2017-08-311-1/+1
* Revert "gpiolib: request the gpio before querying its direction"Linus Walleij2017-08-311-11/+0
* gpio: twl6040: remove unneeded forward declarationMasahiro Yamada2017-08-231-2/+0
* gpio: zevio: make gpio_chip constBhumika Goyal2017-08-231-1/+1
* gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov2017-08-232-0/+20
* gpio: rcar: Add r8a7745 (RZ/G1E) supportBiju Das2017-08-221-0/+1
* gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada2017-08-221-4/+5
* MAINTAINERS: Add entry for THUNDERX GPIO Driver.David Daney2017-08-221-0/+5
* gpio: Add gpio driver support for ThunderX and OCTEON-TXDavid Daney2017-08-223-0/+649
* gpio: mockup: use irq_simBartosz Golaszewski2017-08-212-71/+8
* Merge branch 'irq/for-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Walleij2017-08-219-30/+533
|\
| * irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2017-08-182-0/+172
| * irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney2017-08-181-1/+2
| * irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney2017-08-181-29/+29
| * genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney2017-08-183-0/+112
| * genirq: Export more irq_chip_*_parent() functionsDavid Daney2017-08-181-0/+3
| * genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski2017-08-163-0/+47
| * genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski2017-08-164-0/+168
* | gpio: mxs: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+9
* | gpio: mxc: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+10
* | gpio: pch: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+7
* | gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+7
* | gpio: sta2x11: use devres for irq generic chipBartosz Golaszewski2017-08-211-4/+9
* | gpio: sta2x11: disallow unbinding the driverBartosz Golaszewski2017-08-211-0/+1
* | gpio: mxs: disallow unbinding the driverBartosz Golaszewski2017-08-211-0/+1
* | gpio: mxc: disallow unbinding the driverBartosz Golaszewski2017-08-211-0/+1
* | gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery2017-08-151-1/+1
* | dt-bindings: gpio: aspeed: Remove reference to clock nameAndrew Jeffery2017-08-151-1/+1
* | gpio: 74x164: Introduce 'enable-gpios' propertyFabio Estevam2017-08-142-0/+13
* | gpio: max77620: Make regmap_irq_chip constBhumika Goyal2017-08-141-1/+1
* | gpio: zynq: Fix driver function parameters alignmentMichal Simek2017-08-141-8/+9
* | gpio: zynq: Fix warnings in the driverNava kishore Manne2017-08-141-6/+6
* | gpio: zynq: Fix empty lines in driverMichal Simek2017-08-141-1/+2
* | gpio: zynq: Fix kernel doc warningsNava kishore Manne2017-08-141-2/+3
* | gpio: zynq: Provided workaround for GPIOSwapna Manupati2017-08-141-4/+37
* | gpio: zynq: Add support for suspend resumeShubhrajyoti Datta2017-08-141-3/+79
* | gpio: Add support for TPS68470 GPIOsRajmohan Mani2017-08-143-0/+192
* | gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy2017-08-141-1/+4
* | dt-bindings: gpio: davinci: Add keystone-k2g compatibleKeerthy2017-08-141-2/+89
* | gpio: vf610: add imx7ulp supportDong Aisheng2017-08-141-3/+44
* | gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva2017-08-141-2/+2
* | gpio: omap : Add missing clk_unprepare().Arvind Yadav2017-08-141-0/+2
* | gpio: mb86s7x: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-141-1/+3
* | gpio: it87: add support for IT8772F Super I/O.Diego Elio Pettenò2017-08-141-0/+3
* | gpio: tegra: Use unsigned int where possibleThierry Reding2017-08-141-32/+24
* | gpio: tegra: Fix checkpatch warningsThierry Reding2017-08-141-12/+20
* | gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding2017-08-141-2/+2
* | gpio: tegra: Remove unnecessary checkThierry Reding2017-08-141-9/+2
* | gpio: Use unsigned int for of_gpio_n_cellsThierry Reding2017-08-141-1/+1