Add support for IPA v5.2 which can be found in the Milos SoC. Note: This series has been split up into two, one for net(-next), one for the qcom dts bits.
Changes in v2: - Split the series, drop applied IPA fixes, mark as net-next - Pick up tags - Link to v1: https://patch.msgid.link/[email protected] --- Luca Weiss (2): dt-bindings: net: qcom,ipa: add Milos compatible net: ipa: add IPA v5.2 configuration data .../devicetree/bindings/net/qcom,ipa.yaml | 1 + drivers/net/ipa/Makefile | 2 +- drivers/net/ipa/data/ipa_data-v5.2.c | 452 +++++++++++++++++++++ drivers/net/ipa/gsi_reg.c | 1 + drivers/net/ipa/ipa_data.h | 1 + drivers/net/ipa/ipa_main.c | 4 + drivers/net/ipa/ipa_reg.c | 1 + drivers/net/ipa/ipa_sysfs.c | 2 + drivers/net/ipa/ipa_version.h | 2 + 9 files changed, 465 insertions(+), 1 deletion(-) --- base-commit: 42f9b4c6ef19e71d2c7d9bfd3c5037d4fe434ad7 change-id: 20260410-ipa-v5-2-df8702bb8a3b Best regards, -- Luca Weiss <[email protected]>

