All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7][MV643XX_ETH] various cleanups
@ 2008-03-17 19:15 Lennert Buytenhek
  2008-03-18 16:14 ` Dale Farnsworth
  0 siblings, 1 reply; 4+ messages in thread
From: Lennert Buytenhek @ 2008-03-17 19:15 UTC (permalink / raw)
  To: netdev; +Cc: Dale Farnsworth, Nicolas Pitre, Tzachi Perelstein, Saeed Bishara

Hi all,

This patch series performs various cleanups of mv643xx_eth, and moves
it into the direction of being able to be instantiated multiple times
-- which is currently not possible due to the driver using static
variables, identifying ports by their port index within the single
supported instance[*] instead of a pointer to a describing structure,
and such.

The goal of multiple instantiation isn't achieved yet by this patch
set, since it requires some changes in how mv643xx_eth platform
devices are instantiated which in turn requires some changes in
arch/{ppc,powerpc} which haven't been fully sorted out and agreed
upon yet -- but this patch set is a step in the general direction,
and the maintainer has informally ACKed these patches previously
(in private mail), so I'm seeking wider feedback on them now.

Comments?


thanks,
Lennert

[*] A single mv643xx_eth instance can support up to 3 ethernet
    ports, but multiple mv643xx_eth Si blocks can exist within a
    single chip, requiring instantiation of multiple mv643xx_eth
    instances.

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

end of thread, other threads:[~2008-03-20  6:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-17 19:15 [PATCH 0/7][MV643XX_ETH] various cleanups Lennert Buytenhek
2008-03-18 16:14 ` Dale Farnsworth
2008-03-18 16:40   ` Lennert Buytenhek
2008-03-18 22:03     ` Dale Farnsworth

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.