summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-em.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15Star
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-24/+10Star
|\
| * gpio: em: use the managed version of gpiochip_add_data()Bartosz Golaszewski2019-05-311-3/+1Star
| * gpio: em: Return early on error in em_gio_probe()Geert Uytterhoeven2019-05-281-19/+9Star
| * gpio: em: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-05-281-4/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179Thomas Gleixner2019-05-301-13/+1Star
|/
* 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/+0Star
* gpio: em: Remove obsolete platform data supportGeert Uytterhoeven2015-07-161-26/+8Star
* 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-151-1/+0Star
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven2014-11-281-6/+1Star
* | 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/+1Star
* gpio: em: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0Star
* 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/+0Star
* | 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/+19Star
* 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
* | gpio/em: convert to linear IRQ domainLinus Walleij2012-10-261-39/+7Star
|/
* Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-031-9/+3Star
|\
| * gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin2012-09-061-9/+3Star
* | gpio: em: Fix checking return value of irq_alloc_descsAxel Lin2012-09-011-2/+2
|/
* gpio: em: do not discard em_gio_irq_domain_cleanupArnd Bergmann2012-08-101-1/+1
* gpio: Emma Mobile GPIO driver V2Magnus Damm2012-05-181-0/+418