[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210319152422.1803714-1-elder@linaro.org>
Date: Fri, 19 Mar 2021 10:24:17 -0500
From: Alex Elder <elder@...aro.org>
To: davem@...emloft.net, kuba@...nel.org
Cc: bjorn.andersson@...aro.org, evgreen@...omium.org,
cpratapa@...eaurora.org, elder@...nel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/5] net: ipa: update configuration data
Each IPA version has a "data" file defining how various things are
configured. This series gathers a few updates to this information:
- The first patch makes all configuration data constant
- The second fixes an incorrect (but seemingly harmless) value
- The third simplifies things a bit by using implicit zero
initialization for memory regions that are empty
- The fourth adds definitions for memory regions that exist but
are not yet used
- The fifth use configuration data rather than conditional code to
set some bus parameters
-Alex
Alex Elder (5):
net: ipa: make all configuration data constant
net: ipa: fix canary count for SC7180 UC_INFO region
net: ipa: don't define empty memory regions
net: ipa: define some new memory regions
net: ipa: define QSB limits in configuration data
drivers/net/ipa/ipa_data-sc7180.c | 30 +++++++++++++++---------------
drivers/net/ipa/ipa_data-sdm845.c | 25 +++++++++++++++++--------
drivers/net/ipa/ipa_data.h | 24 ++++++++++++++++++++++--
drivers/net/ipa/ipa_mem.h | 10 +++++++++-
drivers/net/ipa/ipa_qmi.c | 2 +-
5 files changed, 64 insertions(+), 27 deletions(-)
--
2.27.0
Powered by blists - more mailing lists