Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Dong Aisheng
On Mon, Sep 17, 2012 at 09:30:54PM +0800, Samuel Ortiz wrote: > Hi Dong, > > On Mon, Sep 17, 2012 at 06:10:29PM +0800, Dong Aisheng wrote: > > Hi Samuel, > > > > On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: > > > Hi Samuel, > > > > > > The series needs to go via mfd or arm-soc

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Samuel Ortiz
Hi Dong, On Mon, Sep 17, 2012 at 06:10:29PM +0800, Dong Aisheng wrote: > Hi Samuel, > > On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: > > Hi Samuel, > > > > The series needs to go via mfd or arm-soc tree as a whole. In case > > you want to take it through mfd tree, here is my ack.

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Dong Aisheng
Hi Samuel, On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: > Hi Samuel, > > The series needs to go via mfd or arm-soc tree as a whole. In case > you want to take it through mfd tree, here is my ack. > > Acked-by: Shawn Guo > > Otherwise, I can take it via arm-soc tree with your

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Dong Aisheng
Hi Samuel, On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: Hi Samuel, The series needs to go via mfd or arm-soc tree as a whole. In case you want to take it through mfd tree, here is my ack. Acked-by: Shawn Guo shawn@linaro.org Otherwise, I can take it via arm-soc tree

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Samuel Ortiz
Hi Dong, On Mon, Sep 17, 2012 at 06:10:29PM +0800, Dong Aisheng wrote: Hi Samuel, On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: Hi Samuel, The series needs to go via mfd or arm-soc tree as a whole. In case you want to take it through mfd tree, here is my ack.

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-17 Thread Dong Aisheng
On Mon, Sep 17, 2012 at 09:30:54PM +0800, Samuel Ortiz wrote: Hi Dong, On Mon, Sep 17, 2012 at 06:10:29PM +0800, Dong Aisheng wrote: Hi Samuel, On Wed, Sep 05, 2012 at 01:54:12PM +0800, Shawn Guo wrote: Hi Samuel, The series needs to go via mfd or arm-soc tree as a whole. In

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-04 Thread Shawn Guo
Hi Samuel, The series needs to go via mfd or arm-soc tree as a whole. In case you want to take it through mfd tree, here is my ack. Acked-by: Shawn Guo Otherwise, I can take it via arm-soc tree with your ack. Regards, Shawn On Wed, Sep 05, 2012 at 10:57:12AM +0800, Dong Aisheng wrote: >

[PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-04 Thread Dong Aisheng
This patch series mainly adds an syscon driver which is used to access general system controller registers like FSL IOMUXC GPR and ANATOP, after that, we convert all the exist private access general registers code to use standard API from regmap to access registers. Finally we remove the old mfd

[PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-04 Thread Dong Aisheng
This patch series mainly adds an syscon driver which is used to access general system controller registers like FSL IOMUXC GPR and ANATOP, after that, we convert all the exist private access general registers code to use standard API from regmap to access registers. Finally we remove the old mfd

Re: [PATCH v6 0/4] add syscon driver based on regmap for general registers access

2012-09-04 Thread Shawn Guo
Hi Samuel, The series needs to go via mfd or arm-soc tree as a whole. In case you want to take it through mfd tree, here is my ack. Acked-by: Shawn Guo shawn@linaro.org Otherwise, I can take it via arm-soc tree with your ack. Regards, Shawn On Wed, Sep 05, 2012 at 10:57:12AM +0800, Dong