From: Valentin Longchamp <valentin.longchamp@keymile.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net/phy: support the mv88e6352 switch
Date: Fri, 21 Sep 2012 16:00:40 +0200 [thread overview]
Message-ID: <505C7308.3070202@keymile.com> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D1A586C1C3F@SC-VEXCH4.marvell.com>
On 08/17/2012 09:59 AM, Prafulla Wadaskar wrote:
>
>
>> -----Original Message-----
>> From: Valentin Longchamp [mailto:valentin.longchamp at keymile.com]
>> Sent: 16 August 2012 16:47
>> To: u-boot at lists.denx.de
>> Cc: Valentin Longchamp; Holger Brunck; Prafulla Wadaskar; Joe
>> Hershberger
>> Subject: [PATCH] net/phy: support the mv88e6352 switch
>>
>> This patch add support for the configuration of an external switch
>> from
>> the 88E6xxx series from Marvell trough an MDIO link using indirect
>> adressing. This can be used if we do not want to use an EEPROM for the
>> configuration.
>>
>> This driver is not generic and was not tested on other switches than
>> the
>> 88e6352. This is proposed as a first implementation that is somewhat
>> limited but works and that can be used as a basis for further
>> developments for this switch family.
>>
>> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
>> cc: Holger Brunck <holger.brunck@keymile.com>
>> cc: Prafulla Wadaskar <prafulla@marvell.com>
>> cc: Joe Hershberger <joe.hershberger@gmail.com>
>> ---
>> drivers/net/phy/Makefile | 1 +
>> drivers/net/phy/mv88e6352.c | 318
>> +++++++++++++++++++++++++++++++++++++++++++
>> include/mv88e6352.h | 92 +++++++++++++
>> 3 files changed, 411 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/net/phy/mv88e6352.c
>> create mode 100644 include/mv88e6352.h
>
> Hi Valentin
>
> I do not have any specific feedback for this patch,
> To me this looks okay.
>
> Joe may pull it if he finds everything okay.
>
> Regards...
> Prafulla . . .
>
Hi Joe,
We have never received any feedback from you regarding this patch. Could you
please consider review it and if applicable apply it since it is a dependency
for another series in the Marvell tree.
Thank you and best regards
Valentin
next prev parent reply other threads:[~2012-09-21 14:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-16 11:17 [U-Boot] [PATCH] net/phy: support the mv88e6352 switch Valentin Longchamp
2012-08-17 7:59 ` Prafulla Wadaskar
2012-09-21 14:00 ` Valentin Longchamp [this message]
2012-09-21 19:05 ` Joe Hershberger
2012-09-28 16:05 ` 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=505C7308.3070202@keymile.com \
--to=valentin.longchamp@keymile.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.