Re: [PATCH 6/6] soundwire: qcom: add support to new interrupts

2021-02-01 Thread Srinivas Kandagatla
On 29/01/2021 19:38, Pierre-Louis Bossart wrote: On 1/29/21 11:32 AM, Srinivas Kandagatla wrote: Add support to new interrupts and update irq routine in a way to deal with multiple pending interrupts with in a single interrupt! I can't parse the wording after 'update irq routine'. So,

Re: [PATCH 6/6] soundwire: qcom: add support to new interrupts

2021-02-01 Thread Srinivas Kandagatla
On 01/02/2021 14:31, Vinod Koul wrote: On 29-01-21, 17:32, Srinivas Kandagatla wrote: Add support to new interrupts and update irq routine in a way to deal with multiple pending interrupts with in a single interrupt! Signed-off-by: Srinivas Kandagatla --- drivers/soundwire/qcom.c | 191 ++

Re: [PATCH 6/6] soundwire: qcom: add support to new interrupts

2021-02-01 Thread Vinod Koul
On 29-01-21, 17:32, Srinivas Kandagatla wrote: > Add support to new interrupts and update irq routine in a way > to deal with multiple pending interrupts with in a single interrupt! > > Signed-off-by: Srinivas Kandagatla > --- > drivers/soundwire/qcom.c | 191 ++--

Re: [PATCH 6/6] soundwire: qcom: add support to new interrupts

2021-01-29 Thread Pierre-Louis Bossart
On 1/29/21 11:32 AM, Srinivas Kandagatla wrote: Add support to new interrupts and update irq routine in a way to deal with multiple pending interrupts with in a single interrupt! I can't parse the wording after 'update irq routine'. + swrm->reg_write(swrm, SWRM_INTERRUPT_CLEAR, intr

[PATCH 6/6] soundwire: qcom: add support to new interrupts

2021-01-29 Thread Srinivas Kandagatla
Add support to new interrupts and update irq routine in a way to deal with multiple pending interrupts with in a single interrupt! Signed-off-by: Srinivas Kandagatla --- drivers/soundwire/qcom.c | 191 ++- 1 file changed, 146 insertions(+), 45 deletions(-) di