1. 23 5月, 2013 2 次提交
  2. 18 5月, 2013 2 次提交
  3. 14 5月, 2013 4 次提交
  4. 10 5月, 2013 10 次提交
  5. 09 5月, 2013 12 次提交
  6. 08 5月, 2013 2 次提交
  7. 07 5月, 2013 4 次提交
  8. 05 5月, 2013 1 次提交
  9. 04 5月, 2013 3 次提交
    • R
      ARM: finally enable IRQ time accounting config · 87c46b6c
      Russell King 提交于
      We've had IRQ time accounting for the last six months, except for the
      Kconfig symbol.  This somehow got missed out of the original patch.
      Add this now.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      87c46b6c
    • T
      ARM: OMAP2+: Fix unmet direct dependencies for SERIAL_OMAP · eb16d332
      Tony Lindgren 提交于
      Commit 8a6201b9 (ARM: OMAP2+: Fix unmet direct dependencies for zoom
      for 8250 serial) fixed unmet direct dependencies for 8250, but failed
      to do the same for omap serial. This can cause the following warning:
      
      warning: (ARCH_OMAP2PLUS_TYPICAL) selects SERIAL_OMAP which has
      unmet direct dependencies (TTY && HAS_IOMEM && GENERIC_HARDIRQS &&
      ARCH_OMAP2PLUS).
      
      We should not select drivers, they should be selected by the
      user. Fix the issue by removing the select and adding them to
      omap2plus_defconfig instead.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      eb16d332
    • A
      ARM: ux500: always select ABX500_CORE · ccefeea9
      Arnd Bergmann 提交于
      We are probably selecting more drivers than we should in ux500,
      but cleaning up that logic for good can be left for another
      time. Most of these could be converted into silent options in
      the future, since they are always enabled on ux500 and never
      needed elsewhere.
      
      As a fixup for 3.10, let's at least select the dependencies for
      the other drivers we already select, to make it consistent.
      
      warning: (UX500_SOC_COMMON) selects AB8500_CORE which has unmet direct dependencies (HAS_IOMEM && GENERIC_HARDIRQS && ABX500_CORE && MFD_DB8500_PRCMU)
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      ccefeea9