[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200430221323.5449-1-elder@linaro.org>
Date: Thu, 30 Apr 2020 17:13:21 -0500
From: Alex Elder <elder@...aro.org>
To: davem@...emloft.net
Cc: evgreen@...omium.org.net, subashab@...eaurora.org,
cpratapa@...eaurora.org, bjorn.andersson@...aro.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/2] net: ipa: don't cache channel state
This series removes a field that holds a copy of a channel's state
at the time it was last fetched. In principle the state can change
at any time, so it's better to just fetch it whenever needed. The
first patch is just preparatory, simplifying the arguments to
gsi_channel_state().
-Alex
Alex Elder (2):
net: ipa: pass channel pointer to gsi_channel_state()
net: ipa: do not cache channel state
drivers/net/ipa/gsi.c | 94 ++++++++++++++++++++++++++-----------------
drivers/net/ipa/gsi.h | 3 +-
2 files changed, 59 insertions(+), 38 deletions(-)
--
2.20.1
Powered by blists - more mailing lists