Message ID | 20210927135559.738-1-srinivas.kandagatla@linaro.org |
---|---|
Headers | show |
Series | ASoC: qcom: Add AudioReach support | expand |
> Srinivas Kandagatla (22): > soc: dt-bindings: qcom: apr: convert to yaml > soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property > soc: qcom: apr: make code more reuseable > soc: dt-bindings: qcom: add gpr bindings > soc: qcom: apr: Add GPR support > ASoC: dt-bindings: move LPASS dai related bindings out of q6afe > ASoC: dt-bindings: move LPASS clocks related bindings out of q6afe > ASoC: dt-bindings: rename q6afe.h to q6dsp-lpass-ports.h > ASoC: qdsp6: q6afe-dai: move lpass audio ports to common file > ASoC: qdsp6: q6afe-clocks: move audio-clocks to common file > ASoC: dt-bindings: q6dsp: add q6apm-lpass-dai compatible > ASoC: dt-bindings: lpass-clocks: add q6prm clocks compatible > ASoC: dt-bindings: add q6apm digital audio stream bindings > ASoC: qdsp6: audioreach: add basic pkt alloc support > ASoC: qdsp6: audioreach: add q6apm support > ASoC: qdsp6: audioreach: add module configuration command helpers > ASoC: qdsp6: audioreach: add Kconfig and Makefile > ASoC: qdsp6: audioreach: add topology support > ASoC: qdsp6: audioreach: add q6apm-dai support > ASoC: qdsp6: audioreach: add q6apm lpass dai support > ASoC: qdsp6: audioreach: add q6prm support > ASoC: qdsp6: audioreach: add support for q6prm-clocks I added a couple of minor comments, at this point other reviewers should start looking at this patchset. For patches 5, 9, 10, 14..22 (everything except dt-bindings which I didn't even look at): Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
On Mon 27 Sep 08:55 CDT 2021, Srinivas Kandagatla wrote: [..] > Srinivas Kandagatla (22): > soc: dt-bindings: qcom: apr: convert to yaml > soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property > soc: qcom: apr: make code more reuseable > soc: dt-bindings: qcom: add gpr bindings > soc: qcom: apr: Add GPR support These patches has been merged into the Qualcomm drivers-for-5.16 tree and an immutable tag is available at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/20210927135559.738-6-srinivas.kandagatla@linaro.org Regards, Bjorn
On Mon, 27 Sep 2021 14:55:37 +0100, Srinivas Kandagatla wrote: > Many thanks for reviewing v7 This version addresses all the comments > raised as part of v8 review. > > This patchset adds ASoC driver support to configure signal processing > framework ("AudioReach") which is integral part of Qualcomm next > generation audio SDK and will be deployed on upcoming Qualcomm chipsets. > It makes use of ASoC Topology to load graphs on to the DSP which is then > managed by APM (Audio Processing Manager) service to prepare/start/stop. > > [...] Applied, thanks! [01/22] soc: dt-bindings: qcom: apr: convert to yaml commit: 985f62a9a13175217978a797cd8f1f26216b2c87 [02/22] soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property commit: 1ff63d5465d0b0bf4e69562096b2d3ec9ff1a116 [03/22] soc: qcom: apr: make code more reuseable commit: 99139b80c1b3d73026ed8be2de42c52e2976ab64 [04/22] soc: dt-bindings: qcom: add gpr bindings commit: 974c6faf7667e551d202712470ca210c14ca249d [05/22] soc: qcom: apr: Add GPR support commit: ec1471a898cca38af6b8956a83ebc1297214546f Best regards, -- Bjorn Andersson <bjorn.andersson@linaro.org>
Hi Bjorn, On 28/09/2021 04:20, Bjorn Andersson wrote: > On Mon, 27 Sep 2021 14:55:37 +0100, Srinivas Kandagatla wrote: >> Many thanks for reviewing v7 This version addresses all the comments >> raised as part of v8 review. >> >> This patchset adds ASoC driver support to configure signal processing >> framework ("AudioReach") which is integral part of Qualcomm next >> generation audio SDK and will be deployed on upcoming Qualcomm chipsets. >> It makes use of ASoC Topology to load graphs on to the DSP which is then >> managed by APM (Audio Processing Manager) service to prepare/start/stop. >> >> [...] > > Applied, thanks! > > [01/22] soc: dt-bindings: qcom: apr: convert to yaml > commit: 985f62a9a13175217978a797cd8f1f26216b2c87 > [02/22] soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property > commit: 1ff63d5465d0b0bf4e69562096b2d3ec9ff1a116 > [03/22] soc: qcom: apr: make code more reuseable > commit: 99139b80c1b3d73026ed8be2de42c52e2976ab64 > [04/22] soc: dt-bindings: qcom: add gpr bindings > commit: 974c6faf7667e551d202712470ca210c14ca249d > [05/22] soc: qcom: apr: Add GPR support > commit: ec1471a898cca38af6b8956a83ebc1297214546f > Just in case you missed, rest of the series depend on some of the GRP apis in these patches. Am not sure how Mark would prefer to take the rest of series. --srini > Best regards, >