[PATCH net-next 0/4] net: ipa: support 32-bit targets

From: Alex Elder
Date: Wed Mar 17 2021 - 18:30:46 EST


There is currently a configuration dependency that restricts IPA to
be supported only on 64-bit machines. There are only a few things
that really require that, and those are fixed in this series. The
last patch in the series removes the CONFIG_64BIT build dependency
for IPA.

-Alex

Alex Elder (4):
net: ipa: fix assumptions about DMA address size
net: ipa: introduce dma_addr_high32()
net: ipa: fix table alignment requirement
net: ipa: relax 64-bit build requirement

drivers/net/ipa/Kconfig | 2 +-
drivers/net/ipa/gsi.c | 14 ++++++++++++--
drivers/net/ipa/ipa_main.c | 10 ++++++++--
drivers/net/ipa/ipa_table.c | 34 ++++++++++++++++++++--------------
4 files changed, 41 insertions(+), 19 deletions(-)

--
2.27.0