On Wed, Feb 6, 2013 at 3:18 PM, David Andrey wrote:
> Add support for Micrel PHY KSZ9031 in phylib,
> including small rework for KSZ9021 to avoid
> code duplication
>
> Signed-off-by: David Andrey
> Cc: Troy Kisky
> Cc: Joe Herschberger
> Cc: Andy Fleming
Applied, Thanks.
-Joe
___
On Tue, Jun 18, 2013 at 10:31 AM, Fabio Estevam wrote:
> Hi Joe,
>
> On Wed, Feb 6, 2013 at 7:18 PM, David Andrey
> wrote:
>> Add support for Micrel PHY KSZ9031 in phylib,
>> including small rework for KSZ9021 to avoid
>> code duplication
>>
>> Signed-off-by: David Andrey
>> Cc: Troy Kisky
>>
Hi Joe,
On Wed, Feb 6, 2013 at 7:18 PM, David Andrey wrote:
> Add support for Micrel PHY KSZ9031 in phylib,
> including small rework for KSZ9021 to avoid
> code duplication
>
> Signed-off-by: David Andrey
> Cc: Troy Kisky
> Cc: Joe Herschberger
> Cc: Andy Fleming
Can we get this one applied
Hi David,
On 25.03.2013 21:39, David Andrey wrote:
>> Why don't you just change the mask to support both PHY's with one
> struct here? Something like this:
>>
>> static struct phy_driver ksz9021_driver = {
>> -.name = "Micrel ksz9021",
>> +.name = "Micrel ksz90x1",
>> .uid = 0x22161
Hi Stefan,
> Why don't you just change the mask to support both PHY's with one
struct here? Something like this:
>
> static struct phy_driver ksz9021_driver = {
> - .name = "Micrel ksz9021",
> + .name = "Micrel ksz90x1",
> .uid = 0x221610,
> - .mask = 0xf0,
> + .mask =
Hi David,
On 06.02.2013 22:18, David Andrey wrote:
> Add support for Micrel PHY KSZ9031 in phylib,
> including small rework for KSZ9021 to avoid
> code duplication
>
> Signed-off-by: David Andrey
> Cc: Troy Kisky
> Cc: Joe Herschberger
> Cc: Andy Fleming
>
> ---
>
> Changes for v2:
>
Add support for Micrel PHY KSZ9031 in phylib,
including small rework for KSZ9021 to avoid
code duplication
Signed-off-by: David Andrey
Cc: Troy Kisky
Cc: Joe Herschberger
Cc: Andy Fleming
---
Changes for v2:
- Same startup function for KSZ9021 and 9031
---
drivers/net/phy/micrel.c |
7 matches
Mail list logo