summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pxa.c
Commit message (Expand)AuthorAge
* gpio: pxa: Use library functionsLinus Walleij2017-10-07
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-22
* gpio: pxa: remove gpio_to_irq() from hw irq handlersGrygorii Strashko2017-08-14
* gpio: pxa: use devm_irq_alloc_descs()Bartosz Golaszewski2017-03-15
* gpio: pxa: fix legacy non pinctrl aware buildsRobert Jarzmik2016-04-08
* gpio: pxa: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: pxa: checking IS_ERR() instead of NULLDan Carpenter2016-01-05
* gpio: pxa: fixes non devicetree buildsRobert Jarzmik2015-12-22
* gpio: pxa: add pin control gpio direction and requestRobert Jarzmik2015-12-15
* gpio: pxa: change the interrupt managementRobert Jarzmik2015-12-10
* gpio: pxa: convert to devm_ioremapRobert Jarzmik2015-12-10
* gpio: pxa: convert to one gpiochipRobert Jarzmik2015-12-10
* gpio: pxa: change initcall level second attemptRobert Jarzmik2015-11-19
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* gpio: kill off set_irq_flags usageRob Herring2015-07-28
* gpio: pxa: simplify BANK_OFF macro offset calculationRob Herring2015-03-09
* gpio: pxa: add PXA1928 gpio type supportRob Herring2015-02-03
* gpio: pxa: remove mach IRQ includesRob Herring2015-02-03
* gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder2014-07-07
* gpio: pxa: Make of_device_id array constJingoo Han2014-06-19
* gpio: pxa: clamp gpio get value to [0,1]Neil Zhang2014-01-15
* gpio: pxa: remove dead codeDaniel Mack2013-07-21
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-06
|\
| * gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet2013-03-27
* | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-04
|\ \
| * | ARM: mmp: add more compatible names in gpio driverHaojian Zhuang2013-04-11
| * | ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang2013-04-11
| * | ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang2013-04-11
| |/
* | 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
| |/
* | Revert "gpio: pxa: set initcall level to module init"Linus Walleij2013-04-24
|/
* gpio: pxa: set initcall level to module initHaojian Zhuang2013-01-25
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-12
|\
| * ARM: pxa: remove pxa95x supportHaojian Zhuang2012-11-15
* | gpio: remove use of __devinitBill Pemberton2012-11-28
|/
* Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2012-10-02
|\
| * gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun2012-09-18
| * drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-09-01
* | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-05
|\ \ | |/
| * GPIO: gpio-pxa: fix building without CONFIG_OFArnd Bergmann2012-08-14
| * GPIO: gpio-pxa: fix devicetree functionsDaniel Mack2012-08-05
* | gpio: pxa: add chain_eneter and chain_exit for irq handlerChao Xie2012-08-16
* | GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()Daniel Mack2012-08-16
|/
* gpio: pxa: parse gpio from DTS fileHaojian Zhuang2012-05-05
* ARM: pxa: fix gpio wakeup settingRobert Jarzmik2012-04-27
* gpio: pxa: explicitly include mach/irqs.hRob Herring2012-01-25
* ARM: pxa: add clk support in gpio driverHaojian Zhuang2011-11-15
* ARM: mmp: clear gpio edge detectHaojian Zhuang2011-11-15
* ARM: pxa: change gpio to platform deviceHaojian Zhuang2011-11-15
* ARM: pxa: use little endian read write in gpio driverHaojian Zhuang2011-11-14