commit | d342b95dd735014a590f9051b1ba227eb54ca8f6 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Thu Jul 31 21:59:43 2014 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 25 16:00:42 2014 -0400 |
tree | 2be91cea3fcb03b371882188b50236eac8c51820 | |
parent | 6247d2aa5188ac0ace33d8390341075c04107218 [diff] |
b43: don't duplicate common PHY read/write ops Most of the PHYs use the same way of accessing registers, so move that code to the shared place. An exception is G-PHY which sometimes access A-PHY regs and requires special handling. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>