summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pl061.c
AgeCommit message (Expand)AuthorLines
2014-12-03gpio: pl061: hook request if gpio-ranges avaiableYunlei He-6/+14
2014-05-03gpio: pl061: use BIT() macro instead of shifting bitsJavier Martinez Canillas-13/+13
2014-04-28gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin-1/+0
2014-03-26gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij-62/+18
2014-03-18gpio: switch drivers to use new callbackLinus Walleij-7/+7
2014-03-07gpio: gpio-pl061: Use %pa to print 'resource_size_t'Fabio Estevam-2/+2
2014-02-24gpio: pl061: Use devm_ioremap_resource()Jingoo Han-12/+3
2014-02-03gpio: pl061: remove confusing namingLinus Walleij-3/+2
2014-02-03gpio: pl061: refactor type settingLinus Walleij-12/+14
2014-02-03gpio: pl061: lock IRQs when starting themLinus Walleij-0/+22
2014-02-03gpio: pl061: proper error messagesLinus Walleij-5/+17
2013-11-27gpio: pl061: move irqdomain initializationLinus Walleij-5/+5
2013-10-16gpio: pl061: drop references to "virtual" IRQLinus Walleij-5/+5
2013-08-16gpio: use dev_get_platdata()Jingoo Han-1/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-03-27gpio: pl061: Add pl061_gpio_free()Axel Lin-0/+8
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas-1/+1
2013-03-07gpio: pl061: bind pinctrl by gpio requestHaojian Zhuang-0/+13
2013-03-07gpio: pl061: support irqdomainHaojian Zhuang-39/+65
2013-01-22gpio: pl061: set initcall level to module initHaojian Zhuang-1/+1
2012-11-30gpio/pl061: remove old commentBaruch Siach-6/+1
2012-10-15gpio/gpio-pl061: Covert to use devm_* functionsTobias Klauser-37/+22
2012-02-16gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar-1/+6
2012-01-14Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-90/+110
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds-0/+2
2012-01-05Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into ...Grant Likely-94/+42
2012-01-05gpio: pl061: remove combined interruptRob Herring-36/+8
2012-01-05gpio: pl061: convert to use generic irq chipRob Herring-48/+26
2012-01-04gpio: pl061: convert to use 0 for no irqRob Herring-4/+4
2012-01-04gpio: pl061: use chained_irq_* functions in irq handlerRob Herring-2/+4
2012-01-04GPIO/pl061: Add suspend resume capabilityDeepak Sikri-0/+68
2011-12-13gpio: pl061: drop extra check for NULL platform_dataRob Herring-4/+0
2011-11-22gpio: pl061: Enable module alias autogeneration for AMBA driversDave Martin-0/+2
2011-10-26gpio: pl061: add DT binding supportRob Herring-10/+21
2011-06-06gpio: reorganize driversGrant Likely-0/+358