All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible
@ 2023-03-15 19:43 Alex Elder
  2023-03-17  0:10 ` Jakub Kicinski
  2023-03-18  5:40 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Elder @ 2023-03-15 19:43 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt
  Cc: andersson, konrad.dybcio, agross, devicetree, davem, edumazet,
	kuba, pabeni, elder, netdev, linux-arm-msm, linux-kernel,
	Simon Horman

Add support for SDX65, which uses IPA v5.0.

Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Alex Elder <elder@linaro.org>
---
v2: Add review tag; base on linux-next/master; drop "net-next" in subject

It is my intention to have this patch be taken via the Qualcomm
repository (not net-next).

 Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index 4aeda379726fa..2d5e4ffb2f9ef 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
@@ -49,6 +49,7 @@ properties:
       - qcom,sc7280-ipa
       - qcom,sdm845-ipa
       - qcom,sdx55-ipa
+      - qcom,sdx65-ipa
       - qcom,sm6350-ipa
       - qcom,sm8350-ipa
 
-- 
2.34.1


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

* Re: [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible
  2023-03-15 19:43 [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible Alex Elder
@ 2023-03-17  0:10 ` Jakub Kicinski
  2023-03-17 12:12   ` Alex Elder
  2023-03-18  5:40 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2023-03-17  0:10 UTC (permalink / raw)
  To: Alex Elder
  Cc: robh+dt, krzysztof.kozlowski+dt, andersson, konrad.dybcio,
	agross, devicetree, davem, edumazet, pabeni, elder, netdev,
	linux-arm-msm, linux-kernel, Simon Horman

On Wed, 15 Mar 2023 14:43:05 -0500 Alex Elder wrote:
> Add support for SDX65, which uses IPA v5.0.
> 
> Reviewed-by: Simon Horman <simon.horman@corigine.com>
> Signed-off-by: Alex Elder <elder@linaro.org>
> ---
> v2: Add review tag; base on linux-next/master; drop "net-next" in subject
> 
> It is my intention to have this patch be taken via the Qualcomm
> repository (not net-next).

That's a bit unusual, no strong feelings but why is that?
Bindings usually go with the code, ipa is a networking thing, right?

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

* Re: [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible
  2023-03-17  0:10 ` Jakub Kicinski
@ 2023-03-17 12:12   ` Alex Elder
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Elder @ 2023-03-17 12:12 UTC (permalink / raw)
  To: Jakub Kicinski, Alex Elder
  Cc: robh+dt, krzysztof.kozlowski+dt, andersson, konrad.dybcio,
	agross, devicetree, davem, edumazet, pabeni, elder, netdev,
	linux-arm-msm, linux-kernel, Simon Horman

On 3/16/23 7:10 PM, Jakub Kicinski wrote:
> On Wed, 15 Mar 2023 14:43:05 -0500 Alex Elder wrote:
>> Add support for SDX65, which uses IPA v5.0.
>>
>> Reviewed-by: Simon Horman <simon.horman@corigine.com>
>> Signed-off-by: Alex Elder <elder@linaro.org>
>> ---
>> v2: Add review tag; base on linux-next/master; drop "net-next" in subject
>>
>> It is my intention to have this patch be taken via the Qualcomm
>> repository (not net-next).
> 
> That's a bit unusual, no strong feelings but why is that?
> Bindings usually go with the code, ipa is a networking thing, right?

I'm sorry, yes, there is no reason the bindings update
should be taken through the Qualcomm tree.

This is a trivial patch.  This version (2) is based on
linux-next/master but it can be cleanly cherry-picked
onto net-next/master.

Please accept this patch via net-next, and if you want
me to send an updated version, please say so.

I'm very sorry for the confusion here.  For some reason
this has been a rough week with little patches for me.

					-Alex

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

* Re: [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible
  2023-03-15 19:43 [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible Alex Elder
  2023-03-17  0:10 ` Jakub Kicinski
@ 2023-03-18  5:40 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-03-18  5:40 UTC (permalink / raw)
  To: Alex Elder
  Cc: robh+dt, krzysztof.kozlowski+dt, andersson, konrad.dybcio,
	agross, devicetree, davem, edumazet, kuba, pabeni, elder, netdev,
	linux-arm-msm, linux-kernel, simon.horman

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 15 Mar 2023 14:43:05 -0500 you wrote:
> Add support for SDX65, which uses IPA v5.0.
> 
> Reviewed-by: Simon Horman <simon.horman@corigine.com>
> Signed-off-by: Alex Elder <elder@linaro.org>
> ---
> v2: Add review tag; base on linux-next/master; drop "net-next" in subject
> 
> [...]

Here is the summary with links:
  - [v2] dt-bindings: net: qcom,ipa: add SDX65 compatible
    https://git.kernel.org/netdev/net-next/c/0de10fd6eb94

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-03-18  5:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 19:43 [PATCH v2] dt-bindings: net: qcom,ipa: add SDX65 compatible Alex Elder
2023-03-17  0:10 ` Jakub Kicinski
2023-03-17 12:12   ` Alex Elder
2023-03-18  5:40 ` patchwork-bot+netdevbpf

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.