RE: [PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-30 Thread Loic PALLARDY
Anna > Subject: Re: [PATCH 4/7] remoteproc: add warning on resource table cast > > On Thu, Nov 29, 2018 at 10:31 PM Loic Pallardy wrote: > > > > Today resource table supports only 32bit address fields. > > This is not compliant with 64bit platform for which addresses &g

RE: [PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-30 Thread Loic PALLARDY
Anna > Subject: Re: [PATCH 4/7] remoteproc: add warning on resource table cast > > On Thu, Nov 29, 2018 at 10:31 PM Loic Pallardy wrote: > > > > Today resource table supports only 32bit address fields. > > This is not compliant with 64bit platform for which addresses &g

Re: [PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-30 Thread Arnd Bergmann
On Thu, Nov 29, 2018 at 10:31 PM Loic Pallardy wrote: > > Today resource table supports only 32bit address fields. > This is not compliant with 64bit platform for which addresses > are cast in 32bit. > This patch adds warn messages when address cast is done. > > Signed-off-by: Loic Pallardy >

Re: [PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-30 Thread Arnd Bergmann
On Thu, Nov 29, 2018 at 10:31 PM Loic Pallardy wrote: > > Today resource table supports only 32bit address fields. > This is not compliant with 64bit platform for which addresses > are cast in 32bit. > This patch adds warn messages when address cast is done. > > Signed-off-by: Loic Pallardy >

[PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-29 Thread Loic Pallardy
Today resource table supports only 32bit address fields. This is not compliant with 64bit platform for which addresses are cast in 32bit. This patch adds warn messages when address cast is done. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_core.c | 8 1 file changed,

[PATCH 4/7] remoteproc: add warning on resource table cast

2018-11-29 Thread Loic Pallardy
Today resource table supports only 32bit address fields. This is not compliant with 64bit platform for which addresses are cast in 32bit. This patch adds warn messages when address cast is done. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_core.c | 8 1 file changed,