1. 07 Feb, 2012 6 commits
  2. 06 Feb, 2012 5 commits
  3. 05 Feb, 2012 1 commit
  4. 04 Feb, 2012 26 commits
  5. 03 Feb, 2012 2 commits
    • Linus Torvalds's avatar
      Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux · 7c7ed8ec
      Linus Torvalds authored
      Trivial kmemleak bug-fixes:
      
       - Early logging doesn't stop when kmemleak is off by default.
       - Zero-size scanning areas should be ignored (currently it prints a
         warning).
      
      * tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux:
        kmemleak: Disable early logging when kmemleak is off by default
        kmemleak: Only scan non-zero-size areas
      7c7ed8ec
    • Linus Torvalds's avatar
      Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 7f06db34
      Linus Torvalds authored
      sound fixes for 3.3-rc3
      
      Most of commits are either regression fixes for varioud HD-audio
      codecs or small ASoC fixes.  Also a trivial build fix is included.
      
      * tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda - Disable dynamic-power control for VIA as default
        ALSA: hda - Allow analog low-current mode when dynamic power-control is on
        ALSA: hda - Fix the logic to detect VIA analog low-current mode
        ALSA: hda - Check power-state before changing in patch_via.c
        ALSA: HDA: Fix duplicated output to more than one codec
        ALSA: hda - Fix calling cs_automic twice for Cirrus codecs.
        ALSA: HDA: Remove quirk for Toshiba Qosmio G50
        ALSA: HDA: Fix jack creation for codecs with front and rear Line In
        ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660
        ASoC: neo1973_wm8753: remove references to the neo1973-gta01 machine
        ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions
        ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixer
        ALSA: HDA: Remove quirk for Asus N53Jq
        ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputs
        ASoC: wm5100: Mark register cache as dirty when regulators are disabled
        ASoC: wm8962: Mark register cache as dirty when regulators are disabled
        ASoC: wm8996: Mark register cache as dirty when regulators are disabled
        ASoC: wm5100: Fix microphone configuration
        ASoC: wm5100: Make sure we switch to button reporting mode
      7f06db34