Skip to content
  1. Sep 12, 2014
  2. Sep 09, 2014
  3. Aug 22, 2014
  4. Jul 31, 2014
  5. Jul 30, 2014
  6. Jul 28, 2014
  7. Jul 26, 2014
  8. Jul 25, 2014
  9. Jul 19, 2014
  10. Jul 18, 2014
  11. Jul 17, 2014
    • Marcel Ziswiler's avatar
      ARM: tegra: initial support for apalis t30 · 6d0a067f
      Marcel Ziswiler authored
      
      
      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: default avatarMarcel Ziswiler <marcel@ziswiler.com>
      [swarren: fixed some node sort orders]
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      6d0a067f
  12. Jul 16, 2014
  13. Jul 14, 2014
  14. Jul 09, 2014
  15. Jul 01, 2014
  16. Jun 21, 2014
  17. Jun 19, 2014
  18. Jun 17, 2014
    • Simon Horman's avatar
      ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB · 04d3e8a0
      Simon Horman authored
      
      
      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: default avatarSimon Horman <horms+renesas@verge.net.au>
      04d3e8a0
    • Simon Horman's avatar
      ARM: shmobile: Remove non-multiplatform Marzen reference support · 1ece7f7b
      Simon Horman authored
      
      
      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: default avatarSimon Horman <horms+renesas@verge.net.au>
      1ece7f7b
    • Simon Horman's avatar
      ARM: shmobile: r8a7779: Initial multiplatform support · 5016c81b
      Simon Horman authored
      
      
      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: default avatarSimon Horman <horms+renesas@verge.net.au>
      5016c81b
  19. May 31, 2014