Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-05-09 Thread Tushar Behera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2014 04:34 PM, Michal Simek wrote: > Some platforms need to get system controller ready as soon as > possible. The patch provides early_syscon_initialization which > create early mapping for all syscon compatible devices in >

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-05-09 Thread Tushar Behera
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/19/2014 04:34 PM, Michal Simek wrote: Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe.

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Mark Brown
On Wed, Feb 19, 2014 at 02:51:36PM +0100, Michal Simek wrote: > On 02/19/2014 01:17 PM, Mark Brown wrote: > > Like I said I've never seen the user you're adding for the regmap API so > > I've no particular opinion on it. > 2/2 is the code where I would like to use this when clk subsystem > start

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
On 02/19/2014 01:17 PM, Mark Brown wrote: > On Wed, Feb 19, 2014 at 12:44:50PM +0100, Michal Simek wrote: >> On 02/19/2014 12:41 PM, Lee Jones wrote: > >>> I believe you were waiting for Arnd and/or Mark to comment. > >> yes on Arnd because Mark already applied that regmap part. >> But of course

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Mark Brown
On Wed, Feb 19, 2014 at 12:44:50PM +0100, Michal Simek wrote: > On 02/19/2014 12:41 PM, Lee Jones wrote: > > I believe you were waiting for Arnd and/or Mark to comment. > yes on Arnd because Mark already applied that regmap part. > But of course any input how to get this done will be helpful.

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
On 02/19/2014 12:41 PM, Lee Jones wrote: > FAO Arnd, Mark, > >> Some platforms need to get system controller >> ready as soon as possible. >> The patch provides early_syscon_initialization >> which create early mapping for all syscon compatible >> devices in early_syscon_probe. >> Regmap is get

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Lee Jones
FAO Arnd, Mark, > Some platforms need to get system controller > ready as soon as possible. > The patch provides early_syscon_initialization > which create early mapping for all syscon compatible > devices in early_syscon_probe. > Regmap is get via syscon_early_regmap_lookup_by_phandle() > >

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Alexander Shiyan
Среда, 19 февраля 2014, 15:14 +04:00 от Alexander Shiyan : > Среда, 19 февраля 2014, 12:04 +01:00 от Michal Simek > : > > Some platforms need to get system controller > > ready as soon as possible. > > The patch provides early_syscon_initialization > > which create early mapping for all syscon

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Alexander Shiyan
Среда, 19 февраля 2014, 12:04 +01:00 от Michal Simek : > Some platforms need to get system controller > ready as soon as possible. > The patch provides early_syscon_initialization > which create early mapping for all syscon compatible > devices in early_syscon_probe. > Regmap is get via

[RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe. Regmap is get via syscon_early_regmap_lookup_by_phandle() Regular device probes attach device

[RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe. Regmap is get via syscon_early_regmap_lookup_by_phandle() Regular device probes attach device

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Alexander Shiyan
Среда, 19 февраля 2014, 12:04 +01:00 от Michal Simek michal.si...@xilinx.com: Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe. Regmap is

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Alexander Shiyan
Среда, 19 февраля 2014, 15:14 +04:00 от Alexander Shiyan shc_w...@mail.ru: Среда, 19 февраля 2014, 12:04 +01:00 от Michal Simek michal.si...@xilinx.com: Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Lee Jones
FAO Arnd, Mark, Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe. Regmap is get via syscon_early_regmap_lookup_by_phandle() Regular

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
On 02/19/2014 12:41 PM, Lee Jones wrote: FAO Arnd, Mark, Some platforms need to get system controller ready as soon as possible. The patch provides early_syscon_initialization which create early mapping for all syscon compatible devices in early_syscon_probe. Regmap is get via

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Mark Brown
On Wed, Feb 19, 2014 at 12:44:50PM +0100, Michal Simek wrote: On 02/19/2014 12:41 PM, Lee Jones wrote: I believe you were waiting for Arnd and/or Mark to comment. yes on Arnd because Mark already applied that regmap part. But of course any input how to get this done will be helpful. Like I

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Michal Simek
On 02/19/2014 01:17 PM, Mark Brown wrote: On Wed, Feb 19, 2014 at 12:44:50PM +0100, Michal Simek wrote: On 02/19/2014 12:41 PM, Lee Jones wrote: I believe you were waiting for Arnd and/or Mark to comment. yes on Arnd because Mark already applied that regmap part. But of course any input

Re: [RFC PATCH v2 1/2] mfd: syscon: Support early initialization

2014-02-19 Thread Mark Brown
On Wed, Feb 19, 2014 at 02:51:36PM +0100, Michal Simek wrote: On 02/19/2014 01:17 PM, Mark Brown wrote: Like I said I've never seen the user you're adding for the regmap API so I've no particular opinion on it. 2/2 is the code where I would like to use this when clk subsystem start to use