index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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 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
|
\
|
*
gpio: pxa: using for_each_set_bit to simplify the code
Wei Yongjun
2012-09-18
1
-3
/
+1
|
*
drivers/gpio/gpio-pxa.c: use clk_prepare_enable and clk_disable_unprepare
Julia Lawall
2012-09-01
1
-8
/
+1
*
|
Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm...
Olof Johansson
2012-09-05
1
-2
/
+28
|
\
\
|
|
/
|
*
GPIO: gpio-pxa: fix building without CONFIG_OF
Arnd Bergmann
2012-08-14
1
-2
/
+2
|
*
GPIO: gpio-pxa: fix devicetree functions
Daniel Mack
2012-08-05
1
-0
/
+26
*
|
gpio: pxa: add chain_eneter and chain_exit for irq handler
Chao Xie
2012-08-16
1
-0
/
+7
*
|
GPIO: gpio-pxa: simplify pxa_gpio_to_irq() and pxa_irq_to_chip()
Daniel Mack
2012-08-16
1
-54
/
+16
|
/
*
gpio: pxa: parse gpio from DTS file
Haojian Zhuang
2012-05-05
1
-18
/
+98
*
ARM: pxa: fix gpio wakeup setting
Robert Jarzmik
2012-04-27
1
-2
/
+19
*
gpio: pxa: explicitly include mach/irqs.h
Rob Herring
2012-01-25
1
-0
/
+2
*
ARM: pxa: add clk support in gpio driver
Haojian Zhuang
2011-11-15
1
-1
/
+25
*
ARM: mmp: clear gpio edge detect
Haojian Zhuang
2011-11-15
1
-0
/
+4
*
ARM: pxa: change gpio to platform device
Haojian Zhuang
2011-11-15
1
-10
/
+125
*
ARM: pxa: use little endian read write in gpio driver
Haojian Zhuang
2011-11-14
1
-34
/
+34
*
ARM: pxa: recognize gpio number and type
Haojian Zhuang
2011-11-14
1
-1
/
+40
*
ARM: pxa: rename gpio_to_irq and irq_to_gpio
Haojian Zhuang
2011-11-14
1
-4
/
+85
*
ARM: pxa: use chained interrupt for GPIO0 and GPIO1
Haojian Zhuang
2011-11-14
1
-0
/
+14
*
Merge branch 'depends/rmk/gpio' into next/fixes
Arnd Bergmann
2011-10-31
1
-1
/
+1
[next]