From: Chun-Hao Lin Date: Wed, 1 Oct 2014 15:17:17 +0000 (+0800) Subject: r8169:for function "rtl_w1w0_phy" change its name and behavior X-Git-Tag: fixes-against-v3.18-rc2~144^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7656442824f6174b56a19c664fe560972df56ad4;p=pandora-kernel.git r8169:for function "rtl_w1w0_phy" change its name and behavior Change function name from "rtl_w1w0_phy" to "rtl_w0w1_phy". And its behavior from "write ones then write zeros" to "write zeros then write ones". In Realtek internal driver, bitwise operations are almost "write zeros then write ones". For easy to port hardware parameters from Realtek internal driver to Linux kernal driver "r8169", we would like to change this function's behavior and its name. Signed-off-by: Chun-Hao Lin Signed-off-by: David S. Miller --- Reading git-diff-tree failed