1. 05 10月, 2016 2 次提交
    • P
      MIPS: SEAD3: Parse memsize in DT shim · fd4d7404
      Paul Burton 提交于
      Parse the memsize argument provided by the bootloader in the DT shim
      code, allowing the user to override it on the command line. This places
      all of the DT manipulation code into sead3-dtshim.c.
      Signed-off-by: NPaul Burton <paul.burton@imgtec.com>
      Cc: Matt Redfearn <matt.redfearn@imgtec.com>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
      Cc: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/14058/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fd4d7404
    • P
      MIPS: SEAD3: Probe interrupt controllers using DT · b6d5e47e
      Paul Burton 提交于
      Probe the CPU interrupt controller & optional Global Interrupt
      Controller (GIC) using devicetree rather than platform code. Because the
      bootloader on SEAD3 does not provide a device tree to the kernel & the
      device tree is always built in, we patch out the GIC node during boot if
      we detect that a GIC is not present in the system.
      
      The appropriate IRQ domain is discovered by platform code setting up
      device IRQ numbers temporarily. It will be removed by further patches
      which move the devices towards being probed via device tree.
      
      No behavioural change is intended by this patch.
      Signed-off-by: NPaul Burton <paul.burton@imgtec.com>
      Cc: Matt Redfearn <matt.redfearn@imgtec.com>
      Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
      Cc: Jacek Anaszewski <j.anaszewski@samsung.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: linux-mips@linux-mips.org
      Cc: devicetree@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Patchwork: https://patchwork.linux-mips.org/patch/14047/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      b6d5e47e
  2. 24 6月, 2016 1 次提交
  3. 13 5月, 2016 1 次提交
  4. 30 4月, 2014 1 次提交
  5. 23 1月, 2014 3 次提交
  6. 10 10月, 2013 1 次提交
  7. 08 5月, 2013 1 次提交
    • S
      MIPS: FW: Remove obsolete header file for MTI platforms. · 270690e0
      Steven J. Hill 提交于
      Remove 'arch/mips/include/asm/mips-boards/prom.h' and get rid of
      all inclusions of it by Malta and SEAD-3 platforms.
      
      [ralf@linux-mips.org: Fold in John Crispin <blogic@openwrt.org>'s "MIPS:
      ar7 powertv build"].
      
      [ralf@linux-mips.org: Fold in John Crispin <blogic@openwrt.org>'s "MIPS:
      unbreak powertv build"].
      
      [ralf@linux-mips.org: Test. Build. Your. Fscking. Code. Or...]
      Signed-off-by: NSteven J. Hill <Steven.Hill@imgtec.com>
      270690e0
  8. 02 5月, 2013 1 次提交
  9. 01 2月, 2013 1 次提交
  10. 14 9月, 2012 1 次提交