1. 05 3月, 2014 3 次提交
  2. 20 2月, 2014 4 次提交
  3. 19 2月, 2014 1 次提交
    • S
      ARM: imx6: build pm-imx6q.c independently of CONFIG_PM · 28a9f3b0
      Shawn Guo 提交于
      When building a kernel image with only CONFIG_CPU_IDLE but no CONFIG_PM,
      we will get the following link error.
      
        LD      init/built-in.o
      arch/arm/mach-imx/built-in.o: In function `imx6q_enter_wait':
      platform-spi_imx.c:(.text+0x25c0): undefined reference to `imx6q_set_lpm'
      platform-spi_imx.c:(.text+0x25d4): undefined reference to `imx6q_set_lpm'
      arch/arm/mach-imx/built-in.o: In function `imx6q_cpuidle_init':
      platform-spi_imx.c:(.init.text+0x75d4): undefined reference to `imx6q_set_chicken_bit'
      make[1]: *** [vmlinux] Error 1
      
      Since pm-imx6q.c has been a collection of library functions that access
      CCM low-power registers used by not only suspend but also cpuidle and
      other drivers, let's build pm-imx6q.c independently of CONFIG_PM to fix
      above error.
      Reported-by: NLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: stable@vger.kernel.org
      Acked-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      28a9f3b0
  4. 11 2月, 2014 1 次提交
  5. 28 1月, 2014 1 次提交
  6. 27 1月, 2014 1 次提交
  7. 22 1月, 2014 1 次提交
    • R
      Fix select-induced Kconfig warning for ZBOOT_ROM · 10968131
      Russell King 提交于
      warning: (ARCH_MULTIPLATFORM && ARCH_CLPS711X && ARCH_PXA &&
       SOC_EXYNOS5440 && ARCH_EMEV2) selects AUTO_ZRELADDR which
       has unmet direct dependencies (!ZBOOT_ROM)
      
      This is because it's possible to have ZBOOT_ROM enabled, but at the
      same time have another option enabled which selects AUTO_ZRELADDR
      overriding the !ZBOOT_ROM dependency.  Fix this by reversing the
      dependencies between ZBOOT_ROM and the options which depend on
      !ZBOOT_ROM.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      10968131
  8. 31 12月, 2013 18 次提交
  9. 19 12月, 2013 1 次提交
  10. 12 12月, 2013 1 次提交
  11. 09 12月, 2013 8 次提交