1. 19 4月, 2013 3 次提交
  2. 15 4月, 2013 1 次提交
  3. 12 4月, 2013 1 次提交
    • S
      ARM: msm: Fix uncompess.h tx underrun check · 73a8c28f
      Stephen Boyd 提交于
      Bit 3 of the SR register is set if there is a tx underrun. If
      this bit isn't set, we should loop on the tx ready bit until we
      can transmit again. Otherwise we should skip the loop and
      transmit immediately. The code is doing the opposite though,
      checking for an underrun and then looping on the tx ready bit
      causing us to never loop on the tx read bit when the tx buffer
      may not be ready.
      
      This doesn't seem to affect my 8960 device too often, but in some
      cases I see a lost character or two from the decompressor prints.
      This also matches what we do in the assembly in debug-macro.S.
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      73a8c28f
  4. 11 4月, 2013 2 次提交
    • O
      Merge tag 'imx-noncritical-fixes-3.10' of... · af073c34
      Olof Johansson 提交于
      Merge tag 'imx-noncritical-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/fixes-non-critical
      
      From Shawn Guo:
      The imx noncritical fixes for 3.10:
      
      * A bunch of fixes for sparse warings
      * One fix for the typo in use of Kconfig symbol
        MACH_EUKREA_CPUIMX27_USEUART4
      
      * tag 'imx-noncritical-fixes-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6:
        ARM: cpuimx27 and mbimx27: prepend CONFIG_ to Kconfig macro
        ARM: mach-imx: mach-imx6q: Fix sparse warnings
        ARM: mach-imx: src: Include "common.h
        ARM: mach-imx: gpc: Include "common.h"
        ARM: mach-imx: avic: Staticize *avic_base
        ARM: mach-imx: tzic: Staticize *tzic_base
        ARM: mach-imx: clk: Include "clk.h"
        ARM: mach-imx: clk-busy: Staticize clk_busy_mux_ops
        ARM: mach-imx: irq-common: Remove imx_irq_set_priority()
        ARM: mach-imx: clk-gate2: Include "clk.h"
        ARM: mach-imx: clk-pllv2: Staticize clk_pllv2_ops
        ARM: mach-imx: clk-pllv1: Staticize clk_pllv1_ops
        ARM: mach-imx: cpu-imx5: Include "common.h"
        ARM: mach-imx: iomux-imx31: Staticize mxc_pin_alloc_map
        ARM: mach-imx: mm-imx3: Staticize imx3_init_l2x0()
        ARM: mach-imx: cpu: Include "common.h"
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      af073c34
    • P
      ARM: vexpress: Remove A9 PMU compatible values for non-A9 platforms · 7e16063b
      Pawel Moll 提交于
      The ARM perf core code used to rely on the pmu node being
      compatible with "arm,cortex-a9-pmu", even when the PMUs
      of the different Cortex-A processors are not really
      compatible... This is no longer required and actually
      became harmful, so remove all the offending values
      from Versatile Express DTS files.
      Signed-off-by: NPawel Moll <pawel.moll@arm.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      7e16063b
  5. 09 4月, 2013 2 次提交
    • A
      Merge tag 'tegra-for-3.10-fixes' of... · 6abb0576
      Arnd Bergmann 提交于
      Merge tag 'tegra-for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/fixes-non-critical
      
      From Stephen Warren <swarren@wwwdotorg.org>:
      
      ARM: tegra: minor fixes
      
      This branch contains a variety of small build and run-time fixes that
      weren't important enough for 3.9.
      
      * Enable CPU errata WARs in secondary reset handler as a preparation
        for multi-platform support, and a related fix.
      * Don't touch DBLGAR in reset/resume handlers, so enable the code to
        run on A15 cores.
      * Minor build fixes.
      * A fix to the Tegra clock driver.
      * Some error-handling fixes.
      
      This branch is based on the previous fixes-for-mmc pull request.
      
      * tag 'tegra-for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
        ARM: tegra: powergate: Don't error out if new state == old state
        ARM: tegra: Export tegra_powergate_sequence_power_up()
        memory: tegra30: Fix build error w/o PM
        ARM: tegra: fix ignored return value of regulator_enable
        ARM: tegra: fix the logical detection of power on sequence of warm boot CPUs
        ARM: tegra: Fix unchecked return value
        ARM: tegra: don't unlock MMIO access to DBGLAR
        clk: tegra: No 7.1 super clk dividers on Tegra20
        ARM: tegra: remove save/restore of CPU diag register
        ARM: tegra: add CPU errata WARs to Tegra reset handler
        ARM: dts: tegra: fix the activate polarity of cd-gpio in mmc host
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      6abb0576
    • A
      Merge tag 'omap-for-v3.10/fixes-non-critical-signed' of... · 8bd2bcf3
      Arnd Bergmann 提交于
      Merge tag 'omap-for-v3.10/fixes-non-critical-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/fixes-non-critical
      
      From Tony Lindgren <tony@atomide.com>:
      
      Non critical omap fixes for v3.10 merge window. A big chunk
      of these fixes are needed to support omap5 es2 version that includes
      PM features while the earlier version es1 did not.
      
      * tag 'omap-for-v3.10/fixes-non-critical-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
        ARM: OMAP2+: fix typo "CONFIG_BRIDGE_DVFS"
        ARM: OMAP1: remove "config MACH_OMAP_HTCWIZARD"
        ARM: OMAP: dpll: enable bypass clock only when attempting dpll bypass
        ARM: OMAP2+: powerdomain: avoid testing whether an unsigned char is less than 0
        ARM: OMAP2+: hwmod: Remove unused _HWMOD_WAKEUP_ENABLED flag
        ARM: OMAP2+: am335x: Change the wdt1 func clk src to per_32k clk
        ARM: OMAP2+: AM33xx: hwmod: Add missing sysc definition to wdt1 entry
      
      Contains an update to 3.9-rc5
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      8bd2bcf3
  6. 03 4月, 2013 1 次提交
  7. 02 4月, 2013 2 次提交
  8. 01 4月, 2013 28 次提交