Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-30 Thread Peng Fan
On Fri, Dec 29, 2017 at 05:32:18PM +0800, kbuild test robot wrote: >Hi Peng, > >Thank you for the patch! Yet something to improve: > >[auto build test ERROR on shawnguo/for-next] >[also build test ERROR on v4.15-rc5 next-20171222] >[if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-30 Thread Peng Fan
On Fri, Dec 29, 2017 at 05:32:18PM +0800, kbuild test robot wrote: >Hi Peng, > >Thank you for the patch! Yet something to improve: > >[auto build test ERROR on shawnguo/for-next] >[also build test ERROR on v4.15-rc5 next-20171222] >[if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-29 Thread Philippe Ombredanne
Dear Peng, On Thu, Dec 28, 2017 at 10:35 AM, Peng Fan wrote: > Some PL310 registers could only be wrote in secure world, so > introduce imx_l2c310_write_sec to support Linux running in > non-secure world. > --- /dev/null > +++ b/include/soc/imx/imx_sip_smc.h > @@ -0,0 +1,23

Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-29 Thread Philippe Ombredanne
Dear Peng, On Thu, Dec 28, 2017 at 10:35 AM, Peng Fan wrote: > Some PL310 registers could only be wrote in secure world, so > introduce imx_l2c310_write_sec to support Linux running in > non-secure world. > --- /dev/null > +++ b/include/soc/imx/imx_sip_smc.h > @@ -0,0 +1,23 @@ > +/* > + *

Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-29 Thread kbuild test robot
Hi Peng, Thank you for the patch! Yet something to improve: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on v4.15-rc5 next-20171222] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-29 Thread kbuild test robot
Hi Peng, Thank you for the patch! Yet something to improve: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on v4.15-rc5 next-20171222] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-28 Thread Peng Fan
Some PL310 registers could only be wrote in secure world, so introduce imx_l2c310_write_sec to support Linux running in non-secure world. Signed-off-by: Peng Fan Cc: Shawn Guo Cc: Sascha Hauer Cc: Fabio Estevam

[PATCH] ARM: imx: introduce imx_l2c310_write_sec

2017-12-28 Thread Peng Fan
Some PL310 registers could only be wrote in secure world, so introduce imx_l2c310_write_sec to support Linux running in non-secure world. Signed-off-by: Peng Fan Cc: Shawn Guo Cc: Sascha Hauer Cc: Fabio Estevam Cc: Dong Aisheng --- arch/arm/mach-imx/system.c| 21 +++--