Skip to content
  1. Nov 29, 2011
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 3c512b19
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (28 commits)
        ALSA: hda - Fix jack-detection control of VT1708
        ALSA: hda - cut and paste typo in cs420x_models[]
        ALSA: hda/realtek - Minor cleanup
        ALSA: hda/realtek - Fix missing inits of item indices for auto-mic
        ALSA: hda - Fix invalid pin and GPIO for Apple laptops with CS codecs
        ALSA: hda - Check subdevice mask in snd_hda_check_board_codec_sid_config()
        ALSA: hda - fail ELD reading early
        ALSA: lx6464es - fix device communication via command bus
        ALSA: lx6464es - command buffer API cleanup
        ALSA: hda - repoll ELD content for multiple times
        ALSA: hdspm - Fix PCI ID for PCIe RME MADI cards
        ASoC: Ensure WM8731 register cache is synced when resuming from disabled
        ALSA: cs5535 - Fix an endianness conversion
        ASoC: cs4271: Fix wrong mask parameter in some snd_soc_update_bits calls
        ASoC: wm_hubs: fix DB_RANGE size
        ASoC: wm9090: fix DB_RANGE size
        ASoC: wm8993: fix DB_RANGE size
        ASoC: wm8962: fix DB_RANGE size
        ASoC: sgtl5000: fix DB_RANGE size
        ASoC: rt5631: fix DB_RANGE size
        ...
      3c512b19
    • Linus Torvalds's avatar
      Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · c28800a9
      Linus Torvalds authored
      * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        hrtimer: Fix extra wakeups from __remove_hrtimer()
        timekeeping: add arch_offset hook to ktime_get functions
        clocksource: Avoid selecting mult values that might overflow when adjusted
        time: Improve documentation of timekeeeping_adjust()
      c28800a9
    • Linus Torvalds's avatar
      Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · ce8f55c2
      Linus Torvalds authored
      * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        genirq: Don't allow per cpu interrupts to be suspended
      ce8f55c2
    • Edward Donovan's avatar
      genirq: fix regression in irqfixup, irqpoll · 52553ddf
      Edward Donovan authored
      Commit fa27271b("genirq: Fixup poll handling") introduced a
      regression that broke irqfixup/irqpoll for some hardware configurations.
      
      Amidst reorganizing 'try_one_irq', that patch removed a test that
      checked for 'action->handler' returning IRQ_HANDLED, before acting on
      the interrupt.  Restoring this test back returns the functionality lost
      since 2.6.39.  In the current set of tests, after 'action' is set, it
      must precede '!action->next' to take effect.
      
      With this and my previous patch to irq/spurious.c, c75d720f
      
      , all
      IRQ regressions that I have encountered are fixed.
      
      Signed-off-by: default avatarEdward Donovan <edward.donovan@numble.net>
      Reported-and-tested-by: default avatarRogério Brito <rbrito@ime.usp.br>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: stable@kernel.org (2.6.39+)
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      52553ddf
  2. Nov 28, 2011
  3. Nov 27, 2011
    • Andy Whitcroft's avatar
      iio: iio_event_getfd -- fix ev_int build failure · aaa0b4f0
      Andy Whitcroft authored
      
      
      Fix build failure in staging iio driver:
      
      .../drivers/staging/iio/industrialio-core.c: In function 'iio_event_getfd':
      .../drivers/staging/iio/industrialio-core.c:262:32: error:
      			'ev_int' undeclared (first use in this function)
      
      Also convert the rest of the function to use the new variable.
      
      Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      aaa0b4f0
    • Linus Torvalds's avatar
      Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc · ac03564f
      Linus Torvalds authored
      * 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
        powerpc/44x: Add mtd ndfc to the ppx44x defconfig
        powerpc: Fix compiliation with hugetlbfs enabled
        arch/powerpc/sysdev/ehv_pic.c: add missing kfree
        powerpc/fsl-lbc: Fix for fsl_upm
        drivers/edac/mpc85xx_edac.c: fix memory controller compatible for edac
        powerpc/qe: Fixup QE_General4 errata
        powerpc/85xx: Fix compile error on p3060_qds.c
        powerpc/p3060qds: Fix select of 'MPC8xxx_GPIO'
        powerpc/p1023: set IRQ[4:6,11] to active-high level sensitive for PCIe
      ac03564f
  4. Nov 26, 2011
  5. Nov 25, 2011
  6. Nov 24, 2011
  7. Nov 23, 2011