linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible
@ 2021-07-28 22:19 Konrad Dybcio
  2021-07-29  5:58 ` Greg Kroah-Hartman
  2021-07-29  8:16 ` Felipe Balbi
  0 siblings, 2 replies; 4+ messages in thread
From: Konrad Dybcio @ 2021-07-28 22:19 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Greg Kroah-Hartman, Rob Herring, Felipe Balbi, Manu Gautam,
	linux-arm-msm, linux-usb, devicetree, linux-kernel

Add a new compatible for SDM660's DWC3.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
 drivers/usb/dwc3/dwc3-qcom.c                         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index 4e6451789806..e70afc40edb2 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -17,6 +17,7 @@ properties:
           - qcom,msm8998-dwc3
           - qcom,sc7180-dwc3
           - qcom,sc7280-dwc3
+          - qcom,sdm660-dwc3
           - qcom,sdm845-dwc3
           - qcom,sdx55-dwc3
           - qcom,sm4250-dwc3
diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c
index 49e6ca94486d..c1ead38fa2a3 100644
--- a/drivers/usb/dwc3/dwc3-qcom.c
+++ b/drivers/usb/dwc3/dwc3-qcom.c
@@ -916,6 +916,7 @@ static const struct of_device_id dwc3_qcom_of_match[] = {
 	{ .compatible = "qcom,dwc3" },
 	{ .compatible = "qcom,msm8996-dwc3" },
 	{ .compatible = "qcom,msm8998-dwc3" },
+	{ .compatible = "qcom,sdm660-dwc3" },
 	{ .compatible = "qcom,sdm845-dwc3" },
 	{ }
 };
-- 
2.32.0


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

* Re: [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible
  2021-07-28 22:19 [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible Konrad Dybcio
@ 2021-07-29  5:58 ` Greg Kroah-Hartman
  2021-07-29  9:13   ` Konrad Dybcio
  2021-07-29  8:16 ` Felipe Balbi
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-07-29  5:58 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Andy Gross, Bjorn Andersson, Rob Herring, Felipe Balbi,
	Manu Gautam, linux-arm-msm, linux-usb, devicetree, linux-kernel

On Thu, Jul 29, 2021 at 12:19:21AM +0200, Konrad Dybcio wrote:
> Add a new compatible for SDM660's DWC3.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>

Odd mailing list you sent this to, what tree do you expect this to go
through?

thanks,

greg k-h

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

* Re: [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible
  2021-07-28 22:19 [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible Konrad Dybcio
  2021-07-29  5:58 ` Greg Kroah-Hartman
@ 2021-07-29  8:16 ` Felipe Balbi
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2021-07-29  8:16 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Andy Gross, Bjorn Andersson, Greg Kroah-Hartman, Rob Herring,
	Manu Gautam, linux-arm-msm, linux-usb, devicetree, linux-kernel


Konrad Dybcio <konrad.dybcio@somainline.org> writes:

> Add a new compatible for SDM660's DWC3.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>

Acked-by: Felipe Balbi <balbi@kernel.org>

-- 
balbi

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

* Re: [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible
  2021-07-29  5:58 ` Greg Kroah-Hartman
@ 2021-07-29  9:13   ` Konrad Dybcio
  0 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2021-07-29  9:13 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Andy Gross, Bjorn Andersson, Rob Herring, Felipe Balbi,
	Manu Gautam, linux-arm-msm, linux-usb, devicetree, linux-kernel


On 29.07.2021 07:58, Greg Kroah-Hartman wrote:
> On Thu, Jul 29, 2021 at 12:19:21AM +0200, Konrad Dybcio wrote:
>> Add a new compatible for SDM660's DWC3.
>>
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> Odd mailing list you sent this to, what tree do you expect this to go
> through?
>
> thanks,
>
> greg k-h

I just went with whatever get_maintainer.pl suggested. Unless you mean the postmarketOS one, which I always include so that folks from this project interested in qcom soc+phone enablement can see them in one place.


Konrad


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

end of thread, other threads:[~2021-07-29  9:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 22:19 [PATCH] drivers: usb: dwc3-qcom: Add sdm660 compatible Konrad Dybcio
2021-07-29  5:58 ` Greg Kroah-Hartman
2021-07-29  9:13   ` Konrad Dybcio
2021-07-29  8:16 ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).