All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Fix apq8016 compat string
@ 2022-06-28  0:28 ` Bryan O'Donoghue
  0 siblings, 0 replies; 17+ messages in thread
From: Bryan O'Donoghue @ 2022-06-28  0:28 UTC (permalink / raw)
  To: lgirdwood, broonie, bjorn.andersson
  Cc: perex, tiwai, srinivas.kandagatla, robh+dt, krzk+dt, alsa-devel,
	linux-arm-msm, devicetree, bryan.odonoghue

V4:
- Adds Bjorn's RB to first patch
- Adds missing people to To/Cc list

V3:
- Marks qcom,lpass-cpu-apq8016 as deprecated instead of removing - Bjorn

V2:
- Adds Reviewed-by: - Srini
- Adds Fixes - Srini

V1:
Reusing the apq8016 on msm8939 I found running checkpatch that the compat
string for the LPASS was throwing a warning.

This is easily fixed by alinging the YAML, DTS and driver to the documented
compat string

-			compatible = "qcom,lpass-cpu-apq8016";
+			compatible = "qcom,apq8016-lpass-cpu";

Bryan O'Donoghue (2):
  ASoC: qcom: lpass: Fix apq8016 compat string to match yaml
  arm64: dts: qcom: Fix apq8016 compat string to match yaml

 arch/arm64/boot/dts/qcom/msm8916.dtsi | 2 +-
 sound/soc/qcom/lpass-apq8016.c        | 1 +
 sound/soc/qcom/lpass-cpu.c            | 5 +++++
 3 files changed, 7 insertions(+), 1 deletion(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-06-28 13:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  0:28 [PATCH v4 0/2] Fix apq8016 compat string Bryan O'Donoghue
2022-06-28  0:28 ` Bryan O'Donoghue
2022-06-28  0:28 ` [PATCH v4 1/2] ASoC: qcom: lpass: Fix apq8016 compat string to match yaml Bryan O'Donoghue
2022-06-28  0:28   ` Bryan O'Donoghue
2022-06-28 10:54   ` Mark Brown
2022-06-28 10:54     ` Mark Brown
2022-06-28 11:03   ` Mark Brown
2022-06-28 11:03     ` Mark Brown
2022-06-28 11:48     ` Bryan O'Donoghue
2022-06-28 11:48       ` Bryan O'Donoghue
2022-06-28 12:07       ` Mark Brown
2022-06-28 12:07         ` Mark Brown
2022-06-28 13:25         ` Bryan O'Donoghue
2022-06-28  0:28 ` [PATCH v4 2/2] arm64: dts: qcom: " Bryan O'Donoghue
2022-06-28  0:28   ` Bryan O'Donoghue
2022-06-28 13:25 ` (subset) [PATCH v4 0/2] Fix apq8016 compat string Mark Brown
2022-06-28 13:25   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.