From: Chin-ran Lo Date: Mon, 11 May 2015 19:18:17 +0000 (+0530) Subject: mwifiex: add support for FW memory read/write operations X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~139^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c6c85fca47f4c5ac99d482b64d59dbd142117c;p=pandora-kernel.git mwifiex: add support for FW memory read/write operations This patch adds support for FW memory read/write operations via debugfs. This is useful during debugging FW issues. Examples: For reading FW memory location: echo r 0x01ac > /sys/kernel/debug/mwifiex/mlan0/memrw cat /sys/kernel/debug/mwifiex/mlan0/memrw For writing FW memory location: echo w 0x01ac 0x55aa > /sys/kernel/debug/mwifiex/mlan0/memrw Signed-off-by: Chin-ran Lo Signed-off-by: Cathy Luo Signed-off-by: Avinash Patil Signed-off-by: Kalle Valo --- Reading git-diff-tree failed