[GIT PULL] 2.6.39 ux500-core leftovers

From: Linus Walleij
Date: Mon Mar 28 2011 - 07:07:19 EST


Hi Linus,

these are some leftovers for ux500-core, which were lost in cross-subsystem
dependency hell. The new GPIO driver is ACK:ed by the GPIO subsystem
maintainer, the rest is platform data.

Please pull it, it is coming this late due to needing to be rebased on the
regulator/voltage tree from yesterday.

The following changes since commit 18bcd0c8cb7d85a9063b88ec810dc1cdc0974518:

Merge branch 'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
(2011-03-27 20:37:50 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
for-torvalds

Bengt Jonsson (1):
mach-ux500: provide ab8500 init vector

Bibek Basu (2):
gpio: driver for 42 AB8500 GPIO pins
mach-ux500: board support for AB8500 GPIO driver

Linus Walleij (1):
mach-ux500: configure board for the TPS61052 regulator v2

arch/arm/mach-ux500/Kconfig | 1 +
arch/arm/mach-ux500/board-mop500-regulators.c | 201 ++++++++
arch/arm/mach-ux500/board-mop500-regulators.h | 1 +
arch/arm/mach-ux500/board-mop500.c | 49 ++-
arch/arm/mach-ux500/board-mop500.h | 4 +
.../mach-ux500/include/mach/irqs-board-mop500.h | 15 +-
drivers/gpio/Kconfig | 5 +
drivers/gpio/Makefile | 1 +
drivers/gpio/ab8500-gpio.c | 522 ++++++++++++++++++++
drivers/mfd/ab8500-core.c | 14 +
drivers/mfd/ab8500-i2c.c | 2 +-
include/linux/mfd/ab8500.h | 41 ++
include/linux/mfd/ab8500/gpio.h | 21 +
13 files changed, 873 insertions(+), 4 deletions(-)
create mode 100644 drivers/gpio/ab8500-gpio.c
create mode 100644 include/linux/mfd/ab8500/gpio.h

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/