public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] cxgb4: add support to read/write flash
@ 2020-06-17  6:29 Vishal Kulkarni
  2020-06-17  6:29 ` [PATCH net-next 1/5] cxgb4: update set_flash to flash different images Vishal Kulkarni
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Vishal Kulkarni @ 2020-06-17  6:29 UTC (permalink / raw)
  To: netdev, davem; +Cc: nirranjan, dt, Vishal Kulkarni

This series of patches adds support to read/write different binary images
of serial flash present in Chelsio terminator.

Vishal Kulkarni (5):
  cxgb4: update set_flash to flash different images
  cxgb4: add support to flash PHY image
  cxgb4: add support to flash boot image
  cxgb4: add support to flash boot cfg image
  cxgb4: add support to read serial flash

 drivers/net/ethernet/chelsio/cxgb4/cudbg_if.h |   3 +-
 .../net/ethernet/chelsio/cxgb4/cudbg_lib.c    |  38 +++
 .../net/ethernet/chelsio/cxgb4/cudbg_lib.h    |   4 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h    |  67 +++++
 .../net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c  |  14 +
 .../net/ethernet/chelsio/cxgb4/cxgb4_cudbg.h  |   1 +
 .../ethernet/chelsio/cxgb4/cxgb4_ethtool.c    | 244 ++++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c    | 279 ++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h  |   6 +
 9 files changed, 640 insertions(+), 16 deletions(-)

-- 
2.18.2


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

end of thread, other threads:[~2020-06-18  5:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-17  6:29 [PATCH net-next 0/5] cxgb4: add support to read/write flash Vishal Kulkarni
2020-06-17  6:29 ` [PATCH net-next 1/5] cxgb4: update set_flash to flash different images Vishal Kulkarni
2020-06-17  6:29 ` [PATCH net-next 2/5] cxgb4: add support to flash PHY image Vishal Kulkarni
2020-06-17  6:29 ` [PATCH net-next 3/5] cxgb4: add support to flash boot image Vishal Kulkarni
2020-06-17 16:25   ` Jakub Kicinski
2020-06-18  5:08     ` Vishal Kulkarni
2020-06-17  6:29 ` [PATCH net-next 4/5] cxgb4: add support to flash boot cfg image Vishal Kulkarni
2020-06-17  6:29 ` [PATCH net-next 5/5] cxgb4: add support to read serial flash Vishal Kulkarni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox