Re: [PATCH 5/5] ASoC: rsnd: dma: use extended audio dmac registers when available

From: Jiada Wang
Date: Wed Mar 13 2019 - 02:37:01 EST


Hi Morimoto-san

On 2019/03/13 15:33, Kuninori Morimoto wrote:

Hi Jiada

Some of SoCs have both basic and extended dmac registers set
basic set only supports busif0 ~ busif3, in order to use
busif4 ~ busif7, extended audio dmac registers need to be used.

This patch changes to use extended dmac registers set when it is
available in device-tree.

Signed-off-by: Jiada Wang <jiada_wang@xxxxxxxxxx>
---

1st of all, if you want to post this kind of patch-set,
you *should* post driver side patch 1st, and if it was accepted,
you need to post SoC side patch. Then, you need to indicate
to SoC maintainer which branch/commit should be based.
Otherwise, it will 100% breaks git-bisect.

Grr, orz
my head was 100% broken.
This time, your patch doesn't breaks git-bisect.
I'm so sorry.

right, no problem.
anyway, keep driver change before dts change,
is always a good practice

Thanks,
Jiada
Best regards
---
Kuninori Morimoto