[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080929021310.GB21560@xi.wantstofly.org>
Date: Mon, 29 Sep 2008 04:13:10 +0200
From: Lennert Buytenhek <buytenh@...tstofly.org>
To: netdev@...r.kernel.org, Andy Fleming <afleming@...escale.com>
Cc: Byron Bradley <byron.bbradley@...il.com>,
Tim Ellis <tim.ellis@....com>, Imre Kaloz <kaloz@...nwrt.org>,
Nicolas Pitre <nico@....org>, Dirk Teurlings <dirk@...xia.nl>,
Peter van Valderen <p.v.valderen@...il.com>
Subject: [RFC,PATCH 0/3] phylib: give mdio buses a device tree presence
This patch series hooks up mdio buses (struct mii_bus) into the device
tree, so that they show up in sysfs and can be found by walking the
device tree.
The main intended user for this is the DSA switch driver, but there
might be other uses as well.
The bulk of the work is actually to convert all mii bus drivers over to
dynamic allocation of struct mii_bus (patch #2). I'm not 100% sure that
I converted all users over correctly, I'll check this again tomorrow.
In any case, a number of users are buggy as-is (e.g. some of the bitbang
users do double-frees of their struct mii_bus on fail/deinit, etc).
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists