summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pxa.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pxa: Include the right headerLinus Walleij2018-05-241-1/+1
* gpio: pxa: Use of_device_get_match_data()Thierry Reding2018-05-161-7/+1
* gpio: pxa: Use library functionsLinus Walleij2017-10-071-12/+2
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
* gpio: pxa: remove gpio_to_irq() from hw irq handlersGrygorii Strashko2017-08-141-3/+5
* gpio: pxa: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-151-1/+1
* gpio: pxa: fix legacy non pinctrl aware buildsRobert Jarzmik2016-04-081-2/+2
* gpio: pxa: use gpiochip data pointerLinus Walleij2016-01-051-4/+5
* gpio: pxa: checking IS_ERR() instead of NULLDan Carpenter2016-01-051-2/+2
* gpio: pxa: fixes non devicetree buildsRobert Jarzmik2015-12-221-13/+13
* gpio: pxa: add pin control gpio direction and requestRobert Jarzmik2015-12-151-0/+23
* gpio: pxa: change the interrupt managementRobert Jarzmik2015-12-101-63/+82
* gpio: pxa: convert to devm_ioremapRobert Jarzmik2015-12-101-5/+2
* gpio: pxa: convert to one gpiochipRobert Jarzmik2015-12-101-101/+120
* gpio: pxa: change initcall level second attemptRobert Jarzmik2015-11-191-2/+14
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio: kill off set_irq_flags usageRob Herring2015-07-281-4/+4
* gpio: pxa: simplify BANK_OFF macro offset calculationRob Herring2015-03-091-2/+1
* gpio: pxa: add PXA1928 gpio type supportRob Herring2015-02-031-2/+15
* gpio: pxa: remove mach IRQ includesRob Herring2015-02-031-20/+18
* gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder2014-07-071-0/+5
* gpio: pxa: Make of_device_id array constJingoo Han2014-06-191-1/+1
* gpio: pxa: clamp gpio get value to [0,1]Neil Zhang2014-01-151-1/+2
* gpio: pxa: remove dead codeDaniel Mack2013-07-211-10/+3
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-2/+2
|\
| * gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet2013-03-271-2/+2
* | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-041-56/+95
|\ \
| * | ARM: mmp: add more compatible names in gpio driverHaojian Zhuang2013-04-111-12/+13
| * | ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang2013-04-111-11/+9
| * | ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang2013-04-111-33/+73
| |/
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-021-2/+1
|\ \
| * | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-2/+1
| |/
* | Revert "gpio: pxa: set initcall level to module init"Linus Walleij2013-04-241-1/+6
|/
* gpio: pxa: set initcall level to module initHaojian Zhuang2013-01-251-6/+1
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+1
|\
| * ARM: pxa: remove pxa95x supportHaojian Zhuang2012-11-151-1/+1
* | gpio: remove use of __devinitBill Pemberton2012-11-281-3/+3
|/
* Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-021-11/+2
|\
| * gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun2012-09-181-3/+1
| * drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-09-011-8/+1
* | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-051-2/+28
|\ \ | |/
| * GPIO: gpio-pxa: fix building without CONFIG_OFArnd Bergmann2012-08-141-2/+2
| * GPIO: gpio-pxa: fix devicetree functionsDaniel Mack2012-08-051-0/+26
* | gpio: pxa: add chain_eneter and chain_exit for irq handlerChao Xie2012-08-161-0/+7
* | GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()Daniel Mack2012-08-161-54/+16
|/
* gpio: pxa: parse gpio from DTS fileHaojian Zhuang2012-05-051-18/+98
* ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-271-2/+19
* gpio: pxa: explicitly include mach/irqs.hRob Herring2012-01-251-0/+2
* ARM: pxa: add clk support in gpio driverHaojian Zhuang2011-11-151-1/+25
* ARM: mmp: clear gpio edge detectHaojian Zhuang2011-11-151-0/+4
OpenPOWER on IntegriCloud