1. 17 6月, 2014 2 次提交
  2. 30 5月, 2014 1 次提交
  3. 16 5月, 2014 1 次提交
  4. 13 5月, 2014 1 次提交
  5. 30 4月, 2014 1 次提交
  6. 05 3月, 2014 5 次提交
  7. 20 2月, 2014 4 次提交
  8. 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
  9. 31 12月, 2013 2 次提交
  10. 09 12月, 2013 4 次提交
  11. 21 10月, 2013 3 次提交
  12. 08 10月, 2013 1 次提交
  13. 22 8月, 2013 1 次提交
  14. 16 8月, 2013 1 次提交
  15. 03 8月, 2013 1 次提交
  16. 25 6月, 2013 1 次提交
  17. 24 6月, 2013 2 次提交
  18. 17 6月, 2013 3 次提交
  19. 03 6月, 2013 1 次提交
  20. 10 5月, 2013 1 次提交
    • F
      ARM: imx: Select GENERIC_ALLOCATOR · 60371952
      Fabio Estevam 提交于
      Since commit 657eee7d (media: coda: use genalloc API) the following build
      error happens with imx_v4_v5_defconfig:
      
      drivers/built-in.o: In function 'coda_remove':
      clk-composite.c:(.text+0x112180): undefined reference to 'gen_pool_free'
      drivers/built-in.o: In function 'coda_probe':
      clk-composite.c:(.text+0x112310): undefined reference to 'of_get_named_gen_pool'
      clk-composite.c:(.text+0x1123f4): undefined reference to 'gen_pool_alloc'
      clk-composite.c:(.text+0x11240c): undefined reference to 'gen_pool_virt_to_phys'
      clk-composite.c:(.text+0x112458): undefined reference to 'dev_get_gen_pool'
      
      Select GENERIC_ALLOCATOR and get rid of the custom IRAM_ALLOC.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      60371952
  21. 12 4月, 2013 3 次提交