Hi, this is v3 of Yanbo's firmware memory debugfs interface. Changelog: v3: * check ath10k state and return an error if firmware is not running * switch to use conf_mutex because using ar->state * fix copy_from_user() error handling v2: * split patches into two * simplify the commit logs * remove extra #include "hif.h" from debug.c --- Yanbo Li (2): ath10k: add register access debugfs interface ath10k: add memory dump debugfs interface drivers/net/wireless/ath/ath10k/core.h | 1 drivers/net/wireless/ath/ath10k/debug.c | 239 +++++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/hif.h | 37 +++++ drivers/net/wireless/ath/ath10k/pci.c | 3 4 files changed, 280 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html