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