1. 17 6月, 2013 1 次提交
  2. 13 5月, 2013 1 次提交
  3. 29 4月, 2013 1 次提交
  4. 26 4月, 2013 1 次提交
  5. 12 4月, 2013 1 次提交
  6. 11 4月, 2013 1 次提交
    • S
      ARM: Kirkwood: DT board setup for CloudBox · 98d4f2ac
      Simon Guinot 提交于
      This patch adds DT board setup for the LaCie NAS CloudBox. The CloudBox
      is a low cost NAS based on the Network Space v2.
      
      Chipset list:
      - CPU MARVELL 88F6702 1Ghz
      - SDRAM memory: 256MB DDR2-800 (2x128MB x8) 400Mhz
      - 1 Ethernet Gigabit port (PHY MARVELL 88E1318)
      - SPI flash, NOR 512KB
      - 1 push button
      - 2 LEDs (red and blue)
      
      There is no EEPROM and no USB ports embedded.
      
      Note that this board must not be confused with the Network Space Mini v2
      which is embedded in a previous LaCie product also named CloudBox.
      Signed-off-by: NSimon Guinot <simon.guinot@sequanux.org>
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      98d4f2ac
  7. 09 4月, 2013 12 次提交
  8. 04 4月, 2013 1 次提交
  9. 03 4月, 2013 3 次提交
  10. 29 3月, 2013 1 次提交
  11. 26 3月, 2013 1 次提交
  12. 21 3月, 2013 1 次提交
  13. 18 3月, 2013 2 次提交
    • S
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman 提交于
      Provide alternate board code for the kzm9g to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Some notes:
      
      * Brings up the GIC interrupt handler using device tree
      * Brings up the following device using device tree:
        - MMCIF (MMC)
      * Does not bring up the INTC interrupt controller at all,
        thus external devices may not be used. In particular,
        the SMSC ethernet device may not be used and thus
        NFS root may not be used.
      * Uses existing C code and not device tree to initialise the following,
        which are needed for a working board:
        - SCIF (Serial)
        - CMT (Clock)
        - PFC (GPIO)
      
      To use this alternate board code instead of the normal board code,
      CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
      And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.
      
      Includes fix by Thierry Reding to no longer use gic_handle_irq()
      
      Includes fixes by Guennadi Liakhovetski for recent pinmux changes.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
    • S
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman 提交于
      Provide alternate board code for the marzen to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  14. 07 3月, 2013 3 次提交
  15. 01 3月, 2013 3 次提交
  16. 12 2月, 2013 1 次提交
  17. 10 2月, 2013 5 次提交
  18. 29 1月, 2013 1 次提交
    • L
      ARM: nomadik: initial devicetree support · f8635abd
      Linus Walleij 提交于
      Support basic device tree boot on the Nomadik. Implement the
      support in the cpu file with the intent of deleting the board
      files later. At this stage IRQ controllers, system timer,
      l2x0 cache, UARTs and thus console boot is fully functional.
      Patch out the code adding devices by initcalls for now so
      as not to disturb the boot.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      f8635abd