1. 08 Oct, 2013 4 commits
    • Max Filippov's avatar
      ARM: shmobile: r8a7778: add HPB-DMAC support · 338c4991
      Max Filippov authored
      Add HPB-DMAC platform device on R8A7778 SoC along with its slave and channel
      configurations (only for SDHI0 so far).
      Signed-off-by: default avatarMax Filippov <max.filippov@cogentembedded.com>
      [Sergei: moved *enum* declaring HPB-DMAC slave IDs from now removed <mach/dma.h>
      to <mach/r8a7778.h>, removed #include <mach/dma.h> from setup-r8a7778.c, removed
      SSI-related *enum* values and SSI-related data from hpb_dmae_slaves[] and
      hpb_dmae_channels[], moved the comments after the element initializers of
      hpb_dmae_channels[].]
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      338c4991
    • Guennadi Liakhovetski's avatar
      ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it · 9f754b4a
      Guennadi Liakhovetski authored
      Add a DMAC platform device and clock definitions for it on r8a73a4.
      Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      9f754b4a
    • Simon Horman's avatar
      Merge tag 'renesas-fixes4-for-v3.12' into soc2-base · 243b6db0
      Simon Horman authored
      Fourth Round of Renesas ARM based SoC fixes for v3.12
      
      * Remove unused #gpio-ranges-cells DT property
      
      * Remove usage of deprecated #gpio-range-cells DT property
        from GPIO R-Car
      
        Property was deprecated in v3.11-rc2
      
      * Correct ether pinctl naming for armadillo800eva board
      
        Regression introduced in v3.10-rc5
      
      * Add Micrel KSZ8041 PHY fixup to lager board
      
        This resolves a problem that has been present since 3.11-rc2
      
      * Update SDHI DT compatibility string to the <unit>-<soc> format
      
        This makes compatibility strings consistent across all renesas
        hardware which currently supports DT.
      
        The bindings which are being updated where intorodiced on
        a per-SoC basis starting in v3.8-rc7. They may have
        been internally consistent when originally added.
      243b6db0
    • Simon Horman's avatar
      Merge tag 'renesas-smp-for-v3.13' into soc2-base · 8843c9d4
      Simon Horman authored
      Renesas ARM based SoC SMP updates for v3.13
      
      * Add CPU notifier based SCU boot vector code
        - Use on emev2, r8a7779 and sh73a0 SoCs
        - Remove now unused shmobile_smp_scu_boot_secondary()
      * Add shared APMU SMP support code
        - Use to add SMP support for r8a7790 SoC
      * Introduce shmobile_boot_size
      * Expose shmobile_invalidate_start()
      * Introduce shmobile_smp_cpu_disable()
        - Use on sh73a0 SoC
        - Remove now unused shmobile_smp_init_cpus()
      8843c9d4
  2. 30 Sep, 2013 14 commits
  3. 22 Sep, 2013 3 commits
  4. 21 Sep, 2013 7 commits
  5. 19 Sep, 2013 6 commits
  6. 16 Sep, 2013 5 commits
  7. 15 Sep, 2013 1 commit
    • Linus Torvalds's avatar
      Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus · d8efd82e
      Linus Torvalds authored
      Pull MIPS fixes from Ralf Baechle:
       "These are four patches for three construction sites:
      
         - Fix register decoding for the combination of multi-core processors
           and multi-threading.
      
         - Two more fixes that are part of the ongoing DECstation resurrection
           work.  One of these touches a DECstation-only network driver.
      
         - Finally Markos' trivial build fix for the AP/SP support.
      
        (With this applied now all MIPS defconfigs are building again)"
      
      * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus:
        MIPS: kernel: vpe: Make vpe_attrs an array of pointers.
        MIPS: Fix SMP core calculations when using MT support.
        MIPS: DECstation I/O ASIC DMA interrupt handling fix
        MIPS: DECstation HRT initialization rearrangement
      d8efd82e