[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <efe93d94-c877-779d-5df5-2c5e90dd2e8a@ti.com>
Date: Tue, 5 Nov 2019 14:08:35 -0600
From: Dan Murphy <dmurphy@...com>
To: Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>, <andrew@...n.ch>,
<davem@...emloft.net>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] net: phy: dp83869: Add TI dp83869 phy
Florian
On 11/5/19 2:05 PM, Florian Fainelli wrote:
> On 11/5/19 12:02 PM, Dan Murphy wrote:
> int ret, val;
>>>> +
>>>> + if (!phydev->priv) {
>>>> + dp83869 = devm_kzalloc(&phydev->mdio.dev, sizeof(*dp83869),
>>>> + GFP_KERNEL);
>>> This belongs into the probe callback.
>> probe callback? Why do I need a probe function?
> To allocate your driver private memory and do that just once,
> config_init() can be called multiple times through the lifetime of your
> PHY device driver, including but not limited to: phy_connect(),
> phy_init_hw(), phy_resume() etc. etc.
Ah OK. Makes sense will fix it.
Dan
Powered by blists - more mailing lists