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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'depends/rmk/gpio' into next/fixes
Arnd Bergmann
2011-10-31
256
-1734
/
+1660
|
\
|
*
ARM: 7104/1: plat-pxa: break out GPIO driver specifics
Linus Walleij
2011-10-01
24
-180
/
+227
|
*
ARM: 7103/1: plat-pxa: move PXA GPIO driver to GPIO subsystem
Linus Walleij
2011-10-01
3
-1
/
+1
|
*
ARM: 7042/3: mach-ep93xx: break out GPIO driver specifics
Linus Walleij
2011-10-01
6
-11
/
+11
|
*
ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>
Stephen Warren
2011-09-27
9
-39
/
+51
|
*
ARM: 7094/1: arm/tegra: Move EN_VDD_1V05_GPIO to board-harmony.h
Stephen Warren
2011-09-26
2
-6
/
+5
|
*
ARM: 7083/1: rewrite U300 GPIO to use gpiolib
Linus Walleij
2011-09-08
8
-669
/
+783
|
*
ARM: 7074/1: gpio: davinci: eliminate unused variable warnings
Axel Lin
2011-09-05
1
-3
/
+0
|
*
ARM: 7063/1: Orion: gpio: add missing include of linux/types.h
Axel Lin
2011-08-24
1
-0
/
+1
|
*
ARM: 7055/1: arm/tegra: mach/gpio.h: include linux/types.h to fix build
Stephen Warren
2011-08-24
1
-1
/
+1
|
*
ARM: 7054/1: arm/tegra: Delete custom gpio_to_irq, and irq_to_gpio
Stephen Warren
2011-08-24
1
-16
/
+0
|
*
ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq
Stephen Warren
2011-08-24
1
-1
/
+5
|
*
ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio
Stephen Warren
2011-08-24
1
-6
/
+10
|
*
ARM: 7057/1: mach-pnx4008: rename GPIO header
Linus Walleij
2011-08-23
3
-3
/
+3
|
*
ARM: 7056/1: plat-nomadik: kill off <plat/gpio.h>
Linus Walleij
2011-08-23
3
-21
/
+0
|
*
ARM: 7050/1: mach-sa1100: delete irq_to_gpio() function
Linus Walleij
2011-08-22
1
-2
/
+0
|
*
ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystem
Linus Walleij
2011-08-22
3
-3
/
+2
|
*
ARM: 7045/1: mach-lpc32xx: break out GPIO driver specifics
Linus Walleij
2011-08-22
4
-52
/
+52
|
*
ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystem
Linus Walleij
2011-08-22
3
-2
/
+2
|
*
ARM: 7043/1: mach-ixp2000: rename GPIO header
Linus Walleij
2011-08-22
4
-3
/
+6
|
*
ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driver
Linus Walleij
2011-08-22
2
-9
/
+19
|
*
ARM: 7040/1: mach-davinci: break out GPIO driver specifics
Linus Walleij
2011-08-22
9
-79
/
+100
|
*
ARM: 7039/1: mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystem
Linus Walleij
2011-08-22
3
-1
/
+1
|
*
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem
Linus Walleij
2011-08-22
3
-1
/
+2
|
*
ARM: 7037/1: mach-ks8695: fix GPIO LEDs
Linus Walleij
2011-08-22
2
-0
/
+2
|
*
ARM: 7036/1: mach-ks8695: break out GPIO driver specifics
Linus Walleij
2011-08-22
6
-27
/
+43
|
*
ARM: 7035/1: mach-ks8695: move GPIO driver to GPIO subsystem
Linus Walleij
2011-08-22
3
-1
/
+2
|
*
ARM: 7034/1: mach-u300: delete irq_to_gpio() function
Linus Walleij
2011-08-22
1
-9
/
+0
|
*
ARM: 7033/1: mach-u300: break out GPIO driver specifics
Linus Walleij
2011-08-22
4
-246
/
+259
|
*
ARM: 7032/1: plat-nomadik: break out GPIO driver specifics
Linus Walleij
2011-08-22
13
-77
/
+96
|
*
ARM: gpio: make trivial GPIOLIB implementation the default
Russell King
2011-08-12
31
-85
/
+22
|
*
ARM: gpio: consolidate gpio_to_irq
Russell King
2011-08-12
24
-42
/
+13
|
*
ARM: gpio: consolidate trivial gpiolib implementations
Russell King
2011-08-12
25
-150
/
+37
|
*
ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
1
-1
/
+1
|
*
ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
1
-1
/
+1
|
*
ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
1
-1
/
+1
|
*
ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
2
-2
/
+2
|
*
ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
1
-1
/
+1
|
*
ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
1
-1
/
+1
|
*
ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
6
-6
/
+6
|
*
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
Russell King
2011-08-08
13
-13
/
+13
|
*
ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h
Russell King
2011-08-08
138
-222
/
+137
|
*
ARM: gpio: at91: remove redundant include of mach/gpio.h
Russell King
2011-08-08
1
-1
/
+0
*
|
Merge branch 'pxa/fixes' into next/fixes
Arnd Bergmann
2011-10-30
45
-92
/
+140
|
\
\
|
*
|
ARM: pxa/cm-x300: properly set bt_reset pin
Axel Lin
2011-10-25
1
-5
/
+3
|
*
|
ARM: mmp: rename SHEEVAD to GPLUGD
Eric Miao
2011-10-25
3
-3
/
+3
|
*
|
ARM: pxa: use correct __iomem annotations
Arnd Bergmann
2011-10-08
28
-58
/
+65
|
*
|
ARM: pxa: sharpsl pm needs SPI
Arnd Bergmann
2011-10-08
1
-0
/
+2
|
*
|
ARM: pxa: centro and treo680 need palm27x
Arnd Bergmann
2011-10-08
1
-0
/
+2
|
*
|
ARM: pxa: make pxafb_smart_*() empty when not enabled
Eric Miao
2011-10-08
2
-10
/
+13
[next]