public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs
@ 2010-06-23 16:04 Tor Krill
  2010-06-23 16:04 ` [U-Boot] [PATCH 1/6] Allow PHY addresses on kirkwood egiga to be non continuous Tor Krill
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Tor Krill @ 2010-06-23 16:04 UTC (permalink / raw)
  To: u-boot

Today the kirkwood egiga driver assumes that phy addresses are 
consecutive from a base address.

Our new board design using this cpu unfortunately has a non contiguous
addressing of its phys and thus doesn't work with the current
implementation.

This patchset updates the implementation to use an array of
phy addresses as configuration.

Tor Krill (6):
  Allow PHY addresses on kirkwood egiga to be non continuous.
  Convert Suen3 board to use array of phy addrs
  Convert Sheevaplug board to use array of phy addrs
  Convert OpenRD board to use array of phy addrs
  Convert Guruplug board to use array of phy addrs
  Convert rd6281a board to use array of phy addrs

 board/keymile/km_arm/km_arm.c |    3 ++-
 drivers/net/kirkwood_egiga.c  |    3 ++-
 drivers/net/kirkwood_egiga.h  |    8 ++++----
 include/configs/guruplug.h    |    2 +-
 include/configs/km_arm.h      |    2 +-
 include/configs/openrd_base.h |    2 +-
 include/configs/rd6281a.h     |    2 +-
 include/configs/sheevaplug.h  |    2 +-
 8 files changed, 13 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs
@ 2010-06-24  7:55 Tor Krill
  2010-06-24  9:11 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Tor Krill @ 2010-06-24  7:55 UTC (permalink / raw)
  To: u-boot

Today the kirkwood egiga driver assumes that phy addresses are 
consecutive from a base address.

Our new board design using this cpu unfortunately has a non contiguous
addressing of its phys and thus doesn't work with the current
implementation.

This patchset updates the implementation to use an array of
phy addresses as configuration.

Tor Krill (6):
  Allow PHY addresses on kirkwood egiga to be non continuous.
  Convert Suen3 board to use array of phy addrs
  Convert Sheevaplug board to use array of phy addrs
  Convert OpenRD board to use array of phy addrs
  Convert Guruplug board to use array of phy addrs
  Convert rd6281a board to use array of phy addrs

 board/keymile/km_arm/km_arm.c |    3 ++-
 drivers/net/kirkwood_egiga.c  |    3 ++-
 drivers/net/kirkwood_egiga.h  |    8 ++++----
 include/configs/guruplug.h    |    2 +-
 include/configs/km_arm.h      |    2 +-
 include/configs/openrd_base.h |    2 +-
 include/configs/rd6281a.h     |    2 +-
 include/configs/sheevaplug.h  |    2 +-
 8 files changed, 13 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs
@ 2010-06-24  9:00 Tor Krill
  2010-06-24  9:14 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Tor Krill @ 2010-06-24  9:00 UTC (permalink / raw)
  To: u-boot

Today the kirkwood egiga driver assumes that phy addresses are 
consecutive from a base address.

Our new board design using this cpu unfortunately has a non contiguous
addressing of its phys and thus doesn't work with the current
implementation.

This patchset updates the implementation to use an array of
phy addresses as configuration.

Tor Krill (6):
  Allow PHY addresses on kirkwood egiga to be non continuous.
  Convert Suen3 board to use array of phy addrs
  Convert Sheevaplug board to use array of phy addrs
  Convert OpenRD board to use array of phy addrs
  Convert Guruplug board to use array of phy addrs
  Convert rd6281a board to use array of phy addrs

 board/keymile/km_arm/km_arm.c |    3 ++-
 drivers/net/kirkwood_egiga.c  |    3 ++-
 drivers/net/kirkwood_egiga.h  |    8 ++++----
 include/configs/guruplug.h    |    2 +-
 include/configs/km_arm.h      |    2 +-
 include/configs/openrd_base.h |    2 +-
 include/configs/rd6281a.h     |    2 +-
 include/configs/sheevaplug.h  |    2 +-
 8 files changed, 13 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2010-06-24  9:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 16:04 [U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic phy addrs Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 1/6] Allow PHY addresses on kirkwood egiga to be non continuous Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 2/6] Convert Suen3 board to use array of phy addrs Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 3/6] Convert Sheevaplug " Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 4/6] Convert OpenRD " Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 5/6] Convert Guruplug " Tor Krill
2010-06-23 16:04 ` [U-Boot] [PATCH 6/6] Convert rd6281a " Tor Krill
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24  7:55 [U-Boot] [PATCH 0/6] Update kirkwood egiga to allow dynamic " Tor Krill
2010-06-24  9:11 ` Wolfgang Denk
2010-06-24  9:17   ` Tor Krill
2010-06-24  9:00 Tor Krill
2010-06-24  9:14 ` Wolfgang Denk

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