1. 10 Jun, 2015 4 commits
  2. 01 Jun, 2015 2 commits
  3. 29 May, 2015 5 commits
  4. 27 May, 2015 1 commit
  5. 25 May, 2015 1 commit
    • Arnd Bergmann's avatar
      ARM: shmobile: only select sound drivers that build · 66f72f0c
      Arnd Bergmann authored
      A couple of codec drivers are selected by shmobile platform code,
      but depend on I2C, which results in a build error:
      
      sound/soc/codecs/ak4642.c:638:1: warning: data definition has no type or storage class
       module_i2c_driver(ak4642_i2c_driver);
       ^
      sound/soc/codecs/ak4642.c:638:1: error: type defaults to 'int' in declaration of 'module_i2c_driver' [-Werror=implicit-int]
      sound/soc/codecs/ak4642.c:638:1: warning: parameter names (without types) in function declaration
      sound/soc/codecs/ak4642.c:627:26: warning: 'ak4642_i2c_driver' defined but not used [-Wunused-variable]
      
      This ensures that we do not enable the respective drivers when I2C
      is disabled.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      66f72f0c
  6. 22 May, 2015 4 commits
  7. 21 May, 2015 2 commits
    • Tony Lindgren's avatar
      ARM: OMAP1: Fix section mismatch warnings for omap_cfg_reg · 7bf15c43
      Tony Lindgren authored
      This is cleary used after init time too for example for
      configuring UART wake-up events during runtime. This fixes
      section mismatch warnings for randconfig builds that happen
      because __init_or_module.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      7bf15c43
    • Tony Lindgren's avatar
      ARM: OMAP1: Fix randconfig builds if ARCH_OMAP15XX not selected · e99b32e2
      Tony Lindgren authored
      With the omap1 SPARSE_IRQ changes mach/irqs.h is no longer
      automatically included. Turns out now we rely on ARCH_OMAP15XX
      including hardware.h from memory.h, so without ARCH_OMAP15XX
      we get build failures.
      
      As we have legacy drivers still relying on these indirect
      includes, let's not add more mach includes to the drivers.
      Those have to be removed anyways for multiplatform support.
      
      Let's fix up mach-omap1 to include soc.h where cpu_is_omap
      checks are done, and common.h for board-*.c files.
      
      But let's keep the indirect memory.h include for now to avoid
      unnecessary churn in the drivers.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      e99b32e2
  8. 20 May, 2015 19 commits
  9. 18 May, 2015 2 commits