summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-04gpiolib: Clarify use of non-sleeping functionsGeert Uytterhoeven1-8/+8
2019-07-04gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variantsGeert Uytterhoeven1-3/+4
2019-07-04gpiolib: Document new gpio_chip.init_valid_mask fieldGeert Uytterhoeven1-0/+2
2019-07-04Documentation: gpio: Fix reference to gpiod_get_array()Geert Uytterhoeven1-1/+1
2019-07-03gpio: pl061: drop duplicate printing of device nameEnrico Weigelt1-1/+1
2019-07-03gpio: altera: Pass irqchip when adding gpiochipLinus Walleij1-27/+21
2019-07-03gpio: siox: Use devm_ managed gpiochipLinus Walleij1-10/+1
2019-07-03gpio: siox: Add struct device *dev helper variableLinus Walleij1-5/+5
2019-07-03gpio: siox: Pass irqchip when adding gpiochipLinus Walleij1-9/+7
2019-07-03drivers: gpio: amd-fch: make resource struct constEnrico Weigelt1-1/+1
2019-07-03devres: allow const resource argumentsArnd Bergmann2-2/+4
2019-06-27gpio: ath79: Pass irqchip when adding gpiochipLinus Walleij1-39/+27
2019-06-27gpio: tegra: Clean-up debugfs initialisationJon Hunter1-15/+3
2019-06-27gpio: siox: Switch to IRQ_TYPE_NONELinus Walleij1-1/+1
2019-06-27gpio: siox: Do not call gpiochip_remove() on errorpathLinus Walleij1-5/+2
2019-06-27gpio: pl061: Pass irqchip when adding gpiochipLinus Walleij1-14/+16
2019-06-27gpio: tegra: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman1-2/+2
2019-06-27gpio: No need to cast away return value of debugfs_create_file()Greg Kroah-Hartman1-2/+2
2019-06-27gpio: Sort GPIO drivers in MakefileGeert Uytterhoeven1-148/+148
2019-06-27gpio: siox: Use module_siox_driver()Enrico Weigelt1-12/+1
2019-06-27siox: Add helper macro to simplify driver registrationEnrico Weigelt1-0/+10
2019-06-27gpio: eic-sprd: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-7/+2
2019-06-27gpio: vr41xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-14/+5
2019-06-27gpio: janz-ttl: Drop unneccessary temp variable devEnrico Weigelt, metux IT consult1-5/+4
2019-06-27gpio: grgpio: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-06-27gpio: ep93xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-5/+2
2019-06-27gpio: amdpt: Drop unneeded deref of &pdev->devEnrico Weigelt, metux IT consult1-5/+5
2019-06-27gpio: rcar: Pedantic formattingEnrico Weigelt, metux IT consult1-1/+1
2019-06-27gpio: Add comments on #if/#else/#endifEnrico Weigelt3-11/+11
2019-06-27gpio: amd: Drop unused pdev pointer in privata dataEnrico Weigelt1-2/+0
2019-06-27gpio: mockup: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+5
2019-06-26gpio: madera: Fixup SPDX headersCharles Keepax1-5/+1
2019-06-14gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij2-18/+19
2019-06-14gpio: Add GPIOLIB_IRQCHIP cleanup to TODOLinus Walleij1-0/+40
2019-06-14gpio: ftgpio: Pass irqchip when adding gpiochipLinus Walleij1-16/+19
2019-06-12gpio: omap: Fix lost edge wake-up interruptsTony Lindgren1-1/+11
2019-06-12fmc: Delete the FMC subsystemLinus Walleij27-3257/+0
2019-06-12gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King1-3/+1
2019-06-12gpio: omap: irq_startup() must not return error codesRussell King1-5/+0
2019-06-12gpio: omap: clean up wakeup handlingRussell King1-23/+13
2019-06-12gpio: omap: constify register tablesRussell King2-7/+7
2019-06-12gpio: omap: clean up omap_gpio_restore_context()Russell King1-21/+15
2019-06-12gpio: omap: remove dataout variation in context handlingRussell King1-10/+2
2019-06-12gpio: omap: simplify omap_set_gpio_irqenable()Russell King1-46/+15
2019-06-12gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King1-18/+4
2019-06-12gpio: omap: simplify read-modify-writeRussell King1-53/+30
2019-06-12gpio: omap: simplify bank->level_maskRussell King1-4/+3
2019-06-12gpio: omap: simplify set_multiple()Russell King1-38/+7
2019-06-12gpio: omap: simplify get_multiple()Russell King1-25/+11
2019-06-12gpio: omap: simplify get() methodRussell King1-19/+6