Message ID | 20240507-mark_ethernet_devices_dma_coherent-v3-0-dbe70d0fa971@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Mark Ethernet devices on sa8775p as DMA-coherent | expand |
On 5/8/24 03:30, Sagar Cheluvegowda wrote: > To: Bjorn Andersson <andersson@kernel.org> > To: Konrad Dybcio <konrad.dybcio@linaro.org> > To: Rob Herring <robh@kernel.org> > To: Krzysztof Kozlowski <krzk+dt@kernel.org> > To: Conor Dooley <conor+dt@kernel.org> > To: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > To: Andrew Halaney <ahalaney@redhat.com> > To: Vinod Koul <vkoul@kernel.org> > To: David S. Miller <davem@davemloft.net> > To: Eric Dumazet <edumazet@google.com> > To: Jakub Kicinski <kuba@kernel.org> > To: Paolo Abeni <pabeni@redhat.com> > To: Bhupesh Sharma <bhupesh.sharma@linaro.org> > Cc: kernel@quicinc.com > Cc: linux-arm-msm@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: netdev@vger.kernel.org > > Patch 1 :- This patch marks Ethernet devices on Sa8775p as DMA-coherent > as both the devices are cache coherent. > > Patch 2 :- Update the schema of qcom,ethqos to allow specifying Ethernet > devices as "dma-coherent". Per-patch descriptions like this are usually redundant, unless you're reworking something complex and non-obvious. These things above, we can infer from the commit titles alone. Generally, when there's not much to say in the cover letter, you can just give a very brief summary like "This series fixes X on Y". Not a huge deal though. Konrad
On Tue, May 07, 2024 at 06:30:59PM GMT, Sagar Cheluvegowda wrote: > To: Bjorn Andersson <andersson@kernel.org> > To: Konrad Dybcio <konrad.dybcio@linaro.org> > To: Rob Herring <robh@kernel.org> > To: Krzysztof Kozlowski <krzk+dt@kernel.org> > To: Conor Dooley <conor+dt@kernel.org> > To: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> > To: Andrew Halaney <ahalaney@redhat.com> > To: Vinod Koul <vkoul@kernel.org> > To: David S. Miller <davem@davemloft.net> > To: Eric Dumazet <edumazet@google.com> > To: Jakub Kicinski <kuba@kernel.org> > To: Paolo Abeni <pabeni@redhat.com> > To: Bhupesh Sharma <bhupesh.sharma@linaro.org> > Cc: kernel@quicinc.com > Cc: linux-arm-msm@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: netdev@vger.kernel.org > > Patch 1 :- This patch marks Ethernet devices on Sa8775p as DMA-coherent > as both the devices are cache coherent. > > Patch 2 :- Update the schema of qcom,ethqos to allow specifying Ethernet > devices as "dma-coherent". I've been keeping my eye on this series, and realized that I should know better (but don't). How can I tell what tree these should go through? Just trolling through the list, it seems dt-bindings go through netdev, whereas dts changes go through the Qualcomm tree. Is there something in the get_maintainers.pl output that I should be interpreting differently to understand what patch should target what maintainer tree? halaney@x1gen2nano ~/git/linux-next (git)-[remotes/net/main] % ./scripts/get_maintainer.pl Documentation/devicetree/bindings/net/qcom,ethqos.yaml :( Vinod Koul <vkoul@kernel.org> (maintainer:QUALCOMM ETHQOS ETHERNET DRIVER) Bjorn Andersson <andersson@kernel.org> (maintainer:ARM/QUALCOMM SUPPORT) Konrad Dybcio <konrad.dybcio@linaro.org> (maintainer:ARM/QUALCOMM SUPPORT) "David S. Miller" <davem@davemloft.net> (maintainer:NETWORKING DRIVERS) Eric Dumazet <edumazet@google.com> (maintainer:NETWORKING DRIVERS) Jakub Kicinski <kuba@kernel.org> (maintainer:NETWORKING DRIVERS) Paolo Abeni <pabeni@redhat.com> (maintainer:NETWORKING DRIVERS) Rob Herring <robh@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Krzysztof Kozlowski <krzk+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Conor Dooley <conor+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Bhupesh Sharma <bhupesh.sharma@linaro.org> (in file) netdev@vger.kernel.org (open list:QUALCOMM ETHQOS ETHERNET DRIVER) linux-arm-msm@vger.kernel.org (open list:QUALCOMM ETHQOS ETHERNET DRIVER) devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-kernel@vger.kernel.org (open list) I don't know how to figure out who takes this patch in the end based on the output above :) ahalaney@x1gen2nano ~/git/linux-next (git)-[remotes/net/main] % ./scripts/get_maintainer.pl arch/arm64/boot/dts/qcom/sa8775p.dtsi Bjorn Andersson <andersson@kernel.org> (maintainer:ARM/QUALCOMM SUPPORT) Konrad Dybcio <konrad.dybcio@linaro.org> (maintainer:ARM/QUALCOMM SUPPORT) Rob Herring <robh@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Krzysztof Kozlowski <krzk+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Conor Dooley <conor+dt@kernel.org> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-arm-msm@vger.kernel.org (open list:ARM/QUALCOMM SUPPORT) devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) linux-kernel@vger.kernel.org (open list) ahalaney@x1gen2nano ~/git/linux-next (git)-[remotes/net/main] % This one's a little more obviously Qualcomm specific.. but yeah. Sorry for the obvious question, was talking to Sagar offline and realized I didn't have a good way to tell him how to figure that out other than dig through lkml, so just asking directly here! Thanks, Andrew
On Tue, 14 May 2024 09:21:08 -0500 Andrew Halaney wrote: > I don't know how to figure out who takes this patch in the end based on > the output above :) bindings/net is usually going via netdev, but my reading of Krzysztof's comment was that there will be a v4...
On Tue, May 14, 2024 at 07:41:42AM GMT, Jakub Kicinski wrote: > On Tue, 14 May 2024 09:21:08 -0500 Andrew Halaney wrote: > > I don't know how to figure out who takes this patch in the end based on > > the output above :) > > bindings/net is usually going via netdev, but my reading of Krzysztof's > comment was that there will be a v4... > Ahh, I read that differently. I'll ask Sagar to respin with that comment taken into consideration! But ignoring that, let me know if there's a good way to know who really picks things up outside of experience contributing. It's Sagar's first submission upstream, etc, so I've been fielding some first time contribution questions and realized I didn't have a good answer to that other than troll through lkml or the git log and see who picked those up in the past! Thanks, Andrew
On Tue, 14 May 2024 10:11:35 -0500 Andrew Halaney wrote: > But ignoring that, let me know if there's a good way to know who really > picks things up outside of experience contributing. It's Sagar's first > submission upstream, etc, so I've been fielding some first time > contribution questions and realized I didn't have a good answer to that > other than troll through lkml or the git log and see who picked those up > in the past! I'm not sure how well define it is to be honest. MAINTAINERS is focused a bit too much on CCing people rather than code flow. Which hurts us in more than one way. I _think_ the right way to find the responsible tree is to do an longest prefix match on the path in MAINTAINERS, looking just at the entries which have a T: attribute. (Q: attribute for that entry may also be useful.) In practice I myself usually look at: git log --format=committer -- $path where: [pretty] committer = %<(20)%cn %cs %<(47,trunc)%s