All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: tegra: Unify board-dt-tegra{20,30,114}
@ 2013-02-08  7:29 Hiroshi Doyu
  2013-02-08  7:29   ` Hiroshi Doyu
                   ` (3 more replies)
  0 siblings, 4 replies; 43+ messages in thread
From: Hiroshi Doyu @ 2013-02-08  7:29 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: arnd-r2nGTMty4D4, Hiroshi Doyu

Hi,

Common Clock Framework(CCF) has been introduced in Tegra recently,
which could allow us to unify board-dt-tegra{20,30,114} and to have a
single DT board file as Arnd Bergmann suggested originally[1]. Still
there are some driver specific code from USB/PCIE. They would be
reverted/removed as the new DT supports are coming soon.

Verified that Dalmore(Tegra114) booted. Testing with Tegra20/Tegra30
based board would be appreciated.

The following changes since commit 82c2958263492ca8d23c5f07e183600f951edbe5:

  ARM: set evt->broadcast for clock_event devices (2013-02-06 14:11:09 -0700)

are available in the git repository at:

  git://nv-tegra.nvidia.com/user/hdoyu/linux unify-board-dt

for you to fetch changes up to b2c8557932fbe558fbec2932c98882e47478bdf1:

  ARM: tegra: Restore USB/PCIE info in new DT board file (2013-02-08 09:23:13 +0200)

----------------------------------------------------------------
Hiroshi Doyu (4):
      ARM: tegra: Unify tegra{20,30,114}_init_early()
      ARM: tegra: Unify board-dt-tegra{30,114}.c
      ARM: tegra: Unify board-dt-tegra{20,30}.c to tegra.c
      ARM: tegra: Restore USB/PCIE info in new DT board file

 arch/arm/mach-tegra/Makefile            |    5 +-
 arch/arm/mach-tegra/board-dt-tegra114.c |   46 ----------
 arch/arm/mach-tegra/board-dt-tegra20.c  |    2 +-
 arch/arm/mach-tegra/board-dt-tegra30.c  |   60 -------------
 arch/arm/mach-tegra/board.h             |    4 +-
 arch/arm/mach-tegra/common.c            |   26 +-----
 arch/arm/mach-tegra/hotplug.c           |   31 ++++---
 arch/arm/mach-tegra/sleep.h             |   10 +--
 arch/arm/mach-tegra/tegra.c             |  148 +++++++++++++++++++++++++++++++
 9 files changed, 176 insertions(+), 156 deletions(-)
 delete mode 100644 arch/arm/mach-tegra/board-dt-tegra114.c
 delete mode 100644 arch/arm/mach-tegra/board-dt-tegra30.c
 create mode 100644 arch/arm/mach-tegra/tegra.c

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2013-January/139451.html

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

end of thread, other threads:[~2013-02-11  4:18 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08  7:29 [PATCH 0/4] ARM: tegra: Unify board-dt-tegra{20,30,114} Hiroshi Doyu
2013-02-08  7:29 ` [PATCH 1/4] ARM: tegra: Unify tegra{20,30,114}_init_early() Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
     [not found]   ` <1360308574-19658-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-08  7:47     ` Felipe Balbi
2013-02-08  7:47       ` Felipe Balbi
2013-02-08  7:47       ` Felipe Balbi
     [not found]       ` <20130208074720.GB21879-S8G//mZuvNWo5Im9Ml3/Zg@public.gmane.org>
2013-02-08  8:09         ` Hiroshi Doyu
2013-02-08  8:09           ` Hiroshi Doyu
2013-02-08  8:09           ` Hiroshi Doyu
     [not found]           ` <20130208.100942.592982910310763762.hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-09 12:18             ` Arnd Bergmann
2013-02-09 12:18               ` Arnd Bergmann
2013-02-09 12:18               ` Arnd Bergmann
2013-02-08 12:29     ` Marc Dietrich
2013-02-08 12:29       ` Marc Dietrich
2013-02-08 12:29       ` Marc Dietrich
2013-02-08 17:09       ` Stephen Warren
2013-02-08 17:09         ` Stephen Warren
2013-02-08 17:09         ` Stephen Warren
     [not found]         ` <51153136.7010705-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-02-10 17:28           ` Marc Dietrich
2013-02-10 17:28             ` Marc Dietrich
2013-02-10 17:28             ` Marc Dietrich
2013-02-10 20:20             ` Stephen Warren
2013-02-10 20:20               ` Stephen Warren
2013-02-10 20:20               ` Stephen Warren
     [not found]               ` <51180121.6040803-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-02-10 21:16                 ` Marc Dietrich
2013-02-10 21:16                   ` Marc Dietrich
2013-02-10 21:16                   ` Marc Dietrich
2013-02-11  4:18                   ` Hiroshi Doyu
2013-02-11  4:18                     ` Hiroshi Doyu
2013-02-11  4:18                     ` Hiroshi Doyu
2013-02-08  7:29 ` [PATCH 2/4] ARM: tegra: Unify board-dt-tegra{30,114}.c Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29 ` [PATCH 3/4] ARM: tegra: Unify board-dt-tegra{20,30}.c to tegra.c Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29 ` [PATCH 4/4] ARM: tegra: Restore USB/PCIE info in new DT board file Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
2013-02-08  7:29   ` Hiroshi Doyu
     [not found]   ` <1360308574-19658-5-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-08 17:58     ` Stephen Warren
2013-02-08 17:58       ` Stephen Warren
2013-02-08 17:58       ` 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.