[PATCH 09/25] phy: berlin-sata: Move PHY_BASE into private data struct

2014-11-26 Thread Kishon Vijay Abraham I
From: Sebastian Hesselbarth Currently, Berlin SATA PHY driver assumes PHY_BASE address being constant. While this PHY_BASE is correct for BG2Q, older BG2 PHY_BASE is different. Prepare the driver for BG2 support by moving the phy_base into private driver data. Acked-by: Antoine Ténart

[PATCH 09/25] phy: berlin-sata: Move PHY_BASE into private data struct

2014-11-26 Thread Kishon Vijay Abraham I
From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Currently, Berlin SATA PHY driver assumes PHY_BASE address being constant. While this PHY_BASE is correct for BG2Q, older BG2 PHY_BASE is different. Prepare the driver for BG2 support by moving the phy_base into private driver data.