* [GIT PULL] Please pull tegra feature branch for 3.2
@ 2011-10-14 0:21 Olof Johansson
[not found] ` <CAOesGMipZUkZG8oHSwK-8xw5Y0u6Ymfjmumq7=ijsztUwdGeDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2011-10-14 0:21 UTC (permalink / raw)
To: Arnd Bergmann
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Stephen Warren,
Colin Cross
Hi Arnd,
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 (4):
arm/tegra: prepare Seaboard pinmux code for derived boards
arm/tegra: add support for ventana pinmuxing
arm/tegra: device tree support for ventana board
arm/tegra: select AUTO_ZRELADDR by default
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/Kconfig | 1 +
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 ++++++++++++------
20 files changed, 536 insertions(+), 160 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pinmux/pinmux_nvidia.txt
create mode 100644 arch/arm/boot/dts/tegra-ventana.dts
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull tegra feature branch for 3.2
[not found] ` <CAOesGMipZUkZG8oHSwK-8xw5Y0u6Ymfjmumq7=ijsztUwdGeDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2011-10-14 16:46 ` Olof Johansson
2011-10-20 16:18 ` Arnd Bergmann
0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2011-10-14 16:46 UTC (permalink / raw)
To: Arnd Bergmann
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Stephen Warren,
Colin Cross
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull tegra feature branch for 3.2
2011-10-14 16:46 ` Olof Johansson
@ 2011-10-20 16:18 ` Arnd Bergmann
0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2011-10-20 16:18 UTC (permalink / raw)
To: Olof Johansson; +Cc: linux-tegra, Stephen Warren, linux-arm-kernel, Colin Cross
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-20 16:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 0:21 [GIT PULL] Please pull tegra feature branch for 3.2 Olof Johansson
[not found] ` <CAOesGMipZUkZG8oHSwK-8xw5Y0u6Ymfjmumq7=ijsztUwdGeDA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-10-14 16:46 ` Olof Johansson
2011-10-20 16:18 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox