The purpose of this patchset is to add configuration information to the debug data collection, which already contains register dump. The first patch (removing the ptt) is essential because it prevents the unnecessary ptt acquirement when calling mcp APIs.
Denis Bolotin (2): qed: Delete unused parameter p_ptt from mcp APIs qed: Add configuration information to register dump and debug data drivers/net/ethernet/qlogic/qed/qed_debug.c | 113 +++++++++++++++++++++++++++- drivers/net/ethernet/qlogic/qed/qed_main.c | 9 +-- drivers/net/ethernet/qlogic/qed/qed_mcp.c | 18 +++-- drivers/net/ethernet/qlogic/qed/qed_mcp.h | 16 +++- include/linux/qed/qed_if.h | 3 + 5 files changed, 141 insertions(+), 18 deletions(-) -- 1.8.3.1