| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-01-09 | net/fec: add mac field into platform data and consolidate fec_get_mac | Shawn Guo | 1 | -0/+3 | |
| Add mac field into fec_platform_data and consolidate function fec_get_mac to get mac address in following order. 1) module parameter via kernel command line fec.macaddr=0x00,0x04,... 2) from flash in case of CONFIG_M5272 or fec_platform_data mac field for others, which typically have mac stored in fuse 3) fec mac address registers set by bootloader Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2010-05-24 | fec: add support for PHY interface platform data | Baruch Siach | 1 | -0/+21 | |
| The i.MX25 PDK uses RMII to communicate with its PHY. This patch adds the ability to configure RMII, based on platform data. Signed-off-by: Baruch Siach <[email protected]> Acked-by: Greg Ungerer <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||