aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15gpio: pxa: clamp gpio get value to [0,1]Neil Zhang1-1/+2
2013-07-21gpio: pxa: remove dead codeDaniel Mack1-10/+3
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-56/+95
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-04-24Revert "gpio: pxa: set initcall level to module init"Linus Walleij1-1/+6
2013-04-11ARM: mmp: add more compatible names in gpio driverHaojian Zhuang1-12/+13
2013-04-11ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang1-11/+9
2013-04-11ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang1-33/+73
2013-03-27gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet1-2/+2
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-01-25gpio: pxa: set initcall level to module initHaojian Zhuang1-6/+1
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-3/+3
2012-11-15ARM: pxa: remove pxa95x supportHaojian Zhuang1-1/+1
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-11/+2
2012-09-18gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun1-3/+1
2012-09-05Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dtOlof Johansson1-2/+28
2012-09-01drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-8/+1
2012-08-16gpio: pxa: add chain_eneter and chain_exit for irq handlerChao Xie1-0/+7
2012-08-16GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()Daniel Mack1-54/+16
2012-08-14GPIO: gpio-pxa: fix building without CONFIG_OFArnd Bergmann1-2/+2
2012-08-05GPIO: gpio-pxa: fix devicetree functionsDaniel Mack1-0/+26
2012-05-05gpio: pxa: parse gpio from DTS fileHaojian Zhuang1-18/+98
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik1-2/+19
2012-01-25gpio: pxa: explicitly include mach/irqs.hRob Herring1-0/+2
2011-11-15ARM: pxa: add clk support in gpio driverHaojian Zhuang1-1/+25
2011-11-15ARM: mmp: clear gpio edge detectHaojian Zhuang1-0/+4
2011-11-15ARM: pxa: change gpio to platform deviceHaojian Zhuang1-10/+125
2011-11-14ARM: pxa: use little endian read write in gpio driverHaojian Zhuang1-34/+34
2011-11-14ARM: pxa: recognize gpio number and typeHaojian Zhuang1-1/+40
2011-11-14ARM: pxa: rename gpio_to_irq and irq_to_gpioHaojian Zhuang1-4/+85
2011-11-14ARM: pxa: use chained interrupt for GPIO0 and GPIO1Haojian Zhuang1-0/+14
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann1-0/+338
2011-10-01ARM: 7104/1: plat-pxa: break out GPIO driver specificsLinus Walleij1-0/+2
2011-10-01ARM: 7103/1: plat-pxa: move PXA GPIO driver to GPIO subsystemLinus Walleij1-0/+336