1. 12 Aug, 2009 8 commits
    • Thomas Gleixner's avatar
      6652dba0
    • Uwe Kleine-König's avatar
      ARM: Use atomic_spin_lock/atomic_spin_unlock for irqdesc lock · 7f5ea4e1
      Uwe Kleine-König authored
      This was missed in commit fd2bde5d (genirq: Convert irqdesc lock to
      atomic_spinlock)
      Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      LKML-Reference: <1249678516-8639-1-git-send-email-u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      7f5ea4e1
    • Uwe Kleine-König's avatar
      ARM: msm: include linux/cache.h in proc_comm.c · 68718e6f
      Uwe Kleine-König authored
      This fixes a a build failure for 2.6.31-rc4-rt1 (ARCH=arm,
      msm_defconfig):
      
        CC      arch/arm/mach-msm/proc_comm.o
        arch/arm/mach-msm/proc_comm.c:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__cacheline_aligned_in_smp'
        arch/arm/mach-msm/proc_comm.c: In function 'msm_proc_comm':
        arch/arm/mach-msm/proc_comm.c:76: error: 'proc_comm_lock' undeclared (first use in this function)
        arch/arm/mach-msm/proc_comm.c:76: error: (Each undeclared identifier is reported only once
        arch/arm/mach-msm/proc_comm.c:76: error: for each function it appears in.)
      Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Brian Swetland <swetland@google.com>
      LKML-Reference: <1249677761-19470-3-git-send-email-u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      68718e6f
    • Thomas Gleixner's avatar
      Merge branch 'rt/semaphore' into rt/base · e57542b0
      Thomas Gleixner authored
      e57542b0
    • Uwe Kleine-König's avatar
      s3c2443-ac97: convert semaphore to mutex · 87980853
      Uwe Kleine-König authored
      This fixes a build failure for 2.6.31-rc4-rt1 (ARCH=arm, s3c2410_defconfig):
      
        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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Takashi Iwai <tiwai@suse.de>
      Cc: Jaroslav Kysela <perex@perex.cz>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Timur Tabi <timur@freescale.com>
      Cc: Eric Miao <eric.miao@marvell.com>
      Cc: alsa-devel@alsa-project.org
      LKML-Reference: <1249677761-19470-2-git-send-email-u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      87980853
    • Uwe Kleine-König's avatar
      ucb1x00: include linux/semaphore.h · 4c1d832e
      Uwe Kleine-König authored
      This fixes the following error:
      
        CC      drivers/mfd/ucb1x00-core.o
        drivers/mfd/ucb1x00-core.c: In function 'ucb1x00_adc_enable':
        drivers/mfd/ucb1x00-core.c:138: error: implicit declaration of function 'down'
        drivers/mfd/ucb1x00-core.c: In function 'ucb1x00_adc_disable':
        drivers/mfd/ucb1x00-core.c:196: error: implicit declaration of function 'up'
        drivers/mfd/ucb1x00-core.c: In function 'ucb1x00_probe':
        drivers/mfd/ucb1x00-core.c:500: error: implicit declaration of function 'sema_init'
      Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Samuel Ortiz <sameo@linux.intel.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      LKML-Reference: <1249677761-19470-1-git-send-email-u.kleine-koenig@pengutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      4c1d832e
    • Thomas Gleixner's avatar
      Merge branch 'linus' into rt/base · bda92634
      Thomas Gleixner authored
      Conflicts:
      	kernel/perf_counter.c
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      bda92634
    • Linus Torvalds's avatar
      Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/fyu/linux-2.6 · 7cb7beb3
      Linus Torvalds authored
      * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/fyu/linux-2.6:
        arch/ia64/kernel/iosapic: missing test after ioremap()
        ia64/topology.c: exit cache_add_dev when kobject_init_and_add fails
        arch/ia64/Makefile: Remove -mtune=merced in IA64 kernel build
        IA64: includecheck fix: ia64, pgtable.h
        IA64: includecheck fix: ia64, ia64_ksyms.c
        ia64: boolean __test_and_clear_bit
        Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() call in iommu_dma_supported()
      7cb7beb3
  2. 11 Aug, 2009 13 commits
  3. 10 Aug, 2009 19 commits