index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-pxa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: pxa: Fix return value of pxa_gpio_probe()
Tiezhu Yang
2020-05-25
1
-2
/
+2
*
gpio: Unconditionally assign .request()/.free()
Thierry Reding
2020-04-02
1
-5
/
+2
*
gpio: pxa: Avoid a warning when gpio0 and gpio1 IRQS are not there
Lubomir Rintel
2020-02-10
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
gpio: pxa: Make two symbols static
YueHaibing
2019-04-23
1
-2
/
+2
*
drivers: gpio: pxa: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2019-04-05
1
-6
/
+2
*
gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2
Lubomir Rintel
2019-02-14
1
-0
/
+1
*
gpio: pxa: fix legacy non pinctrl aware builds again
Robert Jarzmik
2018-11-16
1
-2
/
+2
*
gpio: pxa: handle corner case of unprobed device
Robert Jarzmik
2018-08-29
1
-0
/
+6
*
gpio: pxa: remove set but not used variable 'gpio_offset'
Wei Yongjun
2018-08-02
1
-4
/
+1
*
gpio: pxa: disable pinctrl calls for PXA3xx
Daniel Mack
2018-07-29
1
-8
/
+27
*
gpio: pxa: Fix potential NULL dereference
Wei Yongjun
2018-07-13
1
-0
/
+2
*
gpio: pxa: Include the right header
Linus Walleij
2018-05-24
1
-1
/
+1
*
gpio: pxa: Use of_device_get_match_data()
Thierry Reding
2018-05-16
1
-7
/
+1
*
gpio: pxa: Use library functions
Linus Walleij
2017-10-07
1
-12
/
+2
*
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
2017-09-22
1
-2
/
+2
*
gpio: pxa: remove gpio_to_irq() from hw irq handlers
Grygorii Strashko
2017-08-14
1
-3
/
+5
*
gpio: pxa: use devm_irq_alloc_descs()
Bartosz Golaszewski
2017-03-15
1
-1
/
+1
*
gpio: pxa: fix legacy non pinctrl aware builds
Robert Jarzmik
2016-04-08
1
-2
/
+2
*
gpio: pxa: use gpiochip data pointer
Linus Walleij
2016-01-05
1
-4
/
+5
*
gpio: pxa: checking IS_ERR() instead of NULL
Dan Carpenter
2016-01-05
1
-2
/
+2
*
gpio: pxa: fixes non devicetree builds
Robert Jarzmik
2015-12-22
1
-13
/
+13
*
gpio: pxa: add pin control gpio direction and request
Robert Jarzmik
2015-12-15
1
-0
/
+23
*
gpio: pxa: change the interrupt management
Robert Jarzmik
2015-12-10
1
-63
/
+82
*
gpio: pxa: convert to devm_ioremap
Robert Jarzmik
2015-12-10
1
-5
/
+2
*
gpio: pxa: convert to one gpiochip
Robert Jarzmik
2015-12-10
1
-101
/
+120
*
gpio: pxa: change initcall level second attempt
Robert Jarzmik
2015-11-19
1
-2
/
+14
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
gpio: kill off set_irq_flags usage
Rob Herring
2015-07-28
1
-4
/
+4
*
gpio: pxa: simplify BANK_OFF macro offset calculation
Rob Herring
2015-03-09
1
-2
/
+1
*
gpio: pxa: add PXA1928 gpio type support
Rob Herring
2015-02-03
1
-2
/
+15
*
gpio: pxa: remove mach IRQ includes
Rob Herring
2015-02-03
1
-20
/
+18
*
gpio-pxa: gpio0 and gpio1 support on dt
Andrew Ruder
2014-07-07
1
-0
/
+5
*
gpio: pxa: Make of_device_id array const
Jingoo Han
2014-06-19
1
-1
/
+1
*
gpio: pxa: clamp gpio get value to [0,1]
Neil Zhang
2014-01-15
1
-1
/
+2
*
gpio: pxa: remove dead code
Daniel Mack
2013-07-21
1
-10
/
+3
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-05-06
1
-2
/
+2
|
\
|
*
gpio: gpio-pxa.c: fix checkpatch errors
Laurent Navet
2013-03-27
1
-2
/
+2
*
|
Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-05-04
1
-56
/
+95
|
\
\
|
*
|
ARM: mmp: add more compatible names in gpio driver
Haojian Zhuang
2013-04-11
1
-12
/
+13
|
*
|
ARM: pxa: move PXA_GPIO_TO_IRQ macro
Haojian Zhuang
2013-04-11
1
-11
/
+9
|
*
|
ARM: pxa: remove cpu_is_xxx in gpio driver
Haojian Zhuang
2013-04-11
1
-33
/
+73
|
|
/
*
|
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-02
1
-2
/
+1
|
\
\
|
*
|
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
2013-03-26
1
-2
/
+1
|
|
/
*
/
Revert "gpio: pxa: set initcall level to module init"
Linus Walleij
2013-04-24
1
-1
/
+6
|
/
*
gpio: pxa: set initcall level to module init
Haojian Zhuang
2013-01-25
1
-6
/
+1
*
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
1
-1
/
+1
|
\
|
*
ARM: pxa: remove pxa95x support
Haojian Zhuang
2012-11-15
1
-1
/
+1
*
|
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-3
/
+3
|
/
*
Merge tag 'gpio-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/li...
Linus Torvalds
2012-10-02
1
-11
/
+2
|
\
[next]