1. 21 12月, 2013 1 次提交
  2. 18 12月, 2013 1 次提交
  3. 01 11月, 2013 1 次提交
  4. 31 10月, 2013 2 次提交
    • A
      ARM: mvebu: Add Netgear ReadyNAS 104 board · 45e8815f
      Arnaud Ebalard 提交于
      Main hardware parts of the (Armada 370 based) NETGEAR ReadyNAS 104 are
      supported by mainline kernel (USB 3.0 rear ports, USB 2.0 front port,
      Gigabit controller and PHYs, serial port, LEDs, buttons, SATA ports,
      G762 fan controller) and referenced in provided .dts file. Some additonal
      work remains for:
      
       - Intersil ISL12057 I2C RTC and Alarm chip: working driver but needs
         to be splitted for submission of RTC part first;
       - Front LCD (Winstar 1602G): driver needs to be written
       - Armada NAND controller (to access onboard 128MB of NAND): support
         being pushed by @free-electrons people
       - 4 front SATA LEDs controlled via GPIO brought by NXP PCA9554:
         driver is available upstream. Not referenced/tested yet.
      
      but the device is usable w/o those.
      Signed-off-by: NArnaud Ebalard <arno@natisbad.org>
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      45e8815f
    • T
      ARM: kirkwood: add support for OpenBlocks A7 platform · f24b56cb
      Thomas Petazzoni 提交于
      The OpenBlocks A7 board is designed and sold by PlatHome, and based on
      a Kirkwood 6283 Marvell SoC. It is quite similar to the OpenBlocks A6
      already supported in the kernel, with the following main differences:
      
       - The A6 uses a RTC on I2C, while the A7 uses the internal SoC RTC.
      
       - The A6 has one Ethernet port, while the A7 has two Ethernet ports
      
       - The A6 has only one USB port, while the A7 integrates a USB hub,
         which provides two front-side USB port, and an internal USB port as
         well.
      
       - The A6 has 512 MB of RAM, while the A7 has 1 GB of RAM.
      
       - Slightly different GPIOs for some functions.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Acked-by: NAndrew Lunn <andrew@lunn.ch>
      Acked-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
      Signed-off-by: NJason Cooper <jason@lakedaemon.net>
      f24b56cb
  5. 22 10月, 2013 1 次提交
  6. 19 10月, 2013 2 次提交
  7. 15 10月, 2013 1 次提交
    • T
      ARM: dts: Add basic support for TMDSEVM3730 (Mistral AM/DM37x EVM) · 5992234b
      Tony Lindgren 提交于
      I've tested the serial, MMC, smsc911x, wl12xx, and off-idle support
      with the pinctrl patches, so it probably works better than the
      board-*.c files ever did. Also the board-omap3evm.c file is broken
      for the DSS, and has been for a while. Patches are welcome to fix
      it in this .dts file, let's just drop the board-*.c file for this.
      
      Note that off-idle currently requires doing request_irq() on the
      wake-up pin from pinctrl-single IRQ domain until we can handle
      that in some Linux generic way.
      
      [tony@atomide.com: updated for make dtbs build fix]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      5992234b
  8. 12 10月, 2013 1 次提交
  9. 10 10月, 2013 3 次提交
  10. 09 10月, 2013 1 次提交
  11. 08 10月, 2013 6 次提交
  12. 05 10月, 2013 1 次提交
  13. 03 10月, 2013 1 次提交
  14. 02 10月, 2013 1 次提交
    • L
      ARM: ux500: split the HREF DTS files from two to four · 01dc909f
      Linus Walleij 提交于
      As the device tree conversion did away with the ability to
      auto-detect the UIB (User Interface Board) version from attempting
      to read an I2C address, we now have to pass the knowledge of
      what UIB is mounted through the device tree. This gives rise
      to four possible board permutations:
      
      - HREF prior to v60, ST UIB (hrefprev60-stuib)
      - HREF prior to v60, TVK1281618 UIB (hrefprev60-tvk)
      - HREF v60 and later, ST UIB (href60plus-stuib)
      - HREF v60 and later, TVK1281618 UIB (hrefv60plus-tvk)
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      01dc909f
  15. 01 10月, 2013 1 次提交
  16. 30 9月, 2013 2 次提交
  17. 27 9月, 2013 1 次提交
  18. 26 9月, 2013 2 次提交
  19. 17 9月, 2013 3 次提交
  20. 22 8月, 2013 3 次提交
  21. 20 8月, 2013 1 次提交
  22. 17 8月, 2013 1 次提交
  23. 16 8月, 2013 2 次提交
  24. 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