aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-em.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-05gpio: em: use gpiochip data pointerGravatar Linus Walleij 1-2/+2
2015-12-26gpio: em: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-2/+2
2015-07-28gpio: kill off set_irq_flags usageGravatar Rob Herring 1-1/+0
2015-07-16gpio: em: Remove obsolete platform data supportGravatar Geert Uytterhoeven 1-26/+8
2015-05-06gpio: Constify irq_domain_opsGravatar Krzysztof Kozlowski 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-28gpio: em: Use dynamic allocation of GPIOsGravatar Geert Uytterhoeven 1-6/+1
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioGravatar abdoulaye berthe 1-4/+1
2014-05-09gpio: em: remove unnecessary OOM messagesGravatar Jingoo Han 1-1/+0
2014-05-03gpio: em: use BIT() macro instead of shifting bitsGravatar Javier Martinez Canillas 1-1/+1
2014-03-18gpio: switch drivers to use new callbackGravatar Linus Walleij 1-7/+7
2013-12-04Merge branch 'mark-irqs' into develGravatar Linus Walleij 1-0/+23
2013-12-04gpio: em: lock IRQs when starting themGravatar Linus Walleij 1-0/+24
2013-11-25gpio: em: Enable mask on suspendGravatar Magnus Damm 1-1/+1
2013-11-25gpio: em: Use lazy disableGravatar Magnus Damm 1-2/+0
2013-11-25gpio: em: Setup gpiochip->devGravatar Magnus Damm 1-0/+1
2013-10-16gpio: em: drop references to "virtual" IRQGravatar Linus Walleij 1-6/+6
2013-09-19emev2: GPIOLIB: Enable support for OFGravatar Ian Molton 1-0/+1
2013-08-16gpio: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-21gpio: em: Add pinctrl supportGravatar Magnus Damm 1-0/+25
2013-03-27gpio: em: Make use of devm functionsGravatar Magnus Damm 1-34/+19
2013-03-06gpio/em: Add Device Tree supportGravatar Magnus Damm 1-3/+42
2013-02-14gpio: em: Use irq_domain_add_simple() to fix runtime errorGravatar Magnus Damm 1-1/+2
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2012-11-28gpio: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-04gpio: em: Fix build errorsGravatar Axel Lin 1-3/+3
2012-10-26gpio/em: convert to linear IRQ domainGravatar Linus Walleij 1-39/+7
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Gravatar Linus Torvalds 1-9/+3
2012-09-06gpio: em: Use irq_data_get_irq_chip_data() at appropriate placesGravatar Axel Lin 1-9/+3
2012-09-01gpio: em: Fix checking return value of irq_alloc_descsGravatar Axel Lin 1-2/+2
2012-08-10gpio: em: do not discard em_gio_irq_domain_cleanupGravatar Arnd Bergmann 1-1/+1
2012-05-18gpio: Emma Mobile GPIO driver V2Gravatar Magnus Damm 1-0/+418