1. 14 2月, 2007 2 次提交
  2. 13 2月, 2007 1 次提交
    • G
      [POWERPC] mpc5200 device tree bindings refinement · 05cbbc69
      Grant Likely 提交于
      Much needed refinement of mpc5200 device tree binding specifications.
      
      Short list:
      - drop mpc52xx designator; only two supported chips exist, 5200 and 5200b.
        It's premature to refer to them as '52xx'.
      - Specify optional 'model' and 'revision' properties in the soc5200 node
      - Specify reqiured 'cell-index' property to identify between multiple SOC
        devices of the same type.  (Useful for arbitrating shared register access)
      - Specify optional 'port-number' property for adjusting the logical serial
        port assignments.
      - Specify optional 'has-wdt' property for gpt0 node.
      - Add system-frequency property to soc5200 node
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      05cbbc69
  3. 10 2月, 2007 2 次提交
  4. 08 2月, 2007 2 次提交
  5. 07 2月, 2007 4 次提交
  6. 31 1月, 2007 1 次提交
  7. 22 1月, 2007 1 次提交
  8. 09 1月, 2007 1 次提交
  9. 04 12月, 2006 3 次提交
  10. 06 10月, 2006 1 次提交
  11. 04 10月, 2006 2 次提交
  12. 22 9月, 2006 2 次提交
    • V
      POWERPC: Bring the fs_no calculation to the relevant SoC enumeration · 611a15af
      Vitaly Bordug 提交于
      The fs_no mean used to be fs_enet driver driven, hence it was an
      enumeration across all the possible fs_enet "users" in the SoC. Now, with
      QE on the pipeline, and to make DTS descriptions more clear, fs_no features
      relevant SoC part number, with additional field to describe the SoC type.
      
      Another reason for that is now not only fs_enet is going to utilize those
      stuff. There might be UART, HLDC, and even USB, so to prevent confusion and
      be ready for upcoming OF_device transfer, fs_enet and cpm_uart drivers were
      updated in that concern, as well as the relevant DTS.
      Signed-off-by: NVitaly Bordug <vbordug@ru.mvista.com>
      611a15af
    • V
      POWERPC: Add support for the mpc8560 eval board · 902f392d
      Vitaly Bordug 提交于
      This makes the 8560 evaluation board fully supported under arch/powerpc,
      as the first board with CPM2 SoC peripherals. The brand new devicetree
      nodes are introduced (intending to be a subset of the QuiccEngine-equipped
      models, with dts sources placed into the kernel according to the new convention.
      
      Assuming all the preceding stuff applied (PAL+fs_enet related+ CPM_UART
      update), the both TSEC eth ,FCC Eths, and both SCC UARTs are
      working. The relevant drivers are still capable to drive users in ppc,
      which was verified with 8272ADS (SCC uart+FCC eth).
      
      This is also verified on mpc8540 and actually make it work (PCI stuff
      working as well)
      Signed-off-by: NVitaly Bordug <vbordug@ru.mvista.com>
      902f392d
  13. 14 9月, 2006 1 次提交
  14. 30 8月, 2006 2 次提交
  15. 23 8月, 2006 2 次提交
  16. 18 8月, 2006 2 次提交
  17. 08 8月, 2006 1 次提交