Message ID | 1635234188-7746-1-git-send-email-srivasam@codeaurora.org (mailing list archive) |
---|---|
Headers | show |
Series | Update Lpass digital codec macro drivers | expand |
On 26/10/2021 08:43, Srinivasa Rao Mandadapu wrote: > This patch set is to add support for lpass sc7280 based targets. > Upadate compatible name and change of bulk clock voting to optional > clock voting in digital codecs va, rx, tx macro drivers. > > Changes Since V3: > -- Removed fixes tag. > -- Change signedoff by sequence. > Changes Since V2: > -- Add Tx macro deafults for lpass sc7280 > Changes Since V1: > -- Removed individual clock voting and used bulk clock optional. > -- Removed volatile changes and fixed default values. > -- Typo errors. > Srinivasa Rao Mandadapu (5): > ASoC: qcom: Add compatible names in va,wsa,rx,tx codec drivers for > sc7280 > ASoC: qcom: dt-bindings: Add compatible names for lpass sc7280 digital > codecs > ASoC: codecs: tx-macro: Enable tx top soundwire mic clock > ASoC: codecs: tx-macro: Update tx default values > ASoC: codecs: Change bulk clock voting to optional voting in digital > codecs Tested on SM8250 MTP, Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --srini > > .../bindings/sound/qcom,lpass-rx-macro.yaml | 4 +++- > .../bindings/sound/qcom,lpass-tx-macro.yaml | 4 +++- > .../bindings/sound/qcom,lpass-va-macro.yaml | 4 +++- > .../bindings/sound/qcom,lpass-wsa-macro.yaml | 4 +++- > sound/soc/codecs/lpass-rx-macro.c | 3 ++- > sound/soc/codecs/lpass-tx-macro.c | 25 +++++++++++++++++++--- > sound/soc/codecs/lpass-va-macro.c | 3 ++- > sound/soc/codecs/lpass-wsa-macro.c | 1 + > 8 files changed, 39 insertions(+), 9 deletions(-) >
On Tue, 26 Oct 2021 13:13:03 +0530, Srinivasa Rao Mandadapu wrote: > This patch set is to add support for lpass sc7280 based targets. > Upadate compatible name and change of bulk clock voting to optional > clock voting in digital codecs va, rx, tx macro drivers. > > Changes Since V3: > -- Removed fixes tag. > -- Change signedoff by sequence. > Changes Since V2: > -- Add Tx macro deafults for lpass sc7280 > Changes Since V1: > -- Removed individual clock voting and used bulk clock optional. > -- Removed volatile changes and fixed default values. > -- Typo errors. > Srinivasa Rao Mandadapu (5): > ASoC: qcom: Add compatible names in va,wsa,rx,tx codec drivers for > sc7280 > ASoC: qcom: dt-bindings: Add compatible names for lpass sc7280 digital > codecs > ASoC: codecs: tx-macro: Enable tx top soundwire mic clock > ASoC: codecs: tx-macro: Update tx default values > ASoC: codecs: Change bulk clock voting to optional voting in digital > codecs > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/5] ASoC: qcom: Add compatible names in va,wsa,rx,tx codec drivers for sc7280 commit: 9d8c69814d7d8abf299998dd1d3f4a0b595cddca [2/5] ASoC: qcom: dt-bindings: Add compatible names for lpass sc7280 digital codecs commit: 6e3b196e5ad2e4cd23498935ba32cecedae53642 [3/5] ASoC: codecs: tx-macro: Enable tx top soundwire mic clock commit: 864b9b5856ae74a350933782399934bdde5df989 [4/5] ASoC: codecs: tx-macro: Update tx default values commit: 7b285c74e422d35b02349650a62d32f8ec78f51d [5/5] ASoC: codecs: Change bulk clock voting to optional voting in digital codecs commit: 9f589cf0f91485c8591775acad056c80378a2d34 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark