aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pxa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23gpio: pxa: Make two symbols staticYueHaibing1-2/+2
2019-04-05drivers: gpio: pxa: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-6/+2
2019-02-14gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel1-0/+1
2018-11-16gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik1-2/+2
2018-08-29gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik1-0/+6
2018-08-02gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun1-4/+1
2018-07-29gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack1-8/+27
2018-07-13gpio: pxa: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-05-24gpio: pxa: Include the right headerLinus Walleij1-1/+1
2018-05-16gpio: pxa: Use of_device_get_match_data()Thierry Reding1-7/+1
2017-10-07gpio: pxa: Use library functionsLinus Walleij1-12/+2
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-14gpio: pxa: remove gpio_to_irq() from hw irq handlersGrygorii Strashko1-3/+5
2017-03-15gpio: pxa: use devm_irq_alloc_descs()Bartosz Golaszewski1-1/+1
2016-04-08gpio: pxa: fix legacy non pinctrl aware buildsRobert Jarzmik1-2/+2
2016-01-05gpio: pxa: use gpiochip data pointerLinus Walleij1-4/+5
2016-01-05gpio: pxa: checking IS_ERR() instead of NULLDan Carpenter1-2/+2
2015-12-22gpio: pxa: fixes non devicetree buildsRobert Jarzmik1-13/+13
2015-12-15gpio: pxa: add pin control gpio direction and requestRobert Jarzmik1-0/+23
2015-12-10gpio: pxa: change the interrupt managementRobert Jarzmik1-63/+82
2015-12-10gpio: pxa: convert to devm_ioremapRobert Jarzmik1-5/+2
2015-12-10gpio: pxa: convert to one gpiochipRobert Jarzmik1-101/+120
2015-11-19gpio: pxa: change initcall level second attemptRobert Jarzmik1-2/+14
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-4/+4
2015-03-09gpio: pxa: simplify BANK_OFF macro offset calculationRob Herring1-2/+1
2015-02-03gpio: pxa: add PXA1928 gpio type supportRob Herring1-2/+15
2015-02-03gpio: pxa: remove mach IRQ includesRob Herring1-20/+18
2014-07-07gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder1-0/+5
2014-06-19gpio: pxa: Make of_device_id array constJingoo Han1-1/+1
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