From: Hsu, Kenny Date: Wed, 16 Nov 2011 03:24:32 +0000 (-0800) Subject: iwlwifi: add tm commands for indirect register access X-Git-Tag: v3.3-rc1~182^2~178^2~125^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72bcacc2bd237423eea8c00c2794e67dc7eebca6;p=pandora-kernel.git iwlwifi: add tm commands for indirect register access Create new testmode commands to suppot indirect access of peripheral register. - IWL_TM_CMD_APP2DEV_INDIRECT_REG_READ32 - IWL_TM_CMD_APP2DEV_INDIRECT_REG_WRITE32 Meanwhile, add affix "DIRECT" into original register access commands for better discrimination with new commands. - IWL_TM_CMD_APP2DEV_DIRECT_REG_READ32 - IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE32 - IWL_TM_CMD_APP2DEV_DIRECT_REG_WRITE8 Signed-off-by: Kenny Hsu Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed