summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-em.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: em: drop the wrapper around pinctrl_gpio_request()Bartosz Golaszewski2023-11-041-6/+1
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* gpio: em: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven2019-11-131-12/+9
* gpio: em: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
* gpio: em: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-10-091-12/+8
* gpio: em: use a helper variable for &pdev->devBartosz Golaszewski2019-07-221-18/+19
* gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-24/+10
|\
| * gpio: em: use the managed version of gpiochip_add_data()Bartosz Golaszewski2019-05-311-3/+1
| * gpio: em: Return early on error in em_gio_probe()Geert Uytterhoeven2019-05-281-19/+9
| * gpio: em: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-05-281-4/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179Thomas Gleixner2019-05-301-13/+1
|/
* gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko2018-08-061-2/+4
* gpio: em: Use the right includeLinus Walleij2018-03-191-1/+1
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
* gpio: em: use gpiochip data pointerLinus Walleij2016-01-051-2/+2
* gpio: em: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-2/+2
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-1/+0
* gpio: em: Remove obsolete platform data supportGeert Uytterhoeven2015-07-161-26/+8
* gpio: Constify irq_domain_opsKrzysztof Kozlowski2015-05-061-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven2014-11-281-6/+1
* | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
|/
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+1
* gpio: em: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0
* gpio: em: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-031-1/+1
* gpio: switch drivers to use new callbackLinus Walleij2014-03-181-7/+7
* Merge branch 'mark-irqs' into develLinus Walleij2013-12-041-0/+23
|\
| * gpio: em: lock IRQs when starting themLinus Walleij2013-12-041-0/+24
* | gpio: em: Enable mask on suspendMagnus Damm2013-11-251-1/+1
* | gpio: em: Use lazy disableMagnus Damm2013-11-251-2/+0
* | gpio: em: Setup gpiochip->devMagnus Damm2013-11-251-0/+1
|/
* gpio: em: drop references to "virtual" IRQLinus Walleij2013-10-161-6/+6
* emev2: GPIOLIB: Enable support for OFIan Molton2013-09-191-0/+1
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* gpio: em: Add pinctrl supportMagnus Damm2013-07-211-0/+25
* gpio: em: Make use of devm functionsMagnus Damm2013-03-271-34/+19
* gpio/em: Add Device Tree supportMagnus Damm2013-03-061-3/+42
* gpio: em: Use irq_domain_add_simple() to fix runtime errorMagnus Damm2013-02-141-1/+2
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+3
|\
| * gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
| * gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
| * gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* | gpio: em: Fix build errorsAxel Lin2012-11-041-3/+3