1. 15 8月, 2013 1 次提交
    • L
      ARM: ux500: fix devicetree builds · 2ce05a14
      Linus Walleij 提交于
      The patch set beginning with commit:
      "ARM: ux500: Apply a ste-* prefix onto snowball.dts"
      thru commit:
      "ARM: ux500: Remove u9540.dts as it's been replaced"
      altered the names of the ux500 device tree files but forgot
      to:
      
      - Rename the ccu8540-pinctrl.dtsi file
      
      - Update #include statements from files using these
        files, so the build broke.
      
      - Update the Makefile for the device trees so the build
        broke.
      
      Fix it up so we can build them all again.
      Acked-by: NLee Jones <lee.jones@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      2ce05a14
  2. 26 6月, 2013 2 次提交
  3. 22 6月, 2013 1 次提交
  4. 19 6月, 2013 5 次提交
  5. 17 6月, 2013 10 次提交
  6. 04 6月, 2013 1 次提交
  7. 31 5月, 2013 3 次提交
  8. 28 5月, 2013 1 次提交
    • T
      arm: kirkwood: convert db-88f6281/db-88f6282 to the Device Tree · 0d0632f5
      Thomas Petazzoni 提交于
      This commit converts the Marvell DB-88F6281/DB-88F6282 board to the
      Device Tree. In fact, the code was supporting two different boards:
      one with the 6281 SoC variant, and one with the 6282 SoC variant. The
      difference between the two being that the 6281 has one PCIe interface,
      and the 6282 has two PCIe interfaces.
      
      In order to handle that with the Device Tree, we create a
      'kirkwood-db.dtsi' file that contains the definitions common to both
      boards, and 'kirkwood-db-88f6281.dts' and 'kirkwood-db-88f6282.dts'
      for the definitions specific to each board. This is similar to what is
      done for the QNAP TS219 Kirkwood platform.
      
      We have kept one single Kconfig option, just like it was before.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      0d0632f5
  9. 27 5月, 2013 1 次提交
  10. 21 5月, 2013 1 次提交
  11. 15 5月, 2013 1 次提交
  12. 13 5月, 2013 1 次提交
  13. 12 5月, 2013 1 次提交
  14. 29 4月, 2013 1 次提交
  15. 26 4月, 2013 1 次提交
  16. 12 4月, 2013 1 次提交
  17. 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
  18. 09 4月, 2013 7 次提交