1. 25 8月, 2012 1 次提交
  2. 10 8月, 2012 1 次提交
  3. 03 3月, 2012 1 次提交
    • K
      ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX · b130d5c2
      Kukjin Kim 提交于
      This patch changes the ARCH name to "ARCH_S3C24XX" for Samsung
      S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443,
      and S3C2450 SoCs so that we can merge the mach-xxx directories
      and plat-s3c24xx dir. to just one mach-s3c24xx for them.
      
      I think this should be sent to upstream via samsung tree because
      this touches many samsung stuff.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      [for the gadget part:]
      Acked-by: NFelipe Balbi <balbi@ti.com>
      [for the framebuffer (video) part:]
      Acked-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      [For the watchdog-part:]
      Acked-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      b130d5c2
  4. 04 12月, 2011 1 次提交
    • A
      ASoC: Make SND_SOC_LITTLEMILL select MFD_WM8994 · dd85ecc2
      Axel Lin 提交于
      SND_SOC_LITTLEMILL selects SND_SOC_WM8994, but SND_SOC_WM8994 needs MFD_WM8994.
      Thus we need to select MFD_WM8994 to fix below build error:
      
        LD      .tmp_vmlinux1
      sound/built-in.o: In function `wm8994_write':
      sound/soc/codecs/wm8994.c:201: undefined reference to `wm8994_reg_write'
      sound/built-in.o: In function `wm8994_read':
      sound/soc/codecs/wm8994.c:222: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8994_resume':
      sound/soc/codecs/wm8994.c:2847: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8994_codec_probe':
      sound/soc/codecs/wm8994.c:3501: undefined reference to `wm8994_reg_read'
      sound/soc/codecs/wm8994.c:3660: undefined reference to `wm8994_reg_read'
      sound/soc/codecs/wm8994.c:3672: undefined reference to `wm8994_reg_read'
      sound/built-in.o: In function `wm8958_dsp2_fw':
      sound/soc/codecs/wm8958-dsp2.c:154: undefined reference to `wm8994_bulk_write'
      make: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      dd85ecc2
  5. 01 12月, 2011 1 次提交
  6. 29 11月, 2011 1 次提交
    • M
      ASoC: Add basic 1277-EV1 Littlemill audio driver · 0a590b1d
      Mark Brown 提交于
      The Littlemill audio card supports a number of pluggable miniboards,
      normally for the WM8994 family of devices. As all these devices look
      mostly the same from an external configuration point of view and are
      runtime enumerable we can write a standard machine driver which will
      work out of the box with any of them. Start doing that with the bare
      bones of a driver, only supporting AIF1.
      
      Future patches will flesh this out to be more fully featured.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      0a590b1d
  7. 10 11月, 2011 1 次提交
  8. 03 10月, 2011 1 次提交
    • A
      ASoC: samsung: WM8994 depends on MFD_WM8994 · 61e49bf1
      Arnd Bergmann 提交于
      Any driver that selects SND_SOC_WM8994 should also make sure that
      MFD_WM8994 is set, since the codec relies on the mfd code:
      
        sound/built-in.o: In function `wm8994_read':
        last.c:(.text+0x20160): undefined reference to `wm8994_reg_read'
        sound/built-in.o: In function `wm8994_write':
        last.c:(.text+0x20e68): undefined reference to `wm8994_reg_write'
      
      This solves the problem by selecting the MFD driver directly
      and adding extra 'depends on' statements to make sure that we
      respect the dependencies of that driver.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      61e49bf1
  9. 24 8月, 2011 2 次提交
  10. 08 8月, 2011 1 次提交
  11. 26 6月, 2011 1 次提交
  12. 10 6月, 2011 1 次提交
  13. 08 6月, 2011 1 次提交
  14. 16 5月, 2011 1 次提交
  15. 14 4月, 2011 2 次提交
  16. 12 4月, 2011 1 次提交
  17. 07 3月, 2011 3 次提交
  18. 22 2月, 2011 1 次提交
  19. 05 1月, 2011 1 次提交
  20. 20 12月, 2010 7 次提交
  21. 11 12月, 2010 1 次提交
  22. 23 11月, 2010 9 次提交