SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH v5 00/17] Lager and Koelsch multiplatform support
@ 2013-12-14 15:25 Laurent Pinchart
  2013-12-19 11:34 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-12-14 15:25 UTC (permalink / raw)
  To: linux-sh

Hello,

This is the fourth version of the patch set that moves the lager-reference and
koelsch-reference boards to multiplatform kernel. It starts by syncing the
non-reference DTSes with the reference DTSes (01/17 and 02/17), setting the
external clock frequency in DT (03/17 and 04/17), adding CCF support to the
-reference boards (05/17 to 09/17), and cleaning up unneeded leftovers (10/17
to 17/17).

The net result are multiplatform-only lager-reference and koelsch-reference
boards with a DTSes shared by the reference and non-reference boards.

The code is available in my git tree at

        git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/rcar-gen2-boards

It has been tested on both the Lager and Koelsch boards.

Changes since v4:

- Rebased on top of renesas-devel-v3.13-rc3-20131214v2
- Added patch 17/17

Changes compared to v3:

- Rebase on top of the fourth version of the R-Car Gen2 CCF patches
- Initialize clocks in rcar_gen2_timer_init()

Changes compared to v2:

- Rebase on top of the third version of the R-Car Gen2 CCF patches
- Add Koelsch board multiplatform support

Changes compared to v1:

- Rebase on top of the second version of the r8a7790 CCF patches

Laurent Pinchart (17):
  ARM: shmobile: Sync Lager DTS with Lager reference DTS
  ARM: shmobile: Sync Koelsch DTS with Koelsch reference DTS
  ARM: shmobile: lager: Specify external clock frequency in DT
  ARM: shmobile: koelsch: Specify external clock frequency in DT
  ARM: shmobile: rcar-gen2: Initialize CCF before clock sources
  ARM: shmobile: lager-reference: Enable multiplaform kernel support
  ARM: shmobile: koelsch-reference: Remove duplicate CCF initialization
  ARM: shmobile: lager-reference: Instantiate clkdevs for SCIF and CMT
  ARM: shmobile: koelsch-reference: Instantiate clkdevs for SCIF and CMT
  ARM: shmobile: Remove non-multiplatform Lager reference support
  ARM: shmobile: Remove non-multiplatform Koelsch reference support
  ARM: shmobile: Let Lager multiplatform boot with Lager DTB
  ARM: shmobile: Let Koelsch multiplatform boot with Koelsch DTB
  ARM: shmobile: Remove Lager reference DTS
  ARM: shmobile: Remove Koelsch reference DTS
  ARM: shmobile: r8a7790: Remove legacy clock aliases for DT devices
  ARM: shmobile: r8a7791: Remove legacy clock aliases for DT devices

 arch/arm/boot/dts/Makefile                       |   5 +-
 arch/arm/boot/dts/r8a7790-lager-reference.dts    |  89 ------------------
 arch/arm/boot/dts/r8a7790-lager.dts              |  57 +++++++++++
 arch/arm/boot/dts/r8a7791-koelsch-reference.dts  | 115 -----------------------
 arch/arm/boot/dts/r8a7791-koelsch.dts            |  87 +++++++++++++++++
 arch/arm/mach-shmobile/Kconfig                   |  30 ++----
 arch/arm/mach-shmobile/Makefile                  |   3 +-
 arch/arm/mach-shmobile/Makefile.boot             |   2 -
 arch/arm/mach-shmobile/board-koelsch-reference.c |  30 +++++-
 arch/arm/mach-shmobile/board-lager-reference.c   |  32 +++++++
 arch/arm/mach-shmobile/clock-r8a7790.c           |  11 ---
 arch/arm/mach-shmobile/clock-r8a7791.c           |   1 -
 arch/arm/mach-shmobile/setup-rcar-gen2.c         |   8 +-
 13 files changed, 222 insertions(+), 248 deletions(-)
 delete mode 100644 arch/arm/boot/dts/r8a7790-lager-reference.dts
 delete mode 100644 arch/arm/boot/dts/r8a7791-koelsch-reference.dts

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2013-12-23  0:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-14 15:25 [PATCH v5 00/17] Lager and Koelsch multiplatform support Laurent Pinchart
2013-12-19 11:34 ` Simon Horman
2013-12-19 15:28 ` Laurent Pinchart
2013-12-23  0:22 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox