aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pxa.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski1-1/+1
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski1-1/+1
2023-11-04gpio: pxa: use new pinctrl GPIO helpersBartosz Golaszewski1-2/+2
2023-10-02gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović1-0/+1
2023-07-19gpio: Explicitly include correct DT includesRob Herring1-1/+0
2023-03-22gpio: pxa: remove unused gpio_is_pxa_type functionTom Rix1-5/+0
2022-08-19gpio: pxa: use devres for the clock structBartosz Golaszewski1-9/+2
2021-12-17gpio: Setup parent device and get rid of unnecessary of_node assignmentAndy Shevchenko1-5/+3
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+4
2020-05-25gpio: pxa: Fix return value of pxa_gpio_probe()Tiezhu Yang1-2/+2
2020-04-02gpio: Unconditionally assign .request()/.free()Thierry Reding1-5/+2
2020-02-10gpio: pxa: Avoid a warning when gpio0 and gpio1 IRQS are not thereLubomir Rintel1-2/+2
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...Linus Torvalds1-56/+95
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/li...Linus 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/horm...Olof 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