netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] qed deadcoding
@ 2025-04-14  0:52 linux
  2025-04-14  0:52 ` [PATCH net-next 1/5] qed: Remove unused qed_memset_*ctx functions linux
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: linux @ 2025-04-14  0:52 UTC (permalink / raw)
  To: manishc, andrew+netdev, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-kernel, Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

Hi,
  This is a set of deadcode removals for the qed ethernet
device.  I've tried to avoid removing anything that
are trivial firmware wrappers.

  One odd one I've not removed is qed_bw_update(),
it doesn't seem to be called but looks like the only
caller of the bw_update(..) method which qedf does
define.  Perhaps qed_bw_update is supposed to be called
somewhere?

Dave
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>


Dr. David Alan Gilbert (5):
  qed: Remove unused qed_memset_*ctx functions
  qed: Remove unused qed_calc_*_ctx_validation functions
  qed: Remove unused qed_ptt_invalidate
  qed: Remove unused qed_print_mcp_trace_*
  qed: Remove unused qed_db_recovery_dp

 drivers/net/ethernet/qlogic/qed/qed.h         |   1 -
 drivers/net/ethernet/qlogic/qed/qed_dbg_hsi.h |  31 ----
 drivers/net/ethernet/qlogic/qed/qed_debug.c   |  25 ----
 drivers/net/ethernet/qlogic/qed/qed_dev.c     |  19 ---
 drivers/net/ethernet/qlogic/qed/qed_hsi.h     |  52 -------
 drivers/net/ethernet/qlogic/qed/qed_hw.c      |  11 --
 drivers/net/ethernet/qlogic/qed/qed_hw.h      |   9 --
 .../ethernet/qlogic/qed/qed_init_fw_funcs.c   | 138 ------------------
 8 files changed, 286 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-15 15:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14  0:52 [PATCH net-next 0/5] qed deadcoding linux
2025-04-14  0:52 ` [PATCH net-next 1/5] qed: Remove unused qed_memset_*ctx functions linux
2025-04-14  0:52 ` [PATCH net-next 2/5] qed: Remove unused qed_calc_*_ctx_validation functions linux
2025-04-14  0:52 ` [PATCH net-next 3/5] qed: Remove unused qed_ptt_invalidate linux
2025-04-14  0:52 ` [PATCH net-next 4/5] qed: Remove unused qed_print_mcp_trace_* linux
2025-04-14  0:52 ` [PATCH net-next 5/5] qed: Remove unused qed_db_recovery_dp linux
2025-04-15 15:40 ` [PATCH net-next 0/5] qed deadcoding patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).