From: Troy Kisky <troy.kisky@boundarydevices.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible
Date: Wed, 11 Jul 2012 11:54:41 -0700 [thread overview]
Message-ID: <4FFDCBF1.5020208@boundarydevices.com> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D1A2FEA7490@SC-VEXCH4.marvell.com>
On 7/11/2012 1:28 AM, Prafulla Wadaskar wrote:
>
>> -----Original Message-----
>> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
>> bounces at lists.denx.de] On Behalf Of Dirk Behme
>> Sent: 11 July 2012 12:23
>> To: u-boot at lists.denx.de; Joe Hershberger
>> Subject: Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021
>> phy accessible
>>
>> On 11.07.2012 02:53, Troy Kisky wrote:
>>> On 6/28/2012 11:00 AM, Troy Kisky wrote:
>>>> Micrel accidentally used the same part number
>>>> for the KS8721 and KSZ9021. So, both cannot be
>>>> in the same build of u-boot. Add a config option
>>>> to handle this.
>>>>
>>>> Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
>>>> Acked-by: Vladimir Zapolskiy <vz@mleia.com>
>>>>
>>>> ---
>>>> v2: add ack
>>>> ---
>>>> drivers/net/phy/micrel.c | 15 +++++++++++++--
>>>> include/configs/mx6qsabrelite.h | 1 +
>>>> 2 files changed, 14 insertions(+), 2 deletions(-)
>>>>
>>>> diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
>>>> index e3043df..30f3264 100644
>>>> --- a/drivers/net/phy/micrel.c
>>>> +++ b/drivers/net/phy/micrel.c
>>>> @@ -35,6 +35,12 @@ static struct phy_driver KSZ804_driver = {
>>>> .shutdown = &genphy_shutdown,
>>>> };
>>>>
>>>> +#ifndef CONFIG_PHY_MICREL_KSZ9021
>>>> +/*
>>>> + * I can't believe Micrel used the exact same part number
>>>> + * for the KSZ9021
>>>> + * Shame Micrel, Shame!!!!!
> These comments attracted my attention. I doubt these are valid comments that should get mainlined???
>
> Regards...
> Prafulla . . .
>
Yeah, I was a little pissed when I found this problem. Joe, do you want
me to tone down the language?
I still think Micrel should be very embarrassed to have done such a thing.
Thanks
Troy
next prev parent reply other threads:[~2012-07-11 18:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 18:00 [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible Troy Kisky
2012-07-11 0:53 ` Troy Kisky
2012-07-11 6:53 ` Dirk Behme
2012-07-11 8:28 ` Prafulla Wadaskar
2012-07-11 18:35 ` Joe Hershberger
2012-07-11 18:54 ` Troy Kisky [this message]
2012-07-11 18:59 ` Joe Hershberger
2012-07-11 18:36 ` Joe Hershberger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FFDCBF1.5020208@boundarydevices.com \
--to=troy.kisky@boundarydevices.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.