summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-27257-1830/+1755Star
|\
| * ARM: 7135/1: ep93xx: bring back missing <mach/gpio.h>Mika Westerberg2011-10-181-0/+1
| * ARM: 7104/1: plat-pxa: break out GPIO driver specificsLinus Walleij2011-10-0224-180/+227
| * ARM: 7103/1: plat-pxa: move PXA GPIO driver to GPIO subsystemLinus Walleij2011-10-023-1/+1
| * ARM: 7042/3: mach-ep93xx: break out GPIO driver specificsLinus Walleij2011-10-026-11/+11
| * ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>Stephen Warren2011-09-279-39/+51
| * ARM: 7094/1: arm/tegra: Move EN_VDD_1V05_GPIO to board-harmony.hStephen Warren2011-09-262-6/+5Star
| * ARM: 7083/1: rewrite U300 GPIO to use gpiolibLinus Walleij2011-09-088-669/+783
| * ARM: 7074/1: gpio: davinci: eliminate unused variable warningsAxel Lin2011-09-051-3/+0Star
| * ARM: 7063/1: Orion: gpio: add missing include of linux/types.hAxel Lin2011-08-241-0/+1
| * ARM: 7055/1: arm/tegra: mach/gpio.h: include linux/types.h to fix buildStephen Warren2011-08-241-1/+1
| * ARM: 7054/1: arm/tegra: Delete custom gpio_to_irq, and irq_to_gpioStephen Warren2011-08-241-16/+0Star
| * ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irqStephen Warren2011-08-241-1/+5
| * ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpioStephen Warren2011-08-241-6/+10
| * ARM: 7057/1: mach-pnx4008: rename GPIO headerLinus Walleij2011-08-233-3/+3
| * ARM: 7056/1: plat-nomadik: kill off <plat/gpio.h>Linus Walleij2011-08-233-21/+0Star
| * ARM: 7050/1: mach-sa1100: delete irq_to_gpio() functionLinus Walleij2011-08-221-2/+0Star
| * ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystemLinus Walleij2011-08-223-3/+2Star
| * ARM: 7045/1: mach-lpc32xx: break out GPIO driver specificsLinus Walleij2011-08-224-52/+52
| * ARM: 7044/1: mach-lpc32xx: move LPC32XX GPIO driver to GPIO subsystemLinus Walleij2011-08-223-2/+2
| * ARM: 7043/1: mach-ixp2000: rename GPIO headerLinus Walleij2011-08-224-3/+6
| * ARM: 7041/1: gpio-ep93xx: hookup the to_irq callback in the driverLinus Walleij2011-08-222-9/+19
| * ARM: 7040/1: mach-davinci: break out GPIO driver specificsLinus Walleij2011-08-229-79/+100
| * ARM: 7039/1: mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystemLinus Walleij2011-08-223-1/+1
| * ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystemLinus Walleij2011-08-223-1/+2
| * ARM: 7037/1: mach-ks8695: fix GPIO LEDsLinus Walleij2011-08-222-0/+2
| * ARM: 7036/1: mach-ks8695: break out GPIO driver specificsLinus Walleij2011-08-226-27/+43
| * ARM: 7035/1: mach-ks8695: move GPIO driver to GPIO subsystemLinus Walleij2011-08-223-1/+2
| * ARM: 7034/1: mach-u300: delete irq_to_gpio() functionLinus Walleij2011-08-221-9/+0Star
| * ARM: 7033/1: mach-u300: break out GPIO driver specificsLinus Walleij2011-08-224-246/+259
| * ARM: 7032/1: plat-nomadik: break out GPIO driver specificsLinus Walleij2011-08-2213-77/+96
| * ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-1231-85/+22Star
| * ARM: gpio: consolidate gpio_to_irqRussell King2011-08-1224-42/+13Star
| * ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-1225-150/+37Star
| * ARM: gpio: pxa: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-082-2/+2
| * ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-081-1/+1
| * ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-086-6/+6
| * ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King2011-08-0813-13/+13
| * ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-08138-222/+137Star
| * ARM: gpio: at91: remove redundant include of mach/gpio.hRussell King2011-08-081-1/+0Star
* | fs/Makefile: Stupid typo breakage of exofs inclusionBoaz Harrosh2011-10-271-1/+1
* | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-2715-26/+286
|\ \
| * | of_mdio: Don't phy_scan_fixups() twiceKyle Moffett2011-10-251-1/+0Star
| * | Devicetree: Expand on ARM Primecell binding documentationGrant Likely2011-10-241-1/+3
| * | Merge commit 'v3.1' into devicetree/nextGrant Likely2011-10-24153-596/+948
| |\ \
| * | | dt: Add empty of_match_node() macroNicolas Ferre2011-10-241-0/+1