All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add support for tegra30 and cardhu
@ 2011-10-25 16:53 ` pdeschrijver
  0 siblings, 0 replies; 66+ messages in thread
From: pdeschrijver-DDmLM1+adcrQT0dZR+AlfA @ 2011-10-25 16:53 UTC (permalink / raw)
  To: pdeschrijver-DDmLM1+adcrQT0dZR+AlfA
  Cc: Russell King, Colin Cross, Olof Johansson, Stephen Warren,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

From: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

This patchset adds support for the tegra30 SoC and the cardhu development
board.

Peter De Schrijver (6):
  arm/tegra: initial device tree for tegra30
  arm/tegra: prepare pinmux code for multiple tegra variants
  arm/tegra: prepare early init for multiple tegra variants
  arm/tegra: implement support for tegra30
  arm/tegra: pinmux tables and definitions for tegra30
  arm/tegra: add support for tegra30 based board cardhu

 arch/arm/boot/dts/tegra-cardhu.dts                |   37 ++
 arch/arm/boot/dts/tegra30.dtsi                    |  128 +++++++
 arch/arm/mach-tegra/Kconfig                       |   24 +-
 arch/arm/mach-tegra/Makefile                      |    3 +-
 arch/arm/mach-tegra/Makefile.boot                 |    1 +
 arch/arm/mach-tegra/board-dt.c                    |   21 ++
 arch/arm/mach-tegra/board-harmony-pcie.c          |    1 +
 arch/arm/mach-tegra/board-harmony-pinmux.c        |    1 +
 arch/arm/mach-tegra/board-harmony.c               |    2 +-
 arch/arm/mach-tegra/board-paz00-pinmux.c          |    1 +
 arch/arm/mach-tegra/board-paz00.c                 |    2 +-
 arch/arm/mach-tegra/board-seaboard-pinmux.c       |    2 +-
 arch/arm/mach-tegra/board-seaboard.c              |    6 +-
 arch/arm/mach-tegra/board-trimslice-pinmux.c      |    1 +
 arch/arm/mach-tegra/board-trimslice.c             |    2 +-
 arch/arm/mach-tegra/board.h                       |    5 +-
 arch/arm/mach-tegra/common.c                      |   28 ++-
 arch/arm/mach-tegra/include/mach/pinmux-t2.h      |  184 ----------
 arch/arm/mach-tegra/include/mach/pinmux-tegra20.h |  184 ++++++++++
 arch/arm/mach-tegra/include/mach/pinmux-tegra30.h |  320 ++++++++++++++++++
 arch/arm/mach-tegra/include/mach/pinmux.h         |   92 +++++-
 arch/arm/mach-tegra/pinmux-t2-tables.c            |  228 -------------
 arch/arm/mach-tegra/pinmux-tegra20-tables.c       |  239 +++++++++++++
 arch/arm/mach-tegra/pinmux-tegra30-tables.c       |  376 +++++++++++++++++++++
 arch/arm/mach-tegra/pinmux.c                      |  148 ++++++---
 25 files changed, 1540 insertions(+), 496 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra-cardhu.dts
 create mode 100644 arch/arm/boot/dts/tegra30.dtsi
 delete mode 100644 arch/arm/mach-tegra/include/mach/pinmux-t2.h
 create mode 100644 arch/arm/mach-tegra/include/mach/pinmux-tegra20.h
 create mode 100644 arch/arm/mach-tegra/include/mach/pinmux-tegra30.h
 delete mode 100644 arch/arm/mach-tegra/pinmux-t2-tables.c
 create mode 100644 arch/arm/mach-tegra/pinmux-tegra20-tables.c
 create mode 100644 arch/arm/mach-tegra/pinmux-tegra30-tables.c

-- 
1.7.7.rc0.72.g4b5ea.dirty

^ permalink raw reply	[flat|nested] 66+ messages in thread

end of thread, other threads:[~2011-11-01 13:38 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-25 16:53 [PATCH 0/6] Add support for tegra30 and cardhu pdeschrijver-DDmLM1+adcrQT0dZR+AlfA
2011-10-25 16:53 ` pdeschrijver at nvidia.com
2011-10-25 16:53 ` pdeschrijver
2011-10-25 16:53 ` [PATCH 1/6] arm/tegra: initial device tree for tegra30 pdeschrijver
2011-10-25 16:53   ` pdeschrijver at nvidia.com
2011-10-25 16:53   ` pdeschrijver
     [not found]   ` <1319561644-6160-2-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 19:45     ` Stephen Warren
