1. 21 8月, 2009 3 次提交
  2. 18 8月, 2009 2 次提交
  3. 08 8月, 2009 1 次提交
    • U
      ASoC: s3c2443-ac97: convert semaphore to mutex · dbe9ea6e
      Uwe Kleine-König 提交于
      This fixes a build failure for 2.6.31-rc4-rt1 (ARCH=arm, s3c2410_defconfig):
      
      	  CC [M]  sound/soc/s3c24xx/s3c2443-ac97.o
      	sound/soc/s3c24xx/s3c2443-ac97.c:50: warning: type defaults to 'int' in declaration of 'DECLARE_MUTEX'
      	sound/soc/s3c24xx/s3c2443-ac97.c:50: warning: parameter names (without types) in function declaration
      	sound/soc/s3c24xx/s3c2443-ac97.c: In function 's3c2443_ac97_read':
      	sound/soc/s3c24xx/s3c2443-ac97.c:59: error: 'ac97_mutex' undeclared (first use in this function)
      	sound/soc/s3c24xx/s3c2443-ac97.c:59: error: (Each undeclared identifier is reported only once
      	sound/soc/s3c24xx/s3c2443-ac97.c:59: error: for each function it appears in.)
      	sound/soc/s3c24xx/s3c2443-ac97.c: In function 's3c2443_ac97_write':
      	sound/soc/s3c24xx/s3c2443-ac97.c:93: error: 'ac97_mutex' undeclared (first use in this function)
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      dbe9ea6e
  4. 06 8月, 2009 1 次提交
  5. 30 7月, 2009 2 次提交
  6. 10 6月, 2009 1 次提交
  7. 28 5月, 2009 1 次提交
  8. 23 5月, 2009 1 次提交
  9. 18 5月, 2009 1 次提交
    • B
      [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> · ec976d6e
      Ben Dooks 提交于
      Move all the gpio functions out of <mach/hardware.h> as
      this file is for defining the generic IO base addresses
      for the kernel IO calls.
      
      Make a new header <mach/gpio-fns.h> to take this and
      include it via the chain from <linux/gpio.h> which is
      what most of these files should be using (and will be
      changed as soon as possible).
      
      Note, this does make minor changes to some drivers but
      should not mess up any pending merges.
      
      CC: Richard Purdie <rpurdie@rpsys.net>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      CC: David Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      ec976d6e
  10. 01 5月, 2009 1 次提交
  11. 30 4月, 2009 10 次提交
  12. 28 4月, 2009 3 次提交
  13. 25 4月, 2009 2 次提交
  14. 23 4月, 2009 1 次提交
  15. 16 4月, 2009 4 次提交
  16. 09 4月, 2009 1 次提交
    • M
      ASoC: Disable S3C64xx support in Kconfig · 6e498d5e
      Mark Brown 提交于
      Due to the process and communications issues with the 2.6.30 S3C
      platform merges none of the underlying arch/arm code for S3C64xx audio
      support made it into mainline, rendering the drivers useless.  Disable
      them in Kconfig to avoid user confusion - users patching in the required
      support can always reenable this too.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      6e498d5e
  17. 07 4月, 2009 1 次提交
  18. 16 3月, 2009 1 次提交
  19. 12 3月, 2009 2 次提交
  20. 09 3月, 2009 1 次提交