Re: [PATCH 0/4] Add framework to support clkout

2014-05-11 Thread Tushar Behera
On 05/10/2014 09:09 AM, Pankaj Dubey wrote: > Hi Tushar, > [ ... ] >> Also we need to find a suitable place to call early_syscon_init(), after >> the device tree has been unflattened and before clock initialization. >> >> While testing, I called this before of_clk_init() in >> arch/arm/kernel/time

Re: [PATCH 0/4] Add framework to support clkout

2014-05-09 Thread Pankaj Dubey
Hi Tushar, On 05/09/2014 10:00 PM, Tushar Behera wrote: The MUX/GATE register for XCLKOUT doesn't resides within PMU domain, this can be accessed through a regmap provided by syscon driver. Adding another clock provider to handle regmap based handing of XCLKOUT. Dependency: 1. [PATCH v3] mfd: s

[PATCH 0/4] Add framework to support clkout

2014-05-09 Thread Tushar Behera
The MUX/GATE register for XCLKOUT doesn't resides within PMU domain, this can be accessed through a regmap provided by syscon driver. Adding another clock provider to handle regmap based handing of XCLKOUT. Dependency: 1. [PATCH v3] mfd: syscon: Support early initialization http://article.gmane.or