2011-10-27 19:45       ` Stephen Warren
2011-10-27 19:45       ` Stephen Warren
2011-10-25 16:53 ` [PATCH 2/6] arm/tegra: prepare pinmux code for multiple tegra variants pdeschrijver
2011-10-25 16:53   ` pdeschrijver at nvidia.com
2011-10-25 16:53   ` pdeschrijver
     [not found]   ` <1319561644-6160-3-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 19:59     ` Stephen Warren
2011-10-27 19:59       ` Stephen Warren
2011-10-27 19:59       ` Stephen Warren
     [not found]       ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B49AA-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-10-28  8:17         ` Peter De Schrijver
2011-10-28  8:17           ` Peter De Schrijver
2011-10-28  8:17           ` Peter De Schrijver
     [not found]           ` <20111028081738.GA12383-Rysk9IDjsxmJz7etNGeUX8VPkgjIgRvpAL8bYrjMMd8@public.gmane.org>
2011-10-28  9:19             ` Olof Johansson
2011-10-28  9:19               ` Olof Johansson
2011-10-28  9:19               ` Olof Johansson
2011-10-28 16:18           ` Stephen Warren
2011-10-28 16:18             ` Stephen Warren
2011-10-28 16:18             ` Stephen Warren
2011-10-31  9:02             ` Peter De Schrijver
2011-10-31  9:02               ` Peter De Schrijver
2011-10-31  9:02               ` Peter De Schrijver
     [not found] ` <1319561644-6160-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-25 16:53   ` [PATCH 3/6] arm/tegra: prepare early init " pdeschrijver-DDmLM1+adcrQT0dZR+AlfA
2011-10-25 16:53     ` pdeschrijver at nvidia.com
2011-10-25 16:53     ` pdeschrijver
     [not found]     ` <1319561644-6160-4-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 20:06       ` Stephen Warren
2011-10-27 20:06         ` Stephen Warren
2011-10-27 20:06         ` Stephen Warren
2011-10-27 20:16         ` Russell King - ARM Linux
2011-10-27 20:16           ` Russell King - ARM Linux
2011-10-27 20:16           ` Russell King - ARM Linux
2011-10-28 16:19           ` Will Deacon
2011-10-28 16:19             ` Will Deacon
2011-10-28 16:19             ` Will Deacon
     [not found]             ` <20111028161933.GK23539-MRww78TxoiP5vMa5CHWGZ34zcgK1vI+I0E9HWUfgJXw@public.gmane.org>
2011-11-01 13:37               ` Peter De Schrijver
2011-11-01 13:37                 ` Peter De Schrijver
2011-11-01 13:37                 ` Peter De Schrijver
     [not found]         ` <74CDBE0F657A3D45AFBB94109FB122FF173E1B49B2-C7FfzLzN0UxDw2glCA4ptUEOCMrvLtNR@public.gmane.org>
2011-11-01 13:37           ` Peter De Schrijver
2011-11-01 13:37             ` Peter De Schrijver
2011-11-01 13:37             ` Peter De Schrijver
2011-10-25 16:53 ` [PATCH 4/6] arm/tegra: implement support for tegra30 pdeschrijver
2011-10-25 16:53   ` pdeschrijver at nvidia.com
2011-10-25 16:53   ` pdeschrijver
     [not found]   ` <1319561644-6160-5-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 20:10     ` Stephen Warren
2011-10-27 20:10       ` Stephen Warren
2011-10-27 20:10       ` Stephen Warren
2011-10-27 20:24       ` Russell King - ARM Linux
2011-10-27 20:24         ` Russell King - ARM Linux
2011-10-27 20:24         ` Russell King - ARM Linux
2011-10-25 16:53 ` [PATCH 5/6] arm/tegra: pinmux tables and definitions " pdeschrijver
2011-10-25 16:53   ` pdeschrijver at nvidia.com
2011-10-25 16:53   ` pdeschrijver
     [not found]   ` <1319561644-6160-6-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 20:18     ` Stephen Warren
2011-10-27 20:18       ` Stephen Warren
2011-10-27 20:18       ` Stephen Warren
2011-10-25 16:54 ` [PATCH 6/6] arm/tegra: add support for tegra30 based board cardhu pdeschrijver
2011-10-25 16:54   ` pdeschrijver at nvidia.com
2011-10-25 16:54   ` pdeschrijver
     [not found]   ` <1319561644-6160-7-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2011-10-27 20:22     ` Stephen Warren
2011-10-27 20:22       ` Stephen Warren
2011-10-27 20:22       ` Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.