Re: [PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-16 Thread pankaj.dubey
Hi Shawn, On Monday 14 November 2016 07:56 PM, Shawn Guo wrote: > On Mon, Nov 14, 2016 at 10:32:07AM +0530, Pankaj Dubey wrote: >> Now as we have of_scu_enable which takes care of mapping >> scu base from DT, lets use it. >> >> At the same time this patch cleans up mach-imx platform files by >>

Re: [PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-16 Thread pankaj.dubey
Hi Shawn, On Monday 14 November 2016 07:56 PM, Shawn Guo wrote: > On Mon, Nov 14, 2016 at 10:32:07AM +0530, Pankaj Dubey wrote: >> Now as we have of_scu_enable which takes care of mapping >> scu base from DT, lets use it. >> >> At the same time this patch cleans up mach-imx platform files by >>

Re: [PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-14 Thread Shawn Guo
On Mon, Nov 14, 2016 at 10:32:07AM +0530, Pankaj Dubey wrote: > Now as we have of_scu_enable which takes care of mapping > scu base from DT, lets use it. > > At the same time this patch cleans up mach-imx platform files by > removing static mapping of SCU and dropping imx_scu_map_io function. I

Re: [PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-14 Thread Shawn Guo
On Mon, Nov 14, 2016 at 10:32:07AM +0530, Pankaj Dubey wrote: > Now as we have of_scu_enable which takes care of mapping > scu base from DT, lets use it. > > At the same time this patch cleans up mach-imx platform files by > removing static mapping of SCU and dropping imx_scu_map_io function. I

[PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-13 Thread Pankaj Dubey
Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. At the same time this patch cleans up mach-imx platform files by removing static mapping of SCU and dropping imx_scu_map_io function. CC: Shawn Guo CC: Sascha Hauer

[PATCH 12/16] ARM: imx: use generic API for enabling SCU

2016-11-13 Thread Pankaj Dubey
Now as we have of_scu_enable which takes care of mapping scu base from DT, lets use it. At the same time this patch cleans up mach-imx platform files by removing static mapping of SCU and dropping imx_scu_map_io function. CC: Shawn Guo CC: Sascha Hauer Signed-off-by: Pankaj Dubey ---