Re: [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-27 Thread Lee Jones
On Wed, 26 Aug 2015, Nathan Lynch wrote: > On 08/26/2015 08:08 AM, Lee Jones wrote: > > --- /dev/null > > +++ b/drivers/remoteproc/st_remoteproc.c > > @@ -0,0 +1,300 @@ > > +/* > > + * ST's Remote Processor Control Driver > > + * > > + * Copyright (C) 2015 STMicroelectronics - All Rights Reserved

Re: [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-27 Thread Lee Jones
On Wed, 26 Aug 2015, Nathan Lynch wrote: On 08/26/2015 08:08 AM, Lee Jones wrote: --- /dev/null +++ b/drivers/remoteproc/st_remoteproc.c @@ -0,0 +1,300 @@ +/* + * ST's Remote Processor Control Driver + * + * Copyright (C) 2015 STMicroelectronics - All Rights Reserved + * + *

Re: [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-26 Thread Nathan Lynch
On 08/26/2015 08:08 AM, Lee Jones wrote: > --- /dev/null > +++ b/drivers/remoteproc/st_remoteproc.c > @@ -0,0 +1,300 @@ > +/* > + * ST's Remote Processor Control Driver > + * > + * Copyright (C) 2015 STMicroelectronics - All Rights Reserved > + * > + * Author: Ludovic Barre When submitting code

[PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-26 Thread Lee Jones
Signed-off-by: Lee Jones --- drivers/remoteproc/Kconfig | 9 ++ drivers/remoteproc/Makefile| 1 + drivers/remoteproc/st_remoteproc.c | 300 + 3 files changed, 310 insertions(+) create mode 100644 drivers/remoteproc/st_remoteproc.c diff

Re: [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-26 Thread Nathan Lynch
On 08/26/2015 08:08 AM, Lee Jones wrote: --- /dev/null +++ b/drivers/remoteproc/st_remoteproc.c @@ -0,0 +1,300 @@ +/* + * ST's Remote Processor Control Driver + * + * Copyright (C) 2015 STMicroelectronics - All Rights Reserved + * + * Author: Ludovic Barre ludovic.ba...@st.com When

[PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors

2015-08-26 Thread Lee Jones
Signed-off-by: Lee Jones lee.jo...@linaro.org --- drivers/remoteproc/Kconfig | 9 ++ drivers/remoteproc/Makefile| 1 + drivers/remoteproc/st_remoteproc.c | 300 + 3 files changed, 310 insertions(+) create mode 100644