All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] omap3evm: Generic ethernet fixes
@ 2011-06-22 19:24 Sanjeev Premi
  2011-06-22 19:24 ` [U-Boot] [PATCH 1/3] omap3evm: eth: split function setup_net_chip Sanjeev Premi
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sanjeev Premi @ 2011-06-22 19:24 UTC (permalink / raw)
  To: u-boot

This patchset mainly fixes the ethernet reset sequence
on the Rev G EVM board.

Function setup_net_chip() is required to detect the
board revision. However, steps to reset the ethernet
chip now depend upon the board revision.

Therefore, steps to reset the ethernet chip have been
moved to a new function reset_net_chip() - called
after board revision has been detected/ identified.

Sanjeev Premi (2):
  omap3evm: eth: split function setup_net_chip
  omap3evm: eth: Include functions only when necessary

Sriramakrishnan (1):
  omap3evm: Update ethernet reset sequence for Rev.G board

 board/ti/evm/evm.c |   37 +++++++++++++++++++++++++++++--------
 board/ti/evm/evm.h |    1 +
 2 files changed, 30 insertions(+), 8 deletions(-)

-- 
1.7.2.2

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

end of thread, other threads:[~2011-07-28 13:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 19:24 [U-Boot] [PATCH 0/3] omap3evm: Generic ethernet fixes Sanjeev Premi
2011-06-22 19:24 ` [U-Boot] [PATCH 1/3] omap3evm: eth: split function setup_net_chip Sanjeev Premi
2011-07-28 13:29   ` Wolfgang Denk
2011-06-22 19:24 ` [U-Boot] [PATCH 2/3] omap3evm: Update ethernet reset sequence for Rev.G board Sanjeev Premi
2011-06-23  9:07   ` Igor Grinberg
2011-06-23 11:12     ` Premi, Sanjeev
2011-06-23 11:18       ` Premi, Sanjeev
2011-06-27  5:06         ` Premi, Sanjeev
2011-06-27  6:47           ` Igor Grinberg
2011-06-27 10:43             ` Premi, Sanjeev
2011-07-28 13:32   ` Wolfgang Denk
2011-06-22 19:24 ` [U-Boot] [PATCH 3/3] omap3evm: eth: Include functions only when necessary Sanjeev Premi

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.