Re: [PATCH 01/16] firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma

2019-06-06 Thread Peter Ujfalusi
Hi Lokesh, On 06/06/2019 9.00, Lokesh Vutla wrote: > Hi Peter, > > On 06/05/19 6:04 PM, Peter Ujfalusi wrote: >> Signed-off-by: Peter Ujfalusi > > Patch has the following checkpatch warnings and checks which can be fixed: > > WARNING: Missing commit description - Add an appropriate one How

Re: [PATCH 01/16] firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma

2019-06-06 Thread Lokesh Vutla
Hi Peter, On 06/05/19 6:04 PM, Peter Ujfalusi wrote: > Signed-off-by: Peter Ujfalusi Patch has the following checkpatch warnings and checks which can be fixed: WARNING: Missing commit description - Add an appropriate one CHECK: Lines should not end with a '(' #262: FILE:

[PATCH 01/16] firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma

2019-05-06 Thread Peter Ujfalusi
Signed-off-by: Peter Ujfalusi --- drivers/firmware/ti_sci.c | 439 +++ drivers/firmware/ti_sci.h | 704 + include/linux/soc/ti/ti_sci_protocol.h | 216 3 files changed, 1359 insertions(+) diff --git