Re: [U-Boot] [PATCH V3 07/32] misc: add i.MX8 misc driver

2018-08-10 Thread Anatolij Gustschin
Hi Peng, On Fri, 10 Aug 2018 02:30:09 + Peng Fan peng@nxp.com wrote: ... > > Thanks for working on this! I think we should rename this driver to imx-mu > > and > > unify it, so that it can be used on i.MX7 and i.MX6SX, if needed. > > > Thanks for reviewing the patcset. Communicating w

Re: [U-Boot] [PATCH V3 07/32] misc: add i.MX8 misc driver

2018-08-09 Thread Peng Fan
Hi Anatolij, > -Original Message- > From: Anatolij Gustschin [mailto:ag...@denx.de] > Sent: 2018年8月10日 0:19 > To: Peng Fan ; u-boot@lists.denx.de > Cc: sba...@denx.de; Fabio Estevam ; dl-linux-imx > > Subject: Re: [U-Boot] [PATCH V3 07/32] misc: add i.MX8 mis

Re: [U-Boot] [PATCH V3 07/32] misc: add i.MX8 misc driver

2018-08-09 Thread Anatolij Gustschin
Hi Peng, On Mon, 6 Aug 2018 10:50:22 +0800 Peng Fan peng@nxp.com wrote: > Add i.MX8 MISC driver to handle the communication between > A35 Core and SCU. Thanks for working on this! I think we should rename this driver to imx-mu and unify it, so that it can be used on i.MX7 and i.MX6SX, if ne

[U-Boot] [PATCH V3 07/32] misc: add i.MX8 misc driver

2018-08-05 Thread Peng Fan
Add i.MX8 MISC driver to handle the communication between A35 Core and SCU. Signed-off-by: Peng Fan --- drivers/misc/Makefile | 1 + drivers/misc/imx8/Makefile | 3 + drivers/misc/imx8/scu.c| 247 + 3 files changed, 251 insertions(+) crea