phy: add a driver for the Berlin SATA PHY
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Mon, 7 Jul 2014 10:16:07 +0000 (12:16 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 22 Jul 2014 07:16:11 +0000 (12:46 +0530)
commit942a31b521911b0f162a37844c29f91022d129f0
treebdaab986d9beb01f0432ef764c463d0723556403
parent74d64b59b49b322c8bbc73cdaba37348faf59582
phy: add a driver for the Berlin SATA PHY

The Berlin SoC has a two SATA ports. Add a PHY driver to handle them.

The mode selection can let us think this PHY can be configured to fit
other purposes. But there are reasons to think the SATA mode will be
the only one usable: the PHY registers are only accessible indirectly
through two registers in the SATA range, the PHY seems to be integrated
and no information tells us the contrary. For these reasons, make the
driver a SATA PHY driver.

Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-berlin-sata.c [new file with mode: 0644]