All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] net: ipa: minor bug fixes
@ 2023-03-15 19:35 Alex Elder
  2023-03-15 19:35 ` [PATCH net v2 1/4] net: ipa: reg: include <linux/bug.h> Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alex Elder @ 2023-03-15 19:35 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni
  Cc: caleb.connolly, mka, evgreen, andersson, quic_cpratapa,
	quic_avuyyuru, quic_jponduru, quic_subashab, elder, netdev,
	linux-arm-msm, linux-kernel

The four patches in this series fix some errors, though none of them
cause any compile or runtime problems.

The first changes the files included by "drivers/net/ipa/reg.h" to
ensure everything it requires is included with the file.  It also
stops unnecessarily including another file.  The prerequisites are
apparently satisfied other ways, currently.

The second adds two struct declarations to "gsi_reg.h", to ensure
they're declared before they're used later in the file.  Again, it
seems these declarations are currently resolved wherever this file
is included.

The third removes register definitions that were added for IPA v5.0
that are not needed.  And the last updates some validity checks for
IPA v5.0 registers.  No IPA v5.0 platforms are yet supported, so the
issues resolved here were never harmful.

Version 2 of this series changes the "Fixes" tags in the first two
patches so they supply legitimate commit hashes.

					-Alex

Alex Elder (4):
  net: ipa: reg: include <linux/bug.h>
  net: ipa: add two missing declarations
  net: ipa: kill FILT_ROUT_CACHE_CFG IPA register
  net: ipa: fix some register validity checks

 drivers/net/ipa/gsi_reg.c |  9 ++++++++-
 drivers/net/ipa/gsi_reg.h |  4 ++++
 drivers/net/ipa/ipa_reg.c | 28 ++++++++++++++++++----------
 drivers/net/ipa/ipa_reg.h | 21 ++++++---------------
 drivers/net/ipa/reg.h     |  3 ++-
 5 files changed, 38 insertions(+), 27 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-15 21:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 19:35 [PATCH net v2 0/4] net: ipa: minor bug fixes Alex Elder
2023-03-15 19:35 ` [PATCH net v2 1/4] net: ipa: reg: include <linux/bug.h> Alex Elder
2023-03-15 19:35 ` [PATCH net v2 2/4] net: ipa: add two missing declarations Alex Elder
2023-03-15 19:35 ` [PATCH net v2 3/4] net: ipa: kill FILT_ROUT_CACHE_CFG IPA register Alex Elder
2023-03-15 21:19   ` Alex Elder
2023-03-15 19:35 ` [PATCH net v2 4/4] net: ipa: fix some register validity checks Alex Elder

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.