[PATCH] atl1c: fix issue of io access mode for AR8152 v2.1

2012-07-19 Thread cjren
When io access mode is enabled by BOOTROM or BIOS for AR8152 v2.1, the register can't be read/write by memory access mode. Clearing Bit 8 of Register 0x21c could fixed the issue. Signed-off-by: Cloud Ren Cc: stable Signed-off-by: xiong --- drivers/net/ethernet/atheros/atl1c/atl1c_hw.h |

[PATCH] atl1c: fix issue of io access mode for AR8152 v2.1

2012-07-19 Thread cjren
When io access mode is enabled by BOOTROM or BIOS for AR8152 v2.1, the register can't be read/write by memory access mode. Clearing Bit 8 of Register 0x21c could fixed the issue. Signed-off-by: Cloud Ren cj...@qca.qualcomm.com Cc: stable sta...@vger.kernel.org Signed-off-by: xiong