An error occurred fetching the project authors.
  1. 18 Jun, 2013 2 commits
  2. 13 May, 2013 1 commit
  3. 28 Apr, 2013 1 commit
  4. 25 Apr, 2013 1 commit
  5. 11 Apr, 2013 1 commit
  6. 10 Apr, 2013 1 commit
    • Simon Guinot's avatar
      ARM: Kirkwood: DT board setup for CloudBox · 98d4f2ac
      Simon Guinot authored
      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: default avatarSimon Guinot <simon.guinot@sequanux.org>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      98d4f2ac
  7. 09 Apr, 2013 7 commits
  8. 08 Apr, 2013 5 commits
  9. 04 Apr, 2013 1 commit
  10. 03 Apr, 2013 3 commits
  11. 28 Mar, 2013 1 commit
  12. 26 Mar, 2013 1 commit
  13. 21 Mar, 2013 1 commit
  14. 18 Mar, 2013 2 commits
    • Simon Horman's avatar
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman authored
      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: default avatarSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
    • Simon Horman's avatar
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman authored
      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: default avatarSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  15. 07 Mar, 2013 3 commits
  16. 28 Feb, 2013 3 commits
  17. 12 Feb, 2013 1 commit
  18. 10 Feb, 2013 5 commits