aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-pxa.c
AgeCommit message (Expand)Author
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-03-09gpio: pxa: simplify BANK_OFF macro offset calculationRob Herring
2015-02-03gpio: pxa: add PXA1928 gpio type supportRob Herring
2015-02-03gpio: pxa: remove mach IRQ includesRob Herring
2014-07-07gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder
2014-06-19gpio: pxa: Make of_device_id array constJingoo Han
2014-01-15gpio: pxa: clamp gpio get value to [0,1]Neil Zhang
2013-07-21gpio: pxa: remove dead codeDaniel Mack
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-24Revert "gpio: pxa: set initcall level to module init"Linus Walleij
2013-04-11ARM: mmp: add more compatible names in gpio driverHaojian Zhuang
2013-04-11ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang
2013-04-11ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang
2013-03-27gpio: gpio-pxa.c: fix checkpatch errorsLaurent Navet
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas
2013-01-25gpio: pxa: set initcall level to module initHaojian Zhuang
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-15ARM: pxa: remove pxa95x supportHaojian Zhuang
2012-10-02Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds
2012-09-18gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun
2012-09-05Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson
2012-09-01drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall
2012-08-16gpio: pxa: add chain_eneter and chain_exit for irq handlerChao Xie
2012-08-16GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()Daniel Mack
2012-08-14GPIO: gpio-pxa: fix building without CONFIG_OFArnd Bergmann
2012-08-05GPIO: gpio-pxa: fix devicetree functionsDaniel Mack
2012-05-05gpio: pxa: parse gpio from DTS fileHaojian Zhuang
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik
2012-01-25gpio: pxa: explicitly include mach/irqs.hRob Herring
2011-11-15ARM: pxa: add clk support in gpio driverHaojian Zhuang
2011-11-15ARM: mmp: clear gpio edge detectHaojian Zhuang
2011-11-15ARM: pxa: change gpio to platform deviceHaojian Zhuang
2011-11-14ARM: pxa: use little endian read write in gpio driverHaojian Zhuang
2011-11-14ARM: pxa: recognize gpio number and typeHaojian Zhuang
2011-11-14ARM: pxa: rename gpio_to_irq and irq_to_gpioHaojian Zhuang
2011-11-14ARM: pxa: use chained interrupt for GPIO0 and GPIO1Haojian Zhuang
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann
2011-10-01ARM: 7104/1: plat-pxa: break out GPIO driver specificsLinus Walleij
2011-10-01ARM: 7103/1: plat-pxa: move PXA GPIO driver to GPIO subsystemLinus Walleij