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

From: Joe Perches
Date: Wed Apr 01 2015 - 16:38:58 EST


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)
> +{
[]
> + if (p_phy->refclk == REFCLK_XO_CRYSTAL && rate != 12000000) {
> + dev_err(p_phy->dev, "Unspported rate for XO crystal: %ld\n",

typo

[]

> + if (i == ARRAY_SIZE(fsel_rate_map)) {
> + dev_err(p_phy->dev, "Unspported clock rate: %lu\n", rate);

here too


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/