All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Syscon early initialization
@ 2014-02-10 15:22 ` Michal Simek
  0 siblings, 0 replies; 18+ messages in thread
From: Michal Simek @ 2014-02-10 15:22 UTC (permalink / raw)
  To: linux-arm-kernel, Arnd Bergmann
  Cc: Mike Turquette, Kumar Gala, Peter Crosthwaite, Ian Campbell,
	Rob Herring, James Hogan, Michal Simek, Felipe Pena, Pawel Moll,
	Soren Brinkmann, Greg Kroah-Hartman, Stephen Warren, devicetree,
	Stephen Boyd, Russell King, Lee Jones, Rob Herring,
	Josh Cartwright, Steffen Trumtrar, Mark Brown, linux-kernel,
	Samuel Ortiz, Mark Rutland

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Hi,

this series come from my discussion with Arnd at KS and then
on some other threads/IRCs(Arnd and Mark) that SoC vendors
are more and more try to add misc functionality to
one memory region. For this purpose syscon driver is in the kernel.
But regular syscon driver is initialized too late
and platforms are trying to create specific code to handle it.

For this purpose the series have been created to provide
early syscon initialization and regmap creation first
and then attaching device.

The last patch is zynq specific patch to clear slcr driver
and clock driver can profit from it too when clk regmap is ready.

Also moving syscon driver from mfs should be consider.

Thanks for your comments,
Michal


Michal Simek (3):
  regmap: Separate regmap dev initialization
  mfd: syscon: Support early initialization
  ARM: zynq: Use early syscon initialization

 arch/arm/boot/dts/zynq-7000.dtsi |   1 +
 arch/arm/mach-zynq/common.c      |   6 +-
 arch/arm/mach-zynq/slcr.c        |  42 +------------
 drivers/base/regmap/regmap.c     |  41 +++++++++----
 drivers/clk/zynq/clkc.c          |  57 ++++++------------
 drivers/mfd/syscon.c             | 126 +++++++++++++++++++++++++++++++++------
 include/linux/mfd/syscon.h       |  11 ++++
 include/linux/regmap.h           |   2 +
 8 files changed, 173 insertions(+), 113 deletions(-)

--
1.8.2.3


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2014-02-16  1:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10 15:22 [RFC PATCH 0/3] Syscon early initialization Michal Simek
2014-02-10 15:22 ` Michal Simek
2014-02-10 15:22 ` Michal Simek
2014-02-10 15:22 ` [RFC PATCH 1/3] regmap: Separate regmap dev initialization Michal Simek
2014-02-10 15:22   ` Michal Simek
2014-02-16  1:58   ` Mark Brown
2014-02-16  1:58     ` Mark Brown
2014-02-10 15:22 ` [RFC PATCH 2/3] mfd: syscon: Support early initialization Michal Simek
2014-02-10 15:22   ` Michal Simek
2014-02-10 15:42   ` Michal Simek
2014-02-10 15:42     ` Michal Simek
2014-02-12  9:54   ` Lee Jones
2014-02-12  9:54     ` Lee Jones
2014-02-12 10:51     ` Michal Simek
2014-02-12 10:51       ` Michal Simek
2014-02-10 15:22 ` [RFC PATCH 3/3] ARM: zynq: Use early syscon initialization Michal Simek
2014-02-10 15:22   ` Michal Simek
2014-02-10 15:22   ` Michal Simek

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.