public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/5]
@ 2013-09-02 13:42 Stefano Babic
  2013-09-02 13:42 ` [U-Boot] [PATCH v1 1/5] phy: add missing constants for Micrel KSZ9031 Stefano Babic
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stefano Babic @ 2013-09-02 13:42 UTC (permalink / raw)
  To: u-boot

Some phys have additional registers that are not covered
by standard. Access to this registers can be done via
specific sequence according to the phy datasheet.
The driver for Micrel phy contains some additional function,
that the board maintainer can call to tune the phy. However,
these registers cannot be accessed with "mmdio" command.

Add calback to the phy API to allow to call the function
for reading / writing extended registers with the mmdio command.



Stefano Babic (5):
  phy: add missing constants for Micrel KSZ9031
  net: fix mask for phy Micrel KSZ9031
  net: add extended function to phy API
  net: add function to read/write extended registers in Micrel Phy
  net: add support for extended registers to mdio command

 common/cmd_mdio.c        |   75 ++++++++++++++++++++++++++++++++++++----------
 drivers/net/phy/micrel.c |   34 ++++++++++++++++++++-
 include/micrel.h         |    5 ++++
 include/phy.h            |    3 ++
 4 files changed, 100 insertions(+), 17 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-09-02 15:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-02 13:42 [U-Boot] [PATCH v1 0/5] Stefano Babic
2013-09-02 13:42 ` [U-Boot] [PATCH v1 1/5] phy: add missing constants for Micrel KSZ9031 Stefano Babic
2013-09-02 13:42 ` [U-Boot] [PATCH v1 2/5] net: fix mask for phy " Stefano Babic
2013-09-02 13:42 ` [U-Boot] [PATCH v1 3/5] net: add extended function to phy API Stefano Babic
2013-09-02 13:42 ` [U-Boot] [PATCH v1 4/5] net: add function to read/write extended registers in Micrel Phy Stefano Babic
2013-09-02 13:42 ` [U-Boot] [PATCH v1 5/5] net: add support for extended registers to mdio command Stefano Babic
2013-09-02 14:59 ` [U-Boot] [PATCH v1 0/5] thomas.langer at lantiq.com
2013-09-02 15:47   ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox