1. 08 Oct, 2013 3 commits
    • 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 2 commits
    • 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
    • Linus Torvalds's avatar
      Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 · cd619e21
      Linus Torvalds authored
      Pull x86 platform updates from Matthew Garrett:
       "Nothing amazing here, almost entirely cleanups and minor bugfixes and
        one bit of hardware enablement in the amilo-rfkill driver"
      
      * 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86:
        platform/x86: panasonic-laptop: reuse module_acpi_driver
        samsung-laptop: fix config build error
        platform: x86: remove unnecessary platform_set_drvdata()
        amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.
        wmi: parse_wdg() should return kernel error codes
        hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()
        platform: replace strict_strto*() with kstrto*()
        x86: irst: use module_acpi_driver to simplify the code
        x86: smartconnect: use module_acpi_driver to simplify the code
        platform samsung-q10: use ACPI instead of direct EC calls
        thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirk
        thinkpad_acpi: return -NODEV while operating uninitialized LEDs
      cd619e21