commit | 4fd5f812c23c7deee6425f4a318e85c317cd1d6c | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Tue Aug 26 13:08:46 2008 +0200 |
committer | Lennert Buytenhek <buytenh@marvell.com> | Fri Sep 19 05:13:54 2008 +0200 |
tree | c554d67d67921e66516d978afc58878286b02966 | |
parent | 4ff3495a51c7226376d8013c5742d1d5e54876a7 [diff] |
phylib: allow incremental scanning of an mii bus This patch splits the bus scanning code in mdiobus_register() off into a separate function, and makes this function available for calling from external code. This allows incrementally scanning an mii bus, e.g. as information about which addresses are 'safe' to scan becomes available. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Andy Fleming <afleming@freescale.com>