summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pxa.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* gpio: pxa: Make two symbols staticYueHaibing2019-04-231-2/+2
* drivers: gpio: pxa: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-041-6/+2Star
* gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2Lubomir Rintel2019-02-141-0/+1
* gpio: pxa: fix legacy non pinctrl aware builds againRobert Jarzmik2018-11-161-2/+2
* gpio: pxa: handle corner case of unprobed deviceRobert Jarzmik2018-08-291-0/+6
* gpio: pxa: remove set but not used variable 'gpio_offset'Wei Yongjun2018-08-021-4/+1Star
* gpio: pxa: disable pinctrl calls for PXA3xxDaniel Mack2018-07-291-8/+27
* gpio: pxa: Fix potential NULL dereferenceWei Yongjun2018-07-131-0/+2
* gpio: pxa: Include the right headerLinus Walleij2018-05-241-1/+1
* gpio: pxa: Use of_device_get_match_data()Thierry Reding2018-05-161-7/+1Star
* gpio: pxa: Use library functionsLinus Walleij2017-10-071-12/+2Star
* 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/+2Star
* 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/+1Star
* gpio: pxa: add PXA1928 gpio type supportRob Herring2015-02-031-2/+15
* gpio: pxa: remove mach IRQ includesRob Herring2015-02-031-20/+18Star
* 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/+3Star
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-071-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/+9Star
| * | 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/+1Star
|\ \
| * | arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas2013-03-261-2/+1Star
| |/
* / 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/+1Star
* 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-031-11/+2Star
|\
| * gpio: pxa: using for_each_set_bit to simplify the codeWei Yongjun2012-09-181-3/+1Star
| * drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall2012-09-011-8/+1Star
* | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...Olof Johansson2012-09-061-2/+28
|\|