summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | gpio: Sort GPIO drivers in MakefileGeert Uytterhoeven2019-06-271-148/+148
| * | | | | | gpio: siox: Use module_siox_driver()Enrico Weigelt2019-06-271-12/+1Star
| * | | | | | gpio: eic-sprd: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-7/+2Star
| * | | | | | gpio: vr41xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-14/+5Star
| * | | | | | gpio: janz-ttl: Drop unneccessary temp variable devEnrico Weigelt, metux IT consult2019-06-271-5/+4Star
| * | | | | | gpio: grgpio: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-3/+1Star
| * | | | | | gpio: ep93xx: Use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-06-271-5/+2Star
| * | | | | | gpio: amdpt: Drop unneeded deref of &pdev->devEnrico Weigelt, metux IT consult2019-06-271-5/+5
| * | | | | | gpio: rcar: Pedantic formattingEnrico Weigelt, metux IT consult2019-06-271-1/+1
| * | | | | | gpio: amd: Drop unused pdev pointer in privata dataEnrico Weigelt2019-06-271-2/+0Star
| * | | | | | gpio: Drop the parent_irq from gpio_irq_chipLinus Walleij2019-06-141-11/+19
| * | | | | | gpio: Add GPIOLIB_IRQCHIP cleanup to TODOLinus Walleij2019-06-141-0/+40
| * | | | | | gpio: ftgpio: Pass irqchip when adding gpiochipLinus Walleij2019-06-141-16/+19
| * | | | | | gpio: omap: Fix lost edge wake-up interruptsTony Lindgren2019-06-121-1/+11
| * | | | | | gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King2019-06-121-3/+1Star
| * | | | | | gpio: omap: irq_startup() must not return error codesRussell King2019-06-121-5/+0Star
| * | | | | | gpio: omap: clean up wakeup handlingRussell King2019-06-121-23/+13Star
| * | | | | | gpio: omap: constify register tablesRussell King2019-06-121-6/+6
| * | | | | | gpio: omap: clean up omap_gpio_restore_context()Russell King2019-06-121-21/+15Star
| * | | | | | gpio: omap: remove dataout variation in context handlingRussell King2019-06-121-10/+2Star
| * | | | | | gpio: omap: simplify omap_set_gpio_irqenable()Russell King2019-06-121-46/+15Star
| * | | | | | gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King2019-06-121-18/+4Star
| * | | | | | gpio: omap: simplify read-modify-writeRussell King2019-06-121-53/+30Star
| * | | | | | gpio: omap: simplify bank->level_maskRussell King2019-06-121-4/+3Star
| * | | | | | gpio: omap: simplify set_multiple()Russell King2019-06-121-38/+7Star
| * | | | | | gpio: omap: simplify get_multiple()Russell King2019-06-121-25/+11Star
| * | | | | | gpio: omap: simplify get() methodRussell King2019-06-121-19/+6Star
| * | | | | | gpio: omap: simplify omap_gpio_get_direction()Russell King2019-06-121-10/+3Star
| * | | | | | gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King2019-06-121-32/+32
| * | | | | | gpio: omap: remove irq_ack methodRussell King2019-06-121-14/+3Star
| * | | | | | gpio: omap: clean up edge interrupt handlingRussell King2019-06-121-11/+9Star
| * | | | | | gpio: omap: remove remainder of list managementRussell King2019-06-121-2/+0Star
| * | | | | | gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King2019-06-121-0/+2
| * | | | | | gpio: omap: ensure irq is enabled before wakeupRussell King2019-06-121-7/+8
| * | | | | | Merge branch 'ib-snps-reset-gpio' into develLinus Walleij2019-06-121-0/+6
| |\ \ \ \ \ \
| | * | | | | | gpio: of: parse stmmac PHY reset line specific active-low propertyMartin Blumenstingl2019-06-121-0/+6
| | |/ / / / /
| * | | | | | gpio: altera: Allocate irq_chip dynamicallyPhil Reid2019-06-101-12/+11Star
| * | | | | | gpio: xilinx: convert from OF GPIO to standard devm APIsRobert Hancock2019-06-102-55/+36Star
| * | | | | | gpio: davinci: Add new compatible for K3 AM654 SoCsKeerthy2019-06-081-0/+1
| * | | | | | gpio: Davinci: Add K3 dependenciesKeerthy2019-06-081-1/+1
| * | | | | | gpio: davinci: Fix the compiler warning with ARM64 config enabledKeerthy2019-06-081-3/+3
| * | | | | | gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-073-31/+17Star
| * | | | | | gpio: pca953x: Add support for the TI TCA9539Peter Robinson2019-06-021-0/+1
| * | | | | | gpio: of: Handle the Freescale SPI CSLinus Walleij2019-05-311-0/+37
| * | | | | | gpio: ixp4xx: Use irq_domain_translate_twocell()Linus Walleij2019-05-281-7/+7
| * | | | | | gpio: Update Kconfig text for GPIO_SYSFSLinus Walleij2019-05-281-9/+5Star
| * | | | | | gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe()Andrey Smirnov2019-05-281-6/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-7/+44
|\ \ \ \ \ \
| * | | | | | gpio: mb86s7x: Enable ACPI supportArd Biesheuvel2019-05-291-7/+44
| |/ / / / /
* | | / / / gpio/spi: Fix spi-gpio regression on active high CSLinus Walleij2019-07-021-1/+8
| |_|/ / / |/| | | |