netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] qed: Misc fixes in the interface with the MFW
@ 2018-08-19 21:01 Tomer Tayar
  2018-08-19 21:01 ` [PATCH net v2 1/4] qed: Wait for ready indication before rereading the shmem Tomer Tayar
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tomer Tayar @ 2018-08-19 21:01 UTC (permalink / raw)
  To: davem; +Cc: netdev, Tomer Tayar

This patch series fixes several issues in the driver's interface with the
management FW (MFW).

v1->v2:
- Fix loop counter decrement to be pre instead of post.

Tomer Tayar (4):
  qed: Wait for ready indication before rereading the shmem
  qed: Wait for MCP halt and resume commands to take place
  qed: Prevent a possible deadlock during driver load and unload
  qed: Avoid sending mailbox commands when MFW is not responsive

 drivers/net/ethernet/qlogic/qed/qed_mcp.c      | 187 +++++++++++++++++++++----
 drivers/net/ethernet/qlogic/qed/qed_mcp.h      |  27 ++--
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h |   2 +
 3 files changed, 178 insertions(+), 38 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2018-08-20 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-19 21:01 [PATCH net v2 0/4] qed: Misc fixes in the interface with the MFW Tomer Tayar
2018-08-19 21:01 ` [PATCH net v2 1/4] qed: Wait for ready indication before rereading the shmem Tomer Tayar
2018-08-19 21:01 ` [PATCH net v2 2/4] qed: Wait for MCP halt and resume commands to take place Tomer Tayar
2018-08-19 21:01 ` [PATCH net v2 3/4] qed: Prevent a possible deadlock during driver load and unload Tomer Tayar
2018-08-19 21:01 ` [PATCH net v2 4/4] qed: Avoid sending mailbox commands when MFW is not responsive Tomer Tayar
2018-08-20 18:35 ` [PATCH net v2 0/4] qed: Misc fixes in the interface with the MFW David Miller

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).