Skip to content
  1. Jul 26, 2014
  2. Jul 14, 2014
  3. Jun 29, 2014
  4. Jun 26, 2014
  5. Jun 25, 2014
  6. Jun 24, 2014
  7. Jun 21, 2014
  8. Jun 20, 2014
  9. Jun 19, 2014
    • Russell King's avatar
      ARM: perf: fix compiler warning with gcc 4.6.4 (and tidy code) · 6a78371a
      Russell King authored
      
      
      GCC 4.6.4 spits out the following warning when building perf_event_v7.c:
      
      arch/arm/kernel/perf_event_v7.c: In function 'krait_pmu_get_event_idx':
      arch/arm/kernel/perf_event_v7.c:1927:6: warning: 'bit' may be used uninitialized in this function
      
      While upgrading the version of gcc may solve this, the code can also be
      organised to be more efficient by not carrying more local variables than
      is necessary across the armv7pmu_get_event_idx function call.  If we set
      'bit' to -1 (which is invalid for clear_bit) we can use that as an
      indication whether we need to clear a bit after this function.
      
      Acked-by: default avatarWill Deacon <will.deacon@arm.com>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      6a78371a
    • Russell King's avatar
      ARM: l2c: fix dependencies on PL310 errata symbols · a641f3a6
      Russell King authored
      
      
      A number of configurations spit out warnings similar to:
      
      warning: (SOC_IMX6 && SOC_VF610 && ARCH_OMAP4) selects PL310_ERRATA_588369 which has unmet direct dependencies (CACHE_L2X0)
      warning: (SOC_IMX6 && SOC_VF610 && ARCH_OMAP4) selects PL310_ERRATA_727915 which has unmet direct dependencies (CACHE_L2X0)
      
      Clean up the dependencies here:
      * PL310 symbols should only be selected when CACHE_L2X0 is enabled.
      * Since the cache-l2x0 code detects PL310 presence at runtime, and we will
        eventually get rid of CACHE_PL310, surround these errata options with an
        if CACHE_L2X0 conditional rather than repeating the dependency against
        each.
      
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      a641f3a6
    • Lee Jones's avatar
      ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts · 88a1c67f
      Lee Jones authored
      
      
      Two reasons for this rename.  Firstly, it removes the camel case
      convention which isn't used by any other platform and secondly it
      matches the naming convention for the internal kernel, which can
      become annoying when flipping between the two.
      
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
      88a1c67f
  10. Jun 18, 2014
  11. Jun 17, 2014