1. 17 9月, 2014 1 次提交
  2. 28 8月, 2014 1 次提交
  3. 19 8月, 2014 1 次提交
  4. 31 7月, 2014 1 次提交
  5. 28 7月, 2014 2 次提交
  6. 26 7月, 2014 1 次提交
  7. 25 7月, 2014 1 次提交
  8. 19 7月, 2014 2 次提交
  9. 18 7月, 2014 8 次提交
  10. 17 7月, 2014 1 次提交
    • M
      ARM: tegra: initial support for apalis t30 · 6d0a067f
      Marcel Ziswiler 提交于
      This patch adds the device tree to support Toradex Apalis T30, a
      computer on module which can be used on different carrier boards.
      
      The module consists of a Tegra 3 SoC, two PMICs, 1 or 2 GB of DDR3L
      RAM, eMMC, an LM95245 temperature sensor chip, an i210 resp. i211
      gigabit Ethernet controller, an STMPE811 ADC/touch controller as well
      as two MCP2515 CAN controllers. Furthermore, there is an SGTL5000 audio
      codec which is not yet supported. Anything that is not self contained
      on the module is disabled by default.
      
      The device tree for the Evaluation Board includes the modules device
      tree and enables the supported peripherals of the carrier board (the
      Evaluation Board supports almost all of them).
      
      While at it also add the device tree binding documentation for Apalis
      T30.
      Signed-off-by: NMarcel Ziswiler <marcel@ziswiler.com>
      [swarren: fixed some node sort orders]
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      6d0a067f
  11. 16 7月, 2014 1 次提交
  12. 14 7月, 2014 2 次提交
  13. 09 7月, 2014 1 次提交
  14. 01 7月, 2014 4 次提交
  15. 21 6月, 2014 2 次提交
  16. 19 6月, 2014 1 次提交
  17. 17 6月, 2014 3 次提交
    • S
      ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB · 04d3e8a0
      Simon Horman 提交于
      Let the multiplatform Marzen support boot with the legacy DTS for
      Marzen as well as the Marzen reference DTS.
      
      Based on work for the Koelsch board by Laurent Pinchart.
      
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      04d3e8a0
    • S
      ARM: shmobile: Remove non-multiplatform Marzen reference support · 1ece7f7b
      Simon Horman 提交于
      Now that r8a7779 has CCF support remove the legacy Marzen reference
      Kconfig bits CONFIG_MACH_MARZEN_REFERENCE for the non-multiplatform
      case.
      
      Starting from this commit Marzen board support is always enabled via
      CONFIG_MACH_MARZEN, and CONFIG_ARCH_MULTIPLATFORM is used to select
      between board-marzen.c and board-marzen-reference.c
      
      The file board-marzen-reference.c can no longer be used together with
      the legacy sh-clk clock framework, instead CCF is used.
      
      Based on work for the Koelsch board by Laurent Pinchart.
      
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      1ece7f7b
    • S
      ARM: shmobile: r8a7779: Initial multiplatform support · 5016c81b
      Simon Horman 提交于
      Add Marzen and r8a7779 to CONFIG_SHMOBILE_MULTI. At this
      point CCF is not yet supported so you cannot run this code
      yet. For CCF support to happen several different components
      are needed, and this is one simple portion that moves us
      forward. Other patches need to build on top of this one.
      
      Marzen board support exists in 3 flavours:
      1) SHMOBILE_MULTI, MACH_MARZEN - board-marzen-reference.c (CCF + DT)
      2) SHMOBILE, MACH_MARZEN_REFERENCE - board-marzen-reference.c (DT)
      3) SHMOBILE, MACH_MARZEN - board-marzen.c (legacy C code)
      
      When CCF is done then 2) will be removed. When 1) includes same features
      as 3) then 3) will be removed.
      
      Based on work for the Koelsch and r8a7791 by Magnus Damm.
      
      Cc: Magnus Damm <damm@opensource.se>
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      5016c81b
  18. 31 5月, 2014 3 次提交
  19. 30 5月, 2014 1 次提交
  20. 29 5月, 2014 1 次提交
  21. 24 5月, 2014 1 次提交
  22. 22 5月, 2014 1 次提交
    • H
      ARM: dts: sun7i: Add new i12-tvbox board · c690d80b
      Hans de Goede 提交于
      The i12 tvbox is an A20 based android tvbox, with 512M / 1G RAM, 4G nand flash,
      ap6210 or ap6330 sdio wifi + bt (broadcom sdio wifi + uart attached brcm bt),
      2USB host ports using USB-A receptacles and a micro-usb receptacle for USB OTG,
      and 100Mbit ethernet using an IP101a phy.
      
      The PCB is labelled i12-a20 hence I've named the board i12-a20. It is used
      in noname allwinner A20 tv-boxes, which are sometimes sold with Q5 or
      QT840A as product name.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      c690d80b