Re: [GIT PULL] please pull tegra-2.6 boards-for-next
From: Olof Johansson <hidden>
Date: 2011-03-16 00:08:47
Possibly related (same subject, not in this thread)
- 2011-03-08 · Re: [GIT PULL] please pull tegra-2.6 boards-for-next · Olof Johansson <hidden>
- 2011-03-07 · [GIT PULL] please pull tegra-2.6 boards-for-next · Olof Johansson <hidden>
Colin, On Mon, Mar 7, 2011 at 4:57 PM, Olof Johansson [off-list ref] wrote:
Updated to what was discussed in a separate thread: Picked up patches that will no longer build in the branch alone, but will build once pulled into linux-next with other driver changes. I also picked up the paz00 support patch. It's independent of other platforms and risk of regressions is low, even though it's late in the release cycle. Finally: did one last touchup to the harmony i2c code to add an __init annotation to quiet a compile warning. I didn't repost that patch since the diff was trivial.
Updated pull request including the 3-patch series from Mike for
regulator support on Harmony.
From here on out, I will start queuing new board patches for .40
instead (unless they're bug fixes).
The following changes since commit d5fdafd38ca0c28c4648909ce0afd0a5420309ca:
Mike Rapoport (1):
ARM: tegra: trimslice: initialize PCI-e only when running on TrimSlice
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra-2.6.git
boards-for-next
Marc Dietrich (1):
ARM: tegra: Add Toshiba AC100 support
Mike Rapoport (3):
ARM: tegra: harmony: update PCI-e initialization sequence
ARM: tegra: update defconfig
ARM: tegra: harmony: initialize the TPS65862 PMIC
Olof Johansson (3):
ARM: tegra: seaboard: register i2c devices
ARM: tegra: harmony: register i2c devices
ARM: tegra: enable new drivers in defconfig
Stephen Warren (5):
ARM: tegra: add devices.c entries for audio
ARM: tegra: create defines for SD-related GPIO names
ARM: tegra: harmony: Beginnings of audio support
ARM: tegra: harmony: I2C-related portions of audio support
ARM: tegra: harmony: Set WM8903 gpio_base
arch/arm/configs/tegra_defconfig | 29 +++++-
arch/arm/mach-tegra/Kconfig | 5 +
arch/arm/mach-tegra/Makefile | 4 +
arch/arm/mach-tegra/board-harmony-pcie.c | 24 ++++-
arch/arm/mach-tegra/board-harmony-pinmux.c | 28 +++--
arch/arm/mach-tegra/board-harmony-power.c | 117 ++++++++++++++++++++
arch/arm/mach-tegra/board-harmony.c | 95 +++++++++++++++-
arch/arm/mach-tegra/board-harmony.h | 15 +++
arch/arm/mach-tegra/board-paz00-pinmux.c | 157 +++++++++++++++++++++++++++
arch/arm/mach-tegra/board-paz00.c | 128 ++++++++++++++++++++++
arch/arm/mach-tegra/board-paz00.h | 29 +++++
arch/arm/mach-tegra/board-seaboard-pinmux.c | 11 +-
arch/arm/mach-tegra/board-seaboard.c | 68 +++++++++++--
arch/arm/mach-tegra/board-seaboard.h | 3 +
arch/arm/mach-tegra/devices.c | 70 ++++++++++++
arch/arm/mach-tegra/devices.h | 4 +
arch/arm/mach-tegra/include/mach/iomap.h | 3 +
17 files changed, 756 insertions(+), 34 deletions(-)
create mode 100644 arch/arm/mach-tegra/board-harmony-power.c
create mode 100644 arch/arm/mach-tegra/board-paz00-pinmux.c
create mode 100644 arch/arm/mach-tegra/board-paz00.c
create mode 100644 arch/arm/mach-tegra/board-paz00.h
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html