Re: [RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling

2018-06-01 Thread Sricharan R
Hi Sibi, On 6/1/2018 8:48 PM, Sibi S wrote: > Hi Sricharan, > > On 06/01/2018 11:46 AM, Sricharan R wrote: >> Hi Bjorn, >>    Thanks for this much needed consolidation. >> >> On 5/23/2018 10:50 AM, Bjorn Andersson wrote: >>> Shared between all Hexagon V5 based remoteprocs is the handling of the 5

Re: [RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling

2018-06-01 Thread Sibi S
Hi Sricharan, On 06/01/2018 11:46 AM, Sricharan R wrote: Hi Bjorn, Thanks for this much needed consolidation. On 5/23/2018 10:50 AM, Bjorn Andersson wrote: Shared between all Hexagon V5 based remoteprocs is the handling of the 5 interrupts and the SMP2P stop request, so break this out into

Re: [RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling

2018-05-31 Thread Sricharan R
Hi Bjorn, Thanks for this much needed consolidation. On 5/23/2018 10:50 AM, Bjorn Andersson wrote: > Shared between all Hexagon V5 based remoteprocs is the handling of the 5 > interrupts and the SMP2P stop request, so break this out into a separate > function in order to allow these drivers to b

[RFC PATCH 2/5] remoteproc: q6v5: Extract common resource handling

2018-05-22 Thread Bjorn Andersson
Shared between all Hexagon V5 based remoteprocs is the handling of the 5 interrupts and the SMP2P stop request, so break this out into a separate function in order to allow these drivers to be cleaned up. Signed-off-by: Bjorn Andersson --- drivers/remoteproc/Kconfig | 5 + drivers/remotepr