1. 17 12月, 2008 1 次提交
  2. 31 10月, 2008 1 次提交
  3. 14 10月, 2008 1 次提交
    • J
      powerpc: 83xx: pci: Remove need for get_immrbase from mpc83xx_add_bridge. · 5b70a097
      John Rigby 提交于
      Modify mpc83xx_add_bridge to get config space register base address from
      the device tree instead of immr + hardcoded offset.
      
      83xx pci nodes have this change:
          register properties now contain two address length tuples:
      	First is the pci bridge register base, this has always been there.
      	Second is the config base, this is new.
      
      This is documented in dts-bindings/fsl/83xx-512x-pci.txt
      
      The changes accomplish these things:
          mpc83xx_add_bridge no longer needs to call get_immrbase
          it uses hard coded addresses if the second register value is missing
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      5b70a097
  4. 24 9月, 2008 1 次提交
  5. 17 7月, 2008 1 次提交
  6. 14 7月, 2008 1 次提交
  7. 28 6月, 2008 1 次提交
  8. 06 2月, 2008 1 次提交
  9. 29 1月, 2008 1 次提交
    • P
      [POWERPC] 83xx: Clean up / convert mpc83xx board DTS files to v1 format. · cda13dd1
      Paul Gortmaker 提交于
      This patch converts the remaining 83xx boards to the dts-v1 format.
      This includes the mpc8313_rdb, mpc832x_mds, mpc8323_rdb, mpc8349emitx,
      mpc8349emitxgp and the mpc836x_mds.
      
      The mpc8315_rdb mpc834x_mds, mpc837[789]_*, and sbc8349 were already
      dts-v1 and only undergo minor changes for the sake of formatting
      consistency across the whole group of boards; i.e.  the idea being
      that you can do a "diff -u board_A.dts board_B.dts" and see something
      meaningful.
      
      The general rule I've applied is that entries for values normally
      parsed by humans are left in decimal (i.e. IRQ, cache size, clock
      rates, basic counts and indexes) and all other data (i.e. reg and
      ranges, IRQ flags etc.) remain in hex.
      
      I've used dtc to confirm that the output prior to this changeset
      matches the output after this changeset is applied for all boards.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      cda13dd1
  10. 28 1月, 2008 1 次提交
  11. 24 1月, 2008 3 次提交
  12. 12 12月, 2007 3 次提交
  13. 08 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 7月, 2007 1 次提交
  16. 09 3月, 2007 1 次提交
  17. 17 2月, 2007 1 次提交
  18. 08 2月, 2007 1 次提交
  19. 06 10月, 2006 1 次提交
  20. 14 9月, 2006 1 次提交
  21. 30 8月, 2006 1 次提交