Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | gpio: Sort GPIO drivers in Makefile | Geert Uytterhoeven | 2019-06-27 | 1 | -148/+148 | |
| * | | | | | | gpio: siox: Use module_siox_driver() | Enrico Weigelt | 2019-06-27 | 1 | -12/+1 | |
| * | | | | | | gpio: eic-sprd: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -7/+2 | |
| * | | | | | | gpio: vr41xx: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -14/+5 | |
| * | | | | | | gpio: janz-ttl: Drop unneccessary temp variable dev | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -5/+4 | |
| * | | | | | | gpio: grgpio: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -3/+1 | |
| * | | | | | | gpio: ep93xx: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -5/+2 | |
| * | | | | | | gpio: amdpt: Drop unneeded deref of &pdev->dev | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -5/+5 | |
| * | | | | | | gpio: rcar: Pedantic formatting | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -1/+1 | |
| * | | | | | | gpio: amd: Drop unused pdev pointer in privata data | Enrico Weigelt | 2019-06-27 | 1 | -2/+0 | |
| * | | | | | | gpio: Drop the parent_irq from gpio_irq_chip | Linus Walleij | 2019-06-14 | 1 | -11/+19 | |
| * | | | | | | gpio: Add GPIOLIB_IRQCHIP cleanup to TODO | Linus Walleij | 2019-06-14 | 1 | -0/+40 | |
| * | | | | | | gpio: ftgpio: Pass irqchip when adding gpiochip | Linus Walleij | 2019-06-14 | 1 | -16/+19 | |
| * | | | | | | gpio: omap: Fix lost edge wake-up interrupts | Tony Lindgren | 2019-06-12 | 1 | -1/+11 | |
| * | | | | | | gpio: omap: clean up register access in omap2_set_gpio_debounce() | Russell King | 2019-06-12 | 1 | -3/+1 | |
| * | | | | | | gpio: omap: irq_startup() must not return error codes | Russell King | 2019-06-12 | 1 | -5/+0 | |
| * | | | | | | gpio: omap: clean up wakeup handling | Russell King | 2019-06-12 | 1 | -23/+13 | |
| * | | | | | | gpio: omap: constify register tables | Russell King | 2019-06-12 | 1 | -6/+6 | |
| * | | | | | | gpio: omap: clean up omap_gpio_restore_context() | Russell King | 2019-06-12 | 1 | -21/+15 | |
| * | | | | | | gpio: omap: remove dataout variation in context handling | Russell King | 2019-06-12 | 1 | -10/+2 | |
| * | | | | | | gpio: omap: simplify omap_set_gpio_irqenable() | Russell King | 2019-06-12 | 1 | -46/+15 | |
| * | | | | | | gpio: omap: simplify omap_toggle_gpio_edge_triggering() | Russell King | 2019-06-12 | 1 | -18/+4 | |
| * | | | | | | gpio: omap: simplify read-modify-write | Russell King | 2019-06-12 | 1 | -53/+30 | |
| * | | | | | | gpio: omap: simplify bank->level_mask | Russell King | 2019-06-12 | 1 | -4/+3 | |
| * | | | | | | gpio: omap: simplify set_multiple() | Russell King | 2019-06-12 | 1 | -38/+7 | |
| * | | | | | | gpio: omap: simplify get_multiple() | Russell King | 2019-06-12 | 1 | -25/+11 | |
| * | | | | | | gpio: omap: simplify get() method | Russell King | 2019-06-12 | 1 | -19/+6 | |
| * | | | | | | gpio: omap: simplify omap_gpio_get_direction() | Russell King | 2019-06-12 | 1 | -10/+3 | |
| * | | | | | | gpio: omap: move omap_gpio_request() and omap_gpio_free() | Russell King | 2019-06-12 | 1 | -32/+32 | |
| * | | | | | | gpio: omap: remove irq_ack method | Russell King | 2019-06-12 | 1 | -14/+3 | |
| * | | | | | | gpio: omap: clean up edge interrupt handling | Russell King | 2019-06-12 | 1 | -11/+9 | |
| * | | | | | | gpio: omap: remove remainder of list management | Russell King | 2019-06-12 | 1 | -2/+0 | |
| * | | | | | | gpio: omap: fix lack of irqstatus_raw0 for OMAP4 | Russell King | 2019-06-12 | 1 | -0/+2 | |
| * | | | | | | gpio: omap: ensure irq is enabled before wakeup | Russell King | 2019-06-12 | 1 | -7/+8 | |
| * | | | | | | Merge branch 'ib-snps-reset-gpio' into devel | Linus Walleij | 2019-06-12 | 1 | -0/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gpio: of: parse stmmac PHY reset line specific active-low property | Martin Blumenstingl | 2019-06-12 | 1 | -0/+6 | |
| | |/ / / / / | ||||||
| * | | | | | | gpio: altera: Allocate irq_chip dynamically | Phil Reid | 2019-06-10 | 1 | -12/+11 | |
| * | | | | | | gpio: xilinx: convert from OF GPIO to standard devm APIs | Robert Hancock | 2019-06-10 | 2 | -55/+36 | |
| * | | | | | | gpio: davinci: Add new compatible for K3 AM654 SoCs | Keerthy | 2019-06-08 | 1 | -0/+1 | |
| * | | | | | | gpio: Davinci: Add K3 dependencies | Keerthy | 2019-06-08 | 1 | -1/+1 | |
| * | | | | | | gpio: davinci: Fix the compiler warning with ARM64 config enabled | Keerthy | 2019-06-08 | 1 | -3/+3 | |
| * | | | | | | gpio: pass lookup and descriptor flags to request_own | Linus Walleij | 2019-06-07 | 3 | -31/+17 | |
| * | | | | | | gpio: pca953x: Add support for the TI TCA9539 | Peter Robinson | 2019-06-02 | 1 | -0/+1 | |
| * | | | | | | gpio: of: Handle the Freescale SPI CS | Linus Walleij | 2019-05-31 | 1 | -0/+37 | |
| * | | | | | | gpio: ixp4xx: Use irq_domain_translate_twocell() | Linus Walleij | 2019-05-28 | 1 | -7/+7 | |
| * | | | | | | gpio: Update Kconfig text for GPIO_SYSFS | Linus Walleij | 2019-05-28 | 1 | -9/+5 | |
| * | | | | | | gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe() | Andrey Smirnov | 2019-05-28 | 1 | -6/+8 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-07-08 | 1 | -7/+44 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | gpio: mb86s7x: Enable ACPI support | Ard Biesheuvel | 2019-05-29 | 1 | -7/+44 | |
| |/ / / / / | ||||||
* | | / / / | gpio/spi: Fix spi-gpio regression on active high CS | Linus Walleij | 2019-07-02 | 1 | -1/+8 | |
| |_|/ / / |/| | | | |