[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200417154836.GB785713@lunn.ch>
Date: Fri, 17 Apr 2020 17:48:36 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Baruch Siach <baruch@...s.co.il>
Cc: Russell King <linux@...linux.org.uk>, netdev@...r.kernel.org,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>
Subject: Re: [PATCH] net: phy: marvell10g: hwmon support for 2110
On Fri, Apr 17, 2020 at 09:10:52AM +0300, Baruch Siach wrote:
> Read the temperature sensor register from the correct location for the
> 88E2110 PHY. There is no enable/disable bit, so leave
> mv3310_hwmon_config() for 88X3310 only.
Nice. Thanks for doing this.
> @@ -191,7 +201,8 @@ static int mv3310_hwmon_probe(struct phy_device *phydev)
> struct mv3310_priv *priv = dev_get_drvdata(&phydev->mdio.dev);
> int i, j, ret;
>
> - if (phydev->drv->phy_id != MARVELL_PHY_ID_88X3310)
> + if (phydev->drv->phy_id != MARVELL_PHY_ID_88X3310 &&
> + phydev->drv->phy_id != MARVELL_PHY_ID_88E2110)
> return 0;
The indentation looks wrong here?
Thanks
Andrew
Powered by blists - more mailing lists