public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: renesas: R-Car SYSC PM Domain Preparation
@ 2016-04-13 14:44 Geert Uytterhoeven
  2016-04-13 14:44 ` [PATCH v2 1/3] clk: renesas: Provide Kconfig symbols for CPG/MSSR and CPG/MSTP support Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2016-04-13 14:44 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Simon Horman, Magnus Damm
  Cc: Laurent Pinchart, linux-clk, linux-renesas-soc,
	Geert Uytterhoeven

	Hi Mike, Stephen, Simon, Magnus,

This patch series prepares the Renesas CPG/MSSR and CPG/MSTP drivers for
the advent of R-Car SYSC PM Domains.

Support for the latter will be introduced in 3 patch series:
  1. "[PATCH v5 0/7] PM / Domains: Add DT bindings for the R-Car System
      Controller",
  2. "[PATCH v5 00/11] soc: renesas: Add R-Car SYSC PM Domain Support",
  3. "[PATCH v5 00/12] ARM/arm64: dts: rcar: Add SYSC PM domains".

This patch series is against the pull request I've sent earlier today
("[git pull] clk: renesas: Updates for v4.7").

Changes compared to v1:
  - Drop cleanups that are already included in the pull request,
  - Provide Kconfig symbols for CPG/MSSR and CPG/MSTP support,
  - Provide dummy attach/detach_dev callbacks, so the rcar-sysc driver
    won't have to care about support being included or not.

As this series is a hard dependency for the second R-Car SYSC series, I
think it's best that I just queue this series in my clk-renesas-for-v4.7
branch, and ask both Mike/Stephen and Simon to pull from it.
Would that be OK for you?

Thanks!

Geert Uytterhoeven (3):
  clk: renesas: Provide Kconfig symbols for CPG/MSSR and CPG/MSTP
    support
  clk: renesas: mstp: Provide dummy attach/detach_dev callbacks
  clk: renesas: cpg-mssr: Export cpg_mssr_{at,de}tach_dev()

 drivers/clk/Kconfig                    |  1 +
 drivers/clk/renesas/Kconfig            | 16 ++++++++++++++++
 drivers/clk/renesas/Makefile           | 26 ++++++++++++++------------
 drivers/clk/renesas/renesas-cpg-mssr.c | 18 ++++++++++++------
 include/linux/clk/renesas.h            | 12 ++++++++++++
 5 files changed, 55 insertions(+), 18 deletions(-)
 create mode 100644 drivers/clk/renesas/Kconfig

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2016-04-18 11:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 14:44 [PATCH v2 0/4] clk: renesas: R-Car SYSC PM Domain Preparation Geert Uytterhoeven
2016-04-13 14:44 ` [PATCH v2 1/3] clk: renesas: Provide Kconfig symbols for CPG/MSSR and CPG/MSTP support Geert Uytterhoeven
2016-04-13 14:44 ` [PATCH v2 2/3] clk: renesas: mstp: Provide dummy attach/detach_dev callbacks Geert Uytterhoeven
2016-04-13 14:44 ` [PATCH v2 3/3] clk: renesas: cpg-mssr: Export cpg_mssr_{at,de}tach_dev() Geert Uytterhoeven
2016-04-14 21:41 ` [PATCH v2 0/4] clk: renesas: R-Car SYSC PM Domain Preparation Laurent Pinchart
2016-04-18 11:32 ` Geert Uytterhoeven

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