Skip to content
  1. Dec 10, 2013
    • Magnus Damm's avatar
      ARM: shmobile: Initial r8a7791 and Koelsch multiplatform support · 6d75bc64
      Magnus Damm authored
      
      
      Add Koelsch and r8a7791 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.
      
      Koelsch board support exists in 3 flavors:
      1) SHMOBILE_MULTI, MACH_KOELSCH - board-koelsch-reference.c (CCF + DT)
      2) SHMOBILE, MACH_KOELSCH_REFERENCE - board-koelsch-reference.c (DT)
      3) SHMOBILE, MACH_KOELSCH - board-koelsch.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.
      
      Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      6d75bc64
    • Laurent Pinchart's avatar
      ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY · bf98c1ea
      Laurent Pinchart authored
      
      
      SH-Mobile platforms are transitioning from non-multiplatform to
      multiplatform kernel. A new ARCH_SHMOBILE_MULTI configuration symbol has
      been created to group all multiplatform-enabled SH-Mobile SoCs. The
      existing ARCH_SHMOBILE configuration symbol groups SoCs that haven't
      been converted yet.
      
      This arrangement works fine for the arch/ code, but lots of drivers
      needed on both ARCH_SHMOBILE and ARCH_SHMOBILE_MULTI depend on
      ARCH_SHMOBILE only. In order to avoid changing them, rename
      ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY, and create a new boolean
      ARCH_SHMOBILE configuration symbol that is selected by both
      ARCH_SHMOBILE_LEGACY and ARCH_SHMOBILE_MULTI.
      
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Acked-by: default avatarMagnus Damm <damm@opensource.se>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      bf98c1ea
  2. Nov 13, 2013
  3. Nov 11, 2013
  4. Nov 04, 2013
  5. Nov 03, 2013
  6. Oct 31, 2013
  7. Oct 30, 2013
  8. Oct 29, 2013
  9. Oct 28, 2013
    • Grant Likely's avatar
      arm/versatile: Fix versatile irq specifications. · 0976c946
      Grant Likely authored
      
      
      Two of the versatile irq definitions are incorrect, mostly because two
      devices have connections to more than one interrupt controller. Fix them
      by using the new interrupts-extended property to fan out without using
      an awful interrupt-map nexus node.
      
      Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
      0976c946
    • Grant Likely's avatar
      of/irq: create interrupts-extended property · 79d97015
      Grant Likely authored
      
      
      The standard interrupts property in device tree can only handle
      interrupts coming from a single interrupt parent. If a device is wired
      to multiple interrupt controllers, then it needs to be attached to a
      node with an interrupt-map property to demux the interrupt specifiers
      which is confusing. It would be a lot easier if there was a form of the
      interrupts property that allows for a separate interrupt phandle for
      each interrupt specifier.
      
      This patch does exactly that by creating a new interrupts-extended
      property which reuses the phandle+arguments pattern used by GPIOs and
      other core bindings.
      
      Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
      Acked-by: default avatarTony Lindgren <tony@atomide.com>
      Acked-by: default avatarKumar Gala <galak@codeaurora.org>
      [grant.likely: removed versatile platform hunks into separate patch]
      Cc: Rob Herring <rob.herring@calxeda.com>
      79d97015
  10. Oct 24, 2013
  11. Oct 23, 2013
Loading