diff options
author | Andy Fleming <afleming@freescale.com> | 2011-10-31 09:46:13 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-05 22:17:06 +0100 |
commit | 1cdabc4bc78f98155a51890a3077473d7a4d3426 (patch) | |
tree | 2f44cc7a60a862058920dda075611245aee7a5c8 /doc/feature-removal-schedule.txt | |
parent | fa12a08ec0b197766b6b3a2994cdc1fba5f31599 (diff) | |
download | u-boot-imx-1cdabc4bc78f98155a51890a3077473d7a4d3426.zip u-boot-imx-1cdabc4bc78f98155a51890a3077473d7a4d3426.tar.gz u-boot-imx-1cdabc4bc78f98155a51890a3077473d7a4d3426.tar.bz2 |
miiphy: Note that miiphy_* API is deprecated
We want to move everything to phylib, and we definitely don't want
new drivers using the miiphy infrastructure.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'doc/feature-removal-schedule.txt')
-rw-r--r-- | doc/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt index 00d87e4..e04ba2d 100644 --- a/doc/feature-removal-schedule.txt +++ b/doc/feature-removal-schedule.txt @@ -7,6 +7,17 @@ file. --------------------------- +What: Users of the legacy miiphy_* code +When: undetermined + +Why: We now have a PHY library, which allows everyone to share PHY + drivers. All new drivers should use this infrastructure, and + all old drivers should get converted to use it. + +Who: Andy Fleming <afleming@freescale.com> and driver maintainers + +--------------------------- + What: boards with xxx_config targets in top level Makefile When: Release v2012.03 |