1. 04 3月, 2009 1 次提交
  2. 30 1月, 2009 1 次提交
  3. 09 10月, 2008 2 次提交
  4. 30 6月, 2008 1 次提交
  5. 07 5月, 2008 1 次提交
  6. 17 4月, 2008 2 次提交
  7. 06 2月, 2008 1 次提交
  8. 28 1月, 2008 1 次提交
  9. 14 9月, 2007 1 次提交
  10. 03 8月, 2007 1 次提交
  11. 25 7月, 2007 1 次提交
  12. 25 5月, 2007 1 次提交
  13. 16 5月, 2007 1 次提交
  14. 02 5月, 2007 1 次提交
  15. 28 4月, 2007 1 次提交
    • K
      ucc_geth: migrate ucc_geth to phylib · 728de4c9
      Kim Phillips 提交于
      migrate ucc_geth to use the common phylib code.
      
      There are several side effects from doing this:
      
      o deprecate 'interface' property specification present
        in some old device tree source files in
        favour of a split 'max-speed' and 'interface-type'
        description to appropriately match definitions
        in include/linux/phy.h.  Note that 'interface' property
        is still honoured if max-speed or interface-type
        are not present (backward compatible).
      o compile-time CONFIG_UGETH_HAS_GIGA is eliminated
        in favour of probe time speed derivation logic.
      o adjust_link streamlined to only operate on maccfg2
        and upsmr.r10m, instead of reapplying static initial
        values related to the interface-type.
      o Addition of UEC MDIO of_platform driver requires
        platform code add 'mdio' type to id list
        prior to calling of_platform_bus_probe (separate patch).
      o ucc_struct_init introduced to reduce ucc_geth_startup
        complexity.
      Signed-off-by: NLi Yang <leoli@freescale.com>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      728de4c9