1. 04 1月, 2011 4 次提交
  2. 15 10月, 2009 1 次提交
  3. 05 2月, 2009 1 次提交
  4. 04 2月, 2009 1 次提交
    • G
      powerpc/5200: Trim cruft from device trees · b8842451
      Grant Likely 提交于
      Trim out obsolete/extraneous properties and tighten up some usage
      conventions.  Changes include:
      - removal of device_type properties
      - removal of cell-index properties
      - Addition of gpio-controller and #gpio-cells properties to gpio
        nodes
      - Move common interrupt-parent property out of device nodes and
        into top level parent node.
      
      This patch also include what looks to be just trivial editorial
      whitespace/format changes, but there is real method in this
      madness.  Editorial changes were made to keep the all the
      mpc5200 board device trees as similar as possible so that diffs
      between them only show the real differences between the boards.
      The pcm030 device tree was most affected by this because many
      of the comments had been changed from // to /* */ style and
      some cell values where changed from decimal to hex format when
      it was cloned from one of the other 5200 device trees.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Reviewed-by: NWolfram Sang <w.sang@pengutronix.de>
      b8842451
  5. 05 11月, 2008 1 次提交
  6. 29 4月, 2008 1 次提交
  7. 25 3月, 2008 1 次提交
  8. 27 1月, 2008 2 次提交
  9. 19 1月, 2008 1 次提交
  10. 12 12月, 2007 1 次提交
  11. 22 10月, 2007 1 次提交
  12. 17 10月, 2007 1 次提交
  13. 09 10月, 2007 1 次提交
  14. 14 9月, 2007 2 次提交
    • K
      [POWERPC] Move PCI nodes to be sibilings with SOC nodes · 1b3c5cda
      Kumar Gala 提交于
      Updated the device trees to have the PCI nodes be at the same level as
      the SOC node.  This is to make it so that the SOC nodes children address
      space is just on chip registers and not other bus memory as well.
      
      Also, for PCIe nodes added a P2P bridge to handle the virtual P2P bridge
      that exists in the PHB.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      1b3c5cda
    • K
      [POWERPC] DTS cleanup · f0c8ac80
      Kumar Gala 提交于
      Removed the following cruft from .dts files:
      * 32-bit in cpu node -- doesn't exist in any spec and not used by kernel
      * removed built-in (chrp legacy)
      * Removed #interrupt-cells in places they don't need to be set
      * Fixed ranges on lite5200*
      * Removed clock-frequency from i8259 pic node, not sure where this came from
      * Removed big-endian from i8259 pic nodes, this was just bogus
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      f0c8ac80
  15. 23 5月, 2007 1 次提交
  16. 17 5月, 2007 1 次提交
  17. 07 5月, 2007 2 次提交
  18. 09 3月, 2007 1 次提交
  19. 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
  20. 22 1月, 2007 1 次提交
  21. 09 1月, 2007 1 次提交
  22. 04 12月, 2006 1 次提交