All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] These patches add features relating davinci emac driver.
@ 2011-10-13 13:40 manjunath.hadli at ti.com
  2011-10-13 13:40 ` [U-Boot] [PATCH v3 1/3] davinci: emac: add new features to autonegotiate for EMAC manjunath.hadli at ti.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: manjunath.hadli at ti.com @ 2011-10-13 13:40 UTC (permalink / raw)
  To: u-boot

From: Manjunath Hadli <manjunath.hadli@ti.com>

Changes for revision v2:
1: Used a #define for maximum number of phy's as
   suggested by Laurence.
2: Dropped a patch, da830: emac: add support for RMII,
   it has some issues, Will come back with this patch soon.
3: fixed checkpatch warnings.

Changes for revision v3:
1: migrating to linux/mii.h as suggested by Mike

Manjunath Hadli (3):
  davinci: emac: add new features to autonegotiate for EMAC
  davinci: emac: add support for more than 1 PHYs
  davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM

 arch/arm/cpu/arm926ejs/davinci/et1011c.c      |    6 +-
 arch/arm/include/asm/arch-davinci/emac_defs.h |    4 -
 drivers/net/davinci_emac.c                    |  209 ++++++++++++++++---------
 include/configs/da830evm.h                    |    1 -
 include/configs/da850_am18xevm.h              |    1 -
 include/configs/da850_l138evm.h               |    1 -
 include/configs/davinci_dm365evm.h            |    1 -
 include/configs/davinci_dm6467Tevm.h          |    1 -
 include/configs/davinci_dm6467evm.h           |    1 -
 include/configs/davinci_dvevm.h               |    1 -
 include/configs/davinci_schmoogie.h           |    1 -
 include/configs/davinci_sffsdr.h              |    1 -
 include/configs/davinci_sonata.h              |    1 -
 include/configs/ea20.h                        |    1 -
 include/configs/hawkboard.h                   |    1 -
 15 files changed, 137 insertions(+), 94 deletions(-)

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

end of thread, other threads:[~2011-10-13 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 13:40 [U-Boot] [PATCH v3 0/3] These patches add features relating davinci emac driver manjunath.hadli at ti.com
2011-10-13 13:40 ` [U-Boot] [PATCH v3 1/3] davinci: emac: add new features to autonegotiate for EMAC manjunath.hadli at ti.com
2011-10-13 13:40 ` [U-Boot] [PATCH v3 2/3] davinci: emac: add support for more than 1 PHYs manjunath.hadli at ti.com
2011-10-13 13:40 ` [U-Boot] [PATCH v3 3/3] davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM manjunath.hadli at ti.com

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.