summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rc5t583.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-23gpio: add gpio_add_lookup_tables() to add several tables at onceDmitry Torokhov2-0/+20
2017-08-22gpio: rcar: Add r8a7745 (RZ/G1E) supportBiju Das1-0/+1
2017-08-22gpio: brcmstb: check return value of gpiochip_irqchip_add()Masahiro Yamada1-4/+5
2017-08-22MAINTAINERS: Add entry for THUNDERX GPIO Driver.David Daney1-0/+5
2017-08-22gpio: Add gpio driver support for ThunderX and OCTEON-TXDavid Daney3-0/+649
2017-08-21gpio: mockup: use irq_simBartosz Golaszewski2-71/+8
2017-08-21gpio: mxs: use devres for irq generic chipBartosz Golaszewski1-5/+9
2017-08-21gpio: mxc: use devres for irq generic chipBartosz Golaszewski1-5/+10
2017-08-21gpio: pch: use devres for irq generic chipBartosz Golaszewski1-5/+7
2017-08-21gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski1-5/+7
2017-08-21gpio: sta2x11: use devres for irq generic chipBartosz Golaszewski1-4/+9
2017-08-21gpio: sta2x11: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-21gpio: mxs: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-21gpio: mxc: disallow unbinding the driverBartosz Golaszewski1-0/+1
2017-08-18irqdomain: Add irq_domain_{push,pop}_irq() functionsDavid Daney2-0/+172
2017-08-18irqdomain: Check for NULL function pointer in irq_domain_free_irqs_hierarchy()David Daney1-1/+2
2017-08-18irqdomain: Factor out code to add and remove items to and from the revmapDavid Daney1-29/+29
2017-08-18genirq: Add handle_fasteoi_{level,edge}_irq flow handlersDavid Daney3-0/+112
2017-08-18genirq: Export more irq_chip_*_parent() functionsDavid Daney1-0/+3
2017-08-16genirq/irq_sim: Add a devres variant of irq_sim_init()Bartosz Golaszewski3-0/+47
2017-08-16genirq/irq_sim: Add a simple interrupt simulator frameworkBartosz Golaszewski4-0/+168
2017-08-15gpio: aspeed: Remove reference to clock name in debounce warning messageAndrew Jeffery1-1/+1
2017-08-15dt-bindings: gpio: aspeed: Remove reference to clock nameAndrew Jeffery1-1/+1
2017-08-14gpio: 74x164: Introduce 'enable-gpios' propertyFabio Estevam2-0/+13
2017-08-14gpio: max77620: Make regmap_irq_chip constBhumika Goyal1-1/+1
2017-08-14gpio: zynq: Fix driver function parameters alignmentMichal Simek1-8/+9
2017-08-14gpio: zynq: Fix warnings in the driverNava kishore Manne1-6/+6
2017-08-14gpio: zynq: Fix empty lines in driverMichal Simek1-1/+2
2017-08-14gpio: zynq: Fix kernel doc warningsNava kishore Manne1-2/+3
2017-08-14gpio: zynq: Provided workaround for GPIOSwapna Manupati1-4/+37
2017-08-14gpio: zynq: Add support for suspend resumeShubhrajyoti Datta1-3/+79
2017-08-14gpio: Add support for TPS68470 GPIOsRajmohan Mani3-0/+192
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy1-1/+4
2017-08-14dt-bindings: gpio: davinci: Add keystone-k2g compatibleKeerthy1-2/+89
2017-08-14gpio: vf610: add imx7ulp supportDong Aisheng1-3/+44
2017-08-14gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva1-2/+2
2017-08-14gpio: omap : Add missing clk_unprepare().Arvind Yadav1-0/+2
2017-08-14gpio: mb86s7x: Handle return value of clk_prepare_enable.Arvind Yadav1-1/+3
2017-08-14gpio: it87: add support for IT8772F Super I/O.Diego Elio Pettenò1-0/+3
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding1-32/+24
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding1-12/+20
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding1-2/+2
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding1-9/+2
2017-08-14gpio: Use unsigned int for of_gpio_n_cellsThierry Reding1-1/+1
2017-08-14docs: driver-api: Add GPIO sectionThierry Reding2-0/+46
2017-08-14gpio: sysfs: Fixup kerneldocThierry Reding1-4/+4
2017-08-14gpio: acpi: Fixup kerneldocThierry Reding1-2/+2
2017-08-14gpio: devres: Improve kerneldocThierry Reding1-0/+3
2017-08-14gpio: of: Improve kerneldocThierry Reding2-4/+22
2017-08-14gpio: Cleanup kerneldocThierry Reding2-24/+61