2021-07-19 22:10:53

by Alex Elder

[permalink] [raw]
Subject: [PATCH net-next 0/3] arm64: dts: qcom: DTS updates

This series updates some IPA-related DT nodes.

Newer versions of IPA do not require an interconnect between IPA
and SoC internal memory. The first patch updates the DT binding
to reflect this.

The second patch adds IPA information to "sc7280.dtsi", using only
two interconnects. It includes the definition of the reserved
memory area used to hold IPA firmware.

The last patch defines the reserved IPA firmware memory area in
"sc7180.dtsi".

-Alex

Alex Elder (3):
dt-bindings: net: qcom,ipa: make imem interconnect optional
arm64: dts: qcom: sc7280: add IPA information
arm64: dts: qcom: sc7180: define ipa_fw_mem node

.../devicetree/bindings/net/qcom,ipa.yaml | 18 ++++----
arch/arm64/boot/dts/qcom/sc7180.dtsi | 5 +++
arch/arm64/boot/dts/qcom/sc7280.dtsi | 43 +++++++++++++++++++
3 files changed, 58 insertions(+), 8 deletions(-)

--
2.27.0


2021-07-20 14:33:52

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH net-next 0/3] arm64: dts: qcom: DTS updates

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 19 Jul 2021 16:24:53 -0500 you wrote:
> This series updates some IPA-related DT nodes.
>
> Newer versions of IPA do not require an interconnect between IPA
> and SoC internal memory. The first patch updates the DT binding
> to reflect this.
>
> The second patch adds IPA information to "sc7280.dtsi", using only
> two interconnects. It includes the definition of the reserved
> memory area used to hold IPA firmware.
>
> [...]

Here is the summary with links:
- [net-next,1/3] dt-bindings: net: qcom,ipa: make imem interconnect optional
https://git.kernel.org/netdev/net-next/c/6a0eb6c9d934
- [net-next,2/3] arm64: dts: qcom: sc7280: add IPA information
https://git.kernel.org/netdev/net-next/c/f8bd3c82bf7d
- [net-next,3/3] arm64: dts: qcom: sc7180: define ipa_fw_mem node
https://git.kernel.org/netdev/net-next/c/fd0f72c34bd9

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


2021-07-20 16:09:53

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH net-next 0/3] arm64: dts: qcom: DTS updates

On Tue 20 Jul 09:20 CDT 2021, [email protected] wrote:

> Hello:
>
> This series was applied to netdev/net-next.git (refs/heads/master):
>

David, Jakub, can you please revert/drop the two "arm64: dts" patches
from the net-next tree?

DTS patches are generally merged through the qcom and ultimately soc
tree and I have a number of patches queued up in both sc7180 and sc7280
that will cause merge conflicts down the road, so I would prefer to pick
these up as well.

Regards,
Bjorn

> On Mon, 19 Jul 2021 16:24:53 -0500 you wrote:
> > This series updates some IPA-related DT nodes.
> >
> > Newer versions of IPA do not require an interconnect between IPA
> > and SoC internal memory. The first patch updates the DT binding
> > to reflect this.
> >
> > The second patch adds IPA information to "sc7280.dtsi", using only
> > two interconnects. It includes the definition of the reserved
> > memory area used to hold IPA firmware.
> >
> > [...]
>
> Here is the summary with links:
> - [net-next,1/3] dt-bindings: net: qcom,ipa: make imem interconnect optional
> https://git.kernel.org/netdev/net-next/c/6a0eb6c9d934
> - [net-next,2/3] arm64: dts: qcom: sc7280: add IPA information
> https://git.kernel.org/netdev/net-next/c/f8bd3c82bf7d
> - [net-next,3/3] arm64: dts: qcom: sc7180: define ipa_fw_mem node
> https://git.kernel.org/netdev/net-next/c/fd0f72c34bd9
>
> You are awesome, thank you!
> --
> Deet-doot-dot, I am a bot.
> https://korg.docs.kernel.org/patchwork/pwbot.html
>
>

2021-07-26 15:47:04

by Alex Elder

[permalink] [raw]
Subject: Re: [PATCH net-next 0/3] arm64: dts: qcom: DTS updates

On 7/20/21 10:59 AM, Bjorn Andersson wrote:
> On Tue 20 Jul 09:20 CDT 2021, [email protected] wrote:
>
>> Hello:
>>
>> This series was applied to netdev/net-next.git (refs/heads/master):
>>
>
> David, Jakub, can you please revert/drop the two "arm64: dts" patches
> from the net-next tree?

David, I intended for this series to go through the Qualcomm repository
rather than net-next, to avoid any conflicts with other updates to the
affected DTS file. The only indication I made was by having you and
Jakub in the "Cc" list rather than "To" list; in the future I will be
more obvious in the cover page.

Would you please revert the entire merge, so that these commits can
go through the Qualcomm repository? These are the commits (in order):
6a0eb6c9d9341 dt-bindings: net: qcom,ipa: make imem interconnect optional
f8bd3c82bf7d7 arm64: dts: qcom: sc7280: add IPA information
fd0f72c34bd96 arm64: dts: qcom: sc7180: define ipa_fw_mem node
b79c6fba6cd7c Merge branch 'qcom-dts-updates'

If there is another way you think this should be handled, please
explain. Thanks.

-Alex


>
> DTS patches are generally merged through the qcom and ultimately soc
> tree and I have a number of patches queued up in both sc7180 and sc7280
> that will cause merge conflicts down the road, so I would prefer to pick
> these up as well.
>
> Regards,
> Bjorn
>
>> On Mon, 19 Jul 2021 16:24:53 -0500 you wrote:
>>> This series updates some IPA-related DT nodes.
>>>
>>> Newer versions of IPA do not require an interconnect between IPA
>>> and SoC internal memory. The first patch updates the DT binding
>>> to reflect this.
>>>
>>> The second patch adds IPA information to "sc7280.dtsi", using only
>>> two interconnects. It includes the definition of the reserved
>>> memory area used to hold IPA firmware.
>>>
>>> [...]
>>
>> Here is the summary with links:
>> - [net-next,1/3] dt-bindings: net: qcom,ipa: make imem interconnect optional
>> https://git.kernel.org/netdev/net-next/c/6a0eb6c9d934
>> - [net-next,2/3] arm64: dts: qcom: sc7280: add IPA information
>> https://git.kernel.org/netdev/net-next/c/f8bd3c82bf7d
>> - [net-next,3/3] arm64: dts: qcom: sc7180: define ipa_fw_mem node
>> https://git.kernel.org/netdev/net-next/c/fd0f72c34bd9
>>
>> You are awesome, thank you!
>> --
>> Deet-doot-dot, I am a bot.
>> https://korg.docs.kernel.org/patchwork/pwbot.html
>>
>>