Age | Commit message (Expand) | Author |
2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier |
2019-11-13 | gpio: em: Use platform_get_irq() to obtain interrupts | Geert Uytterhoeven |
2019-11-12 | gpio: em: Use proper irq_chip name | Geert Uytterhoeven |
2019-10-09 | gpio: em: use devm_platform_ioremap_resource() | Bartosz Golaszewski |
2019-07-22 | gpio: em: use a helper variable for &pdev->dev | Bartosz Golaszewski |
2019-07-15 | gpio: em: remove the gpiochip before removing the irq domain | Bartosz Golaszewski |
2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-05-31 | gpio: em: use the managed version of gpiochip_add_data() | Bartosz Golaszewski |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179 | Thomas Gleixner |
2019-05-28 | gpio: em: Return early on error in em_gio_probe() | Geert Uytterhoeven |
2019-05-28 | gpio: em: Remove error messages on out-of-memory conditions | Geert Uytterhoeven |
2018-08-06 | gpio: em: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko |
2018-03-19 | gpio: em: Use the right include | Linus Walleij |
2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij |
2016-01-05 | gpio: em: use gpiochip data pointer | Linus Walleij |
2015-12-26 | gpio: em: Be sure to clamp return value | Linus Walleij |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij |
2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring |
2015-07-16 | gpio: em: Remove obsolete platform data support | Geert Uytterhoeven |
2015-05-06 | gpio: Constify irq_domain_ops | Krzysztof Kozlowski |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-11-28 | gpio: em: Use dynamic allocation of GPIOs | Geert Uytterhoeven |
2014-10-28 | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang |
2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe |
2014-05-09 | gpio: em: remove unnecessary OOM messages | Jingoo Han |
2014-05-03 | gpio: em: use BIT() macro instead of shifting bits | Javier Martinez Canillas |
2014-03-18 | gpio: switch drivers to use new callback | Linus Walleij |
2013-12-04 | Merge branch 'mark-irqs' into devel | Linus Walleij |
2013-12-04 | gpio: em: lock IRQs when starting them | Linus Walleij |
2013-11-25 | gpio: em: Enable mask on suspend | Magnus Damm |
2013-11-25 | gpio: em: Use lazy disable | Magnus Damm |
2013-11-25 | gpio: em: Setup gpiochip->dev | Magnus Damm |
2013-10-16 | gpio: em: drop references to "virtual" IRQ | Linus Walleij |
2013-09-19 | emev2: GPIOLIB: Enable support for OF | Ian Molton |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han |
2013-07-21 | gpio: em: Add pinctrl support | Magnus Damm |
2013-03-27 | gpio: em: Make use of devm functions | Magnus Damm |
2013-03-06 | gpio/em: Add Device Tree support | Magnus Damm |
2013-02-14 | gpio: em: Use irq_domain_add_simple() to fix runtime error | Magnus Damm |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2012-11-28 | gpio: remove use of __devexit | Bill Pemberton |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton |
2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton |
2012-11-04 | gpio: em: Fix build errors | Axel Lin |
2012-10-26 | gpio/em: convert to linear IRQ domain | Linus Walleij |
2012-10-02 | Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li... | Linus Torvalds |
2012-09-06 | gpio: em: Use irq_data_get_irq_chip_data() at appropriate places | Axel Lin |
2012-09-01 | gpio: em: Fix checking return value of irq_alloc_descs | Axel Lin |
2012-08-10 | gpio: em: do not discard em_gio_irq_domain_cleanup | Arnd Bergmann |