summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pl061.c
Commit message (Expand)AuthorAge
* gpio: pl061: delete platform data handlingLinus Walleij2016-12-07
* gpio: pl061: move platform data into driverLinus Walleij2016-12-07
* gpio: pl061: rename variable from chip to pl061Linus Walleij2016-12-07
* gpio: pl061: rename state container structLinus Walleij2016-12-07
* gpio: pl061: use local state for parent IRQ storageLinus Walleij2016-12-07
* gpio: pl061: implement .get_direction()Linus Walleij2016-04-28
* gpio: pl061: remove range checkLinus Walleij2016-04-28
* gpio: pl061: make explicitly non-modularPaul Gortmaker2016-03-31
* gpio: pl061: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: pl061: add support for wakeup configurationSudeep Holla2015-12-14
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpio: pl061: use the generic request/free implementationsJonas Gorski2015-10-16
* gpio: pl061: assign the apropriate handler for irqsLinus Walleij2015-10-15
* gpio: pl061: returning with lock held in pl061_irq_type()Dan Carpenter2015-10-15
* gpio: pl061: detail IRQ trigger handlingLinus Walleij2015-10-02
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* gpio: pl061: hook request if gpio-ranges avaiableYunlei He2014-12-03
* gpio: pl061: use BIT() macro instead of shifting bitsJavier Martinez Canillas2014-05-03
* gpio: pl061/sx150x: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-28
* gpio: pl061: convert driver to use gpiolib irqchipLinus Walleij2014-03-26
* gpio: switch drivers to use new callbackLinus Walleij2014-03-18
* gpio: gpio-pl061: Use %pa to print 'resource_size_t'Fabio Estevam2014-03-07
* gpio: pl061: Use devm_ioremap_resource()Jingoo Han2014-02-24
* gpio: pl061: remove confusing namingLinus Walleij2014-02-03
* gpio: pl061: refactor type settingLinus Walleij2014-02-03
* gpio: pl061: lock IRQs when starting themLinus Walleij2014-02-03
* gpio: pl061: proper error messagesLinus Walleij2014-02-03
* gpio: pl061: move irqdomain initializationLinus Walleij2013-11-27
* gpio: pl061: drop references to "virtual" IRQLinus Walleij2013-10-16
* gpio: use dev_get_platdata()Jingoo Han2013-08-16
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-02
|\
| * arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-26
* | gpio: pl061: Add pl061_gpio_free()Axel Lin2013-03-27
* | gpio: pl061: bind pinctrl by gpio requestHaojian Zhuang2013-03-07
* | gpio: pl061: support irqdomainHaojian Zhuang2013-03-07
|/
* gpio: pl061: set initcall level to module initHaojian Zhuang2013-01-22
* gpio/pl061: remove old commentBaruch Siach2012-11-30
* gpio/gpio-pl061: Covert to use devm_* functionsTobias Klauser2012-10-15
* gpio/gpio-pl061: No need of thaw and poweroff routines for hibernateViresh Kumar2012-02-16
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-14
|\
| * Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into ...Grant Likely2012-01-05
| |\
| | * gpio: pl061: remove combined interruptRob Herring2012-01-05
| | * gpio: pl061: convert to use generic irq chipRob Herring2012-01-05
| | * gpio: pl061: convert to use 0 for no irqRob Herring2012-01-04
| | * gpio: pl061: use chained_irq_* functions in irq handlerRob Herring2012-01-04
| * | GPIO/pl061: Add suspend resume capabilityDeepak Sikri2012-01-04
* | | Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2012-01-06
|\ \ \ | |_|/ |/| |
| * | gpio: pl061: Enable module alias autogeneration for AMBA driversDave Martin2011-11-22
| |/
* | gpio: pl061: drop extra check for NULL platform_dataRob Herring2011-12-13
|/
* gpio: pl061: add DT binding supportRob Herring2011-10-26