mbox

[GIT,PULL] Please pull tegra feature branch for 3.2

Message ID CAOesGMgZFSYq02CMM0m7aijT1kXmiPfiHURYWXGcPdi514A6Aw@mail.gmail.com
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features

Message

Olof Johansson Oct. 14, 2011, 4:46 p.m. UTC
Dropped the AUTO_ZRELADDR patch due to discussions related to
dependency issues. New pull request:


The following changes since commit ecb7b0e33e048e63d1169e6fee277430c70ddf0b:

  ARM: tegra: update defconfig (2011-10-13 15:07:40 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features

olof@quad:~/work/tegra (for-3.2/features) $ git request-pull v3.1-rc9
git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git
The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84:

  Linux 3.1-rc9 (2011-10-04 18:11:50 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features

Olof Johansson (1):
      ARM: tegra: update defconfig

Peter De Schrijver (3):
      arm/tegra: prepare Seaboard pinmux code for derived boards
      arm/tegra: add support for ventana pinmuxing
      arm/tegra: device tree support for ventana board

Stephen Warren (6):
      arm/tegra: Prep boards for gpio/pinmux conversion to pdevs
      arm/dt: Tegra: Add pinmux node to tegra20.dtsi
      arm/tegra: Convert pinmux driver to a platform device
      gpio/tegra: Convert to a platform device
      arm/tegra: pinmux: ioremap registers
      arm/tegra: Harmony: Configure PMC for low-level interrupts

 .../devicetree/bindings/pinmux/pinmux_nvidia.txt   |    5 +
 arch/arm/boot/dts/tegra-ventana.dts                |   32 ++++
 arch/arm/boot/dts/tegra20.dtsi                     |    8 +
 arch/arm/configs/tegra_defconfig                   |   39 ++++-
 arch/arm/mach-tegra/Kconfig                        |    6 +
 arch/arm/mach-tegra/Makefile                       |    1 +
 arch/arm/mach-tegra/Makefile.boot                  |    1 +
 arch/arm/mach-tegra/board-dt.c                     |   26 +++-
 arch/arm/mach-tegra/board-harmony-pinmux.c         |    8 +
 arch/arm/mach-tegra/board-harmony-power.c          |   13 ++-
 arch/arm/mach-tegra/board-paz00-pinmux.c           |    8 +
 arch/arm/mach-tegra/board-seaboard-pinmux.c        |   69 ++++++++-
 arch/arm/mach-tegra/board-trimslice-pinmux.c       |    7 +
 arch/arm/mach-tegra/devices.c                      |   84 ++++++++++
 arch/arm/mach-tegra/devices.h                      |    2 +
 arch/arm/mach-tegra/include/mach/pinmux.h          |    4 +
 arch/arm/mach-tegra/pinmux-t2-tables.c             |   76 ++--------
 arch/arm/mach-tegra/pinmux.c                       |  163 ++++++++++++++++----
 drivers/gpio/gpio-tegra.c                          |  143 ++++++++++++------
 19 files changed, 535 insertions(+), 160 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pinmux/pinmux_nvidia.txt
 create mode 100644 arch/arm/boot/dts/tegra-ventana.dts
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Arnd Bergmann Oct. 20, 2011, 4:18 p.m. UTC | #1
On Friday 14 October 2011, Olof Johansson wrote:
> Dropped the AUTO_ZRELADDR patch due to discussions related to
> dependency issues. New pull request:
> 
> 
> The following changes since commit ecb7b0e33e048e63d1169e6fee277430c70ddf0b:
> 
>   ARM: tegra: update defconfig (2011-10-13 15:07:40 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra.git for-3.2/features
> 

Pulled, thanks!

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html