mbox series

[net-next,v2,0/2] net: ipa: fix SDX55 interconnects

Message ID 20211210223123.98586-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: fix SDX55 interconnects | expand

Message

Alex Elder Dec. 10, 2021, 10:31 p.m. UTC
The SDX55 SoC has IPA v4.5.  It currently represents the path
between IPA and main memory using two consecutive interconnects.
This was an optimization--not required for correct operation--and
complicates things unnecessarily.  It also does not conform to the
IPA binding (as pointed out by David Heidelberg).

This series fixes this by combining the two interconnects into one.

Version 2 simply adds a few missed e-mail addressees; there is no
change to the patch content.

					-Alex
Alex Elder (2):
  ARM: dts: qcom: sdx55: fix IPA interconnect definitions
  net: ipa: fix IPA v4.5 interconnect data

 arch/arm/boot/dts/qcom-sdx55.dtsi | 6 ++----
 drivers/net/ipa/ipa_data-v4.5.c   | 7 +------
 2 files changed, 3 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 13, 2021, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 10 Dec 2021 16:31:21 -0600 you wrote:
> The SDX55 SoC has IPA v4.5.  It currently represents the path
> between IPA and main memory using two consecutive interconnects.
> This was an optimization--not required for correct operation--and
> complicates things unnecessarily.  It also does not conform to the
> IPA binding (as pointed out by David Heidelberg).
> 
> This series fixes this by combining the two interconnects into one.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] ARM: dts: qcom: sdx55: fix IPA interconnect definitions
    https://git.kernel.org/netdev/net-next/c/c0d6316c238b
  - [net-next,v2,2/2] net: ipa: fix IPA v4.5 interconnect data
    https://git.kernel.org/netdev/net-next/c/97884b07122a

You are awesome, thank you!