All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/20] ARM: shmobile: r8a7779, marzen: CCF and multiplatform
@ 2014-02-26  7:33 ` Simon Horman
  0 siblings, 0 replies; 118+ messages in thread
From: Simon Horman @ 2014-02-26  7:33 UTC (permalink / raw)
  To: linux-arm-kernel

The aim of this series is to add common clock framework and in turn
multiplatform support to the r8a7779 SoC and marzen-reference.  It
subsequently removes non-multiplatform support from marzen-reference.


This is based on work for R-Car Gen2 by Laurent Pinchart and Magnus Damm.


This series is based on the renesas-devel-v3.14-rc4-20140225
tag of my renesas tree.

This series is known not to work when
booting with SMP enabled and maxcpus not set to 0.


Simon Horman (20):
  clk: shmobile: r8a7779: Add clocks support
  clk: shmobile: r8a7779: Add MSTP clock support
  ARM: shmobile: r8a7779: Add clock index macros for DT sources
  ARM: shmobile: r8a7779: Add clocks
  ARM: shmobile: Sync Marzen DTS with Marzen reference DTS
  ARM: shmobile: marzen: Specify external clock frequency in DT
  ARM: shmobile: marzen: Reference clocks
  ARM: shmobile: r8a7779: Reference clocks
  ARM: shmobile: r8a7779: Add helper to read mode pins
  ARM: shmobile: r8a7779: Move r8a7779_earlytimer_init to
    clock-r8a7779.c
  ARM: shmobile: marzen-reference: Move clock and OF device
    initialisation into board code
  ARM: shmobile: r8a7779: Do not include sh_clk.h in r8a7779.h
  ARM: shmobile: r8a7779: Initial multiplatform support
  ARM: shmobile: marzen-reference: Initialize CPG device
  ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and TMU
  ARM: shmobile: marzen: Add to shmobile defconfig
  ARM: shmobile: Remove non-multiplatform Marzen reference support
  ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB
  ARM: shmobile: Remove Marzen reference DTS
  ARM: shmobile: marzen-reference: Remove legacy clock support

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |   1 +
 .../bindings/clock/renesas,r8a7779-cpg-clocks.txt  |  26 +++
 arch/arm/boot/dts/Makefile                         |   4 +-
 arch/arm/boot/dts/r8a7779-marzen-reference.dts     | 120 -------------
 arch/arm/boot/dts/r8a7779-marzen.dts               |  98 +++++++++++
 arch/arm/boot/dts/r8a7779.dtsi                     | 141 +++++++++++++++
 arch/arm/configs/shmobile_defconfig                |   2 +
 arch/arm/mach-shmobile/Kconfig                     |  22 +--
 arch/arm/mach-shmobile/Makefile                    |   2 +-
 arch/arm/mach-shmobile/Makefile.boot               |   1 -
 arch/arm/mach-shmobile/board-marzen-reference.c    |  40 +++++
 arch/arm/mach-shmobile/clock-r8a7779.c             |  22 ++-
 arch/arm/mach-shmobile/include/mach/r8a7779.h      |   2 +-
 arch/arm/mach-shmobile/setup-r8a7779.c             |  28 +--
 drivers/clk/shmobile/Makefile                      |   1 +
 drivers/clk/shmobile/clk-r8a7779.c                 | 191 +++++++++++++++++++++
 include/dt-bindings/clock/r8a7779-clock.h          |  63 +++++++
 include/linux/clk/shmobile.h                       |   3 +
 18 files changed, 606 insertions(+), 161 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,r8a7779-cpg-clocks.txt
 delete mode 100644 arch/arm/boot/dts/r8a7779-marzen-reference.dts
 create mode 100644 drivers/clk/shmobile/clk-r8a7779.c
 create mode 100644 include/dt-bindings/clock/r8a7779-clock.h

-- 
1.8.5.2


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

end of thread, other threads:[~2014-03-14  0:38 UTC | newest]

Thread overview: 118+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26  7:33 [PATCH v3 00/20] ARM: shmobile: r8a7779, marzen: CCF and multiplatform Simon Horman
2014-02-26  7:33 ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 01/20] clk: shmobile: r8a7779: Add clocks support Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  8:05   ` Geert Uytterhoeven
2014-02-26  8:05     ` Geert Uytterhoeven
2014-02-26  8:59     ` Simon Horman
2014-02-26  8:59       ` Simon Horman
2014-02-26  9:06       ` Geert Uytterhoeven
2014-02-26  9:06         ` Geert Uytterhoeven
2014-02-28  1:35         ` Simon Horman
2014-02-28  1:35           ` Simon Horman
2014-02-26 12:53   ` Laurent Pinchart
2014-02-26 12:53     ` Laurent Pinchart
2014-02-26 13:02     ` Laurent Pinchart
2014-02-26 13:02       ` Laurent Pinchart
2014-03-12  7:55       ` Simon Horman
2014-03-12  7:55         ` Simon Horman
2014-03-12 10:12         ` Laurent Pinchart
2014-03-12 10:12           ` Laurent Pinchart
2014-03-13  2:22           ` Simon Horman
2014-03-13  2:22             ` Simon Horman
2014-03-13  9:07             ` Laurent Pinchart
2014-03-13  9:07               ` Laurent Pinchart
2014-03-14  0:38               ` Simon Horman
2014-03-14  0:38                 ` Simon Horman
2014-03-01 13:50   ` Wolfram Sang
2014-03-01 13:50     ` Wolfram Sang
2014-03-01 17:33     ` Geert Uytterhoeven
2014-03-01 17:33       ` Geert Uytterhoeven
2014-03-02 11:35     ` Laurent Pinchart
2014-03-02 11:35       ` Laurent Pinchart
2014-03-02 11:51       ` Geert Uytterhoeven
2014-03-02 11:51         ` Geert Uytterhoeven
2014-03-02 11:59       ` Wolfram Sang
2014-03-02 11:59         ` Wolfram Sang
2014-02-26  7:33 ` [PATCH v3 02/20] clk: shmobile: r8a7779: Add MSTP clock support Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 12:53   ` Laurent Pinchart
2014-02-26 12:53     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 03/20] ARM: shmobile: r8a7779: Add clock index macros for DT sources Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 12:56   ` Laurent Pinchart
2014-02-26 12:56     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 04/20] ARM: shmobile: r8a7779: Add clocks Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  8:13   ` Geert Uytterhoeven
2014-02-26  8:13     ` Geert Uytterhoeven
2014-02-26  8:55     ` Simon Horman
2014-02-26  8:55       ` Simon Horman
2014-02-26 13:15   ` Laurent Pinchart
2014-02-26 13:15     ` Laurent Pinchart
2014-03-12  8:40     ` Simon Horman
2014-03-12  8:40       ` Simon Horman
2014-02-26 14:45   ` Laurent Pinchart
2014-02-26 14:45     ` Laurent Pinchart
2014-03-12  8:43     ` Simon Horman
2014-03-12  8:43       ` Simon Horman
2014-03-01 14:29   ` Wolfram Sang
2014-03-01 14:29     ` Wolfram Sang
2014-02-26  7:33 ` [PATCH v3 05/20] ARM: shmobile: Sync Marzen DTS with Marzen reference DTS Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 13:17   ` Laurent Pinchart
2014-02-26 13:17     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 06/20] ARM: shmobile: marzen: Specify external clock frequency in DT Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 13:19   ` Laurent Pinchart
2014-02-26 13:19     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 07/20] ARM: shmobile: marzen: Reference clocks Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 13:20   ` Laurent Pinchart
2014-02-26 13:20     ` Laurent Pinchart
2014-02-26 14:23   ` Sergei Shtylyov
2014-02-26 15:23     ` Sergei Shtylyov
2014-03-13  0:09     ` Simon Horman
2014-03-13  0:09       ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 08/20] ARM: shmobile: r8a7779: " Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 13:21   ` Laurent Pinchart
2014-02-26 13:21     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 09/20] ARM: shmobile: r8a7779: Add helper to read mode pins Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 10/20] ARM: shmobile: r8a7779: Move r8a7779_earlytimer_init to clock-r8a7779.c Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 11/20] ARM: shmobile: marzen-reference: Move clock and OF device initialisation into board Simon Horman
2014-02-26  7:33   ` [PATCH v3 11/20] ARM: shmobile: marzen-reference: Move clock and OF device initialisation into board code Simon Horman
2014-02-26  7:33 ` [PATCH v3 12/20] ARM: shmobile: r8a7779: Do not include sh_clk.h in r8a7779.h Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 13/20] ARM: shmobile: r8a7779: Initial multiplatform support Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 14/20] ARM: shmobile: marzen-reference: Initialize CPG device Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26 13:22   ` Laurent Pinchart
2014-02-26 13:22     ` Laurent Pinchart
2014-02-26  7:33 ` [PATCH v3 15/20] ARM: shmobile: marzen-reference: Instantiate clkdevs for SCIF and TMU Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  8:29   ` Geert Uytterhoeven
2014-02-26  8:29     ` Geert Uytterhoeven
2014-02-26  8:56     ` Simon Horman
2014-02-26  8:56       ` Simon Horman
2014-02-26 13:24   ` Laurent Pinchart
2014-02-26 13:24     ` Laurent Pinchart
2014-03-13  0:03     ` Simon Horman
2014-03-13  0:03       ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 16/20] ARM: shmobile: marzen: Add to shmobile defconfig Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 17/20] ARM: shmobile: Remove non-multiplatform Marzen reference support Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 18/20] ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 19/20] ARM: shmobile: Remove Marzen reference DTS Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  7:33 ` [PATCH v3 20/20] ARM: shmobile: marzen-reference: Remove legacy clock support Simon Horman
2014-02-26  7:33   ` Simon Horman
2014-02-26  8:33   ` Geert Uytterhoeven
2014-02-26  8:33     ` Geert Uytterhoeven
2014-02-26  8:57     ` Simon Horman
2014-02-26  8:57       ` Simon Horman

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.