aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-em.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-1/+0
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2019-11-13gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven1-12/+9
2019-11-12gpio: em: Use proper irq_chip nameGeert Uytterhoeven1-1/+1
2019-10-09gpio: em: use devm_platform_ioremap_resource()Bartosz Golaszewski1-12/+8
2019-07-22gpio: em: use a helper variable for &pdev->devBartosz Golaszewski1-18/+19
2019-07-15gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski1-18/+15
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-24/+10
2019-05-31gpio: em: use the managed version of gpiochip_add_data()Bartosz Golaszewski1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 179Thomas Gleixner1-13/+1
2019-05-28gpio: em: Return early on error in em_gio_probe()Geert Uytterhoeven1-19/+9
2019-05-28gpio: em: Remove error messages on out-of-memory conditionsGeert Uytterhoeven1-4/+2
2018-08-06gpio: em: Don't shadow error code of gpiochip_lock_as_irq()Andy Shevchenko1-2/+4
2018-03-19gpio: em: Use the right includeLinus Walleij1-1/+1
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2016-01-05gpio: em: use gpiochip data pointerLinus Walleij1-2/+2
2015-12-26gpio: em: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-1/+0
2015-07-16gpio: em: Remove obsolete platform data supportGeert Uytterhoeven1-26/+8
2015-05-06gpio: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-28gpio: em: Use dynamic allocation of GPIOsGeert Uytterhoeven1-6/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-4/+1
2014-05-09gpio: em: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-03gpio: em: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-1/+1
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-7/+7
2013-12-04Merge branch 'mark-irqs' into develLinus Walleij1-0/+23
2013-12-04gpio: em: lock IRQs when starting themLinus Walleij1-0/+24
2013-11-25gpio: em: Enable mask on suspendMagnus Damm1-1/+1
2013-11-25gpio: em: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio: em: Setup gpiochip->devMagnus Damm1-0/+1
2013-10-16gpio: em: drop references to "virtual" IRQLinus Walleij1-6/+6
2013-09-19emev2: GPIOLIB: Enable support for OFIan Molton1-0/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-21gpio: em: Add pinctrl supportMagnus Damm1-0/+25
2013-03-27gpio: em: Make use of devm functionsMagnus Damm1-34/+19
2013-03-06gpio/em: Add Device Tree supportMagnus Damm1-3/+42
2013-02-14gpio: em: Use irq_domain_add_simple() to fix runtime errorMagnus Damm1-1/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-04gpio: em: Fix build errorsAxel Lin1-3/+3
2012-10-26gpio/em: convert to linear IRQ domainLinus Walleij1-39/+7
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-9/+3
2012-09-06gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesAxel Lin1-9/+3
2012-09-01gpio: em: Fix checking return value of irq_alloc_descsAxel Lin1-2/+2