1. 28 11月, 2012 1 次提交
  2. 23 10月, 2012 1 次提交
  3. 24 8月, 2012 1 次提交
  4. 16 2月, 2012 2 次提交
  5. 08 11月, 2011 1 次提交
  6. 18 10月, 2011 1 次提交
  7. 30 9月, 2011 1 次提交
  8. 30 7月, 2011 1 次提交
    • K
      powerpc/8xxx: Remove dependency on <usb.h> · 57567361
      Kumar Gala 提交于
      We used <usb.h> for USB_MAX_DEVICE.  However this requires we actual
      build in support for USB into u-boot (which should not be required for
      device tree fixup).
      
      At this time no FSL SoC that utilizies this code (83xx/85xx) has more
      than 2 USB controllers.  So we replace USB_MAX_DEVICE with a local
      define FSL_MAX_NUM_USB_CTRLS.
      
      If/when a device shows up with more than 2 controllers we can easily
      bump this value or refactor into a proper define per SoC.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      57567361
  9. 29 7月, 2011 1 次提交
  10. 12 7月, 2011 1 次提交
  11. 21 4月, 2011 1 次提交
    • A
      fsl: Change fsl_phy_enet_if to phy_interface_t · 865ff856
      Andy Fleming 提交于
      The fsl_phy_enet_if enum was, essentially, the phy_interface_t enum.
      This meant that drivers which used fsl_phy_enet_if to deal with
      PHY interfaces would have to convert between the two (or we would have
      to have them mirror each other, and deal with the ensuing maintenance
      headache). Instead, we switch all clients of fsl_phy_enet_if over to
      phy_interface_t, which should become the standard, anyway.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      Acked-by: NDetlev Zundel <dzu@denx.de>
      865ff856
  12. 14 1月, 2011 1 次提交
    • K
      powerpc/8xxx: Refactor SRIO initialization into common code · a09b9b68
      Kumar Gala 提交于
      Moved the SRIO init out of corenet_ds and into common code for
      8xxx/QorIQ processors that have SRIO.  We mimic what we do with PCIe
      controllers for SRIO.
      
      We utilize the fact that SRIO is over serdes to determine if its
      configured or not and thus can setup the LAWs needed for it dynamically.
      
      We additionally update the device tree (to remove the SRIO nodes) if the
      board doesn't have SRIO enabled.
      
      Introduced the following standard defines for board config.h:
      
      CONFIG_SYS_SRIO - Chip has SRIO or not
      CONFIG_SRIO1 - Board has SRIO 1 port available
      CONFIG_SRIO2 - Board has SRIO 2 port available
      
      (where 'n' is the port #)
      CONFIG_SYS_SRIOn_MEM_VIRT - virtual address in u-boot
      CONFIG_SYS_SRIOn_MEM_PHYS - physical address (for law setup)
      CONFIG_SYS_SRIOn_MEM_SIZE - size of window (for law setup)
      
      [ These mimic what we have for PCI and PCIe controllers ]
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      Acked-by: NWolfgang Denk <wd@denx.de>
      a09b9b68
  13. 20 10月, 2010 1 次提交
  14. 16 7月, 2010 5 次提交
  15. 22 4月, 2010 1 次提交
  16. 13 4月, 2010 1 次提交
  17. 03 10月, 2009 1 次提交
  18. 08 9月, 2009 1 次提交