Re: [PATCH 2/2] phy: Add driver for Pistachio USB2.0 PHY

2015-04-01 Thread Joe Perches
On Wed, 2015-04-01 at 13:16 -0700, Andrew Bresticker wrote: Add a driver for the USB2.0 PHY found on the IMG Pistachio SoC. Spelling trivia: diff --git a/drivers/phy/phy-pistachio-usb.c b/drivers/phy/phy-pistachio-usb.c [] +static int pistachio_usb_phy_power_on(struct phy *phy) +{ [] +

[PATCH 2/2] phy: Add driver for Pistachio USB2.0 PHY

2015-04-01 Thread Andrew Bresticker
Add a driver for the USB2.0 PHY found on the IMG Pistachio SoC. Signed-off-by: Andrew Bresticker abres...@chromium.org --- drivers/phy/Kconfig | 7 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-pistachio-usb.c | 206 3 files