This version adds the requested checking of return values in sata_mv.c. The other patches are unchanged. Andrew Lunn (4): Phy: DT binding documentation for Marvell MVEBU SATA phy. Phy: Add a PHY driver for Marvell MVEBU SATA PHY. SATA: MV: Add support for the optional PHYs Phy: Add DT nodes on kirkwood and Dove for the SATA PHY Documentation/devicetree/bindings/ata/marvell.txt | 6 + .../devicetree/bindings/phy/mvebu-phy.txt | 22 ++++ arch/arm/boot/dts/dove.dtsi | 11 ++ arch/arm/boot/dts/kirkwood-6281.dtsi | 2 + arch/arm/boot/dts/kirkwood-6282.dtsi | 2 + arch/arm/boot/dts/kirkwood.dtsi | 18 +++ drivers/ata/sata_mv.c | 27 ++++ drivers/phy/Kconfig | 6 + drivers/phy/Makefile | 1 + drivers/phy/phy-mvebu-sata.c | 137 ++++++++++++++++++++ 10 files changed, 232 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/mvebu-phy.txt create mode 100644 drivers/phy/phy-mvebu-sata.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html