Marius Strobl de1add1e45 - In the spirit of previous simplifications factor out the checks for a
different PHY instance being selected and isolation out into the wrappers
  around the service methods rather than duplicating them over and over
  again (besides, a PHY driver shouldn't need to care about which instance
  it actually is).
- Centralize the check for the need to isolate a non-zero PHY instance not
  supporting isolation in mii_mediachg() and just ignore it rather than
  panicing, which should sufficient given that a) things are likely to
  just work anyway if one doesn't plug in more than one port at a time and
  b) refusing to attach in this case just leaves us in a unknown but most
  likely also not exactly correct configuration (besides several drivers
  setting MIIF_NOISOLATE didn't care about these anyway, probably due to
  setting this flag for no real reason).
- Minor fixes like removing unnecessary setting of sc->mii_anegticks,
  using sc->mii_anegticks instead of hardcoded values etc.
2010-10-02 18:53:12 +00:00
..
2010-07-28 16:24:11 +00:00
2010-07-21 18:50:24 +00:00
2009-09-14 21:33:00 +00:00
2010-01-28 08:41:30 +00:00
2010-09-30 16:09:52 +00:00
2010-07-26 23:24:42 +00:00
2010-10-01 17:51:55 +00:00
2010-08-03 16:30:56 +00:00
2010-09-28 00:13:15 +00:00
2010-01-03 23:26:29 +00:00
2010-07-19 18:47:18 +00:00
2010-09-16 09:29:48 +00:00
2010-09-29 20:53:33 +00:00
2010-01-08 20:40:28 +00:00
2010-05-11 17:14:17 +00:00
2010-09-19 12:52:23 +00:00
2010-01-08 15:57:56 +00:00
2010-09-10 08:11:48 +00:00
2010-07-26 10:37:14 +00:00
2010-01-01 22:47:53 +00:00
2010-01-28 08:41:30 +00:00
2010-09-17 21:53:56 +00:00
2010-09-10 08:11:48 +00:00
2010-01-03 23:31:58 +00:00
2010-05-20 13:16:42 +00:00
2010-01-28 08:41:30 +00:00
2010-07-19 18:47:18 +00:00
2010-09-21 22:42:14 +00:00
2009-12-25 00:23:47 +00:00