1. 28 Jun, 2012 1 commit
  2. 27 Jun, 2012 6 commits
    • Linus Torvalds's avatar
      Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 47b514cd
      Linus Torvalds authored
      Pull USB fixes from Greg Kroah-Hartman:
       "Here are some small USB gadget bugfixes, and a few new USB device ids
        added to some drivers for the 3.5-rc5 release.
      
        Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>"
      
      * tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        USB: CP210x Add 10 Device IDs
        USB: option: Add USB ID for Novatel Ovation MC551
        usb: phy: Fix Kconfig dependency for Phy drivers
        usb-storage: revert commit afff07e6 (Add 090c:1000 to unusal-devs)
        SCSI & usb-storage: add try_rc_10_first flag
        usb: musb: host: release dma channels if no active io
        usb: gadget: lpc32xx_udc: fix build error with debugfs enabled
        usb: otg: twl6030-usb: Fix twl writes
        USB: option: add id for Cellient MEN-200
        usb: dwc3: fix giveback of queued request in ep_dequeue
        usb: gadget: Complete fsl qe/udc driver conversion
      47b514cd
    • Linus Torvalds's avatar
      Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 2b256794
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "Here you find quite a few changes for HD-audio and a copule of quirk
        additions for USB-audio.  All reasonably small and/or trivial."
      
      * tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda - Fix power-map regression for HP dv6 & co
        ALSA: hda - Initialize caches at codec reconfiguration
        ALSA: hda - Fix memory leaks at module unload
        ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsers
        ALSA: hda - Add Realtek ALC280 codec support
        ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKS
        ASoC: wm8994: remove duplicate code
        ALSA: usb-audio: add BOSS GT-100 support
        ALSA: HDA: Add inverted internal mic quirk for Lenovo S205
        ALSA: hda - Fix ALC272X codec detection
        ALSA: snd_usb_audio: ignore ctrl errors on QuickCam Pro for Notebooks
        ALSA: snd_usb_audio: ignore ctrl errors on QuickCam E3500
      2b256794
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu · 6ebfbe9a
      Linus Torvalds authored
      Pull a m68knommu fix from Greg Ungerer:
       "It contains a single fix for breakage using the Freescale FEC eth
        driver on ColdFire CPUs."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
        m68knommu: define a local devm_clk_get() function
      6ebfbe9a
    • Linus Torvalds's avatar
      Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc · 843760c5
      Linus Torvalds authored
      Pull MMC fixes from Chris Ball:
      
       - omap_hsmmc: Using AUTO_CMD12 (enabled by default in 3.5-rc1) has
         been found to cause data corruption on the BeagleBoard, but no
         other OMAP boards so far.  Revert the patch until there's a root
         cause explanation that makes sense, at which point we might
         decide to use a blacklist or whitelist.
      
       - mmc_block: Fix incorrect data timeouts for the case of multiblock
         (ACMD22) writes for block-addressed cards.
      
      * tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc:
        Revert "mmc: omap_hsmmc: Enable Auto CMD12"
        mmc: block: fix the data timeout issue with ACMD22
      843760c5
    • Linus Torvalds's avatar
      Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux · e04fb020
      Linus Torvalds authored
      Pull clk common framework fixes from Mike Turquette:
       "This contains three NULL pointer fixes and two device regression
        fixups.
      
        Two NULL pointer dereferences were in the common clk core due to lack
        of sanity checking and the third NPD was in the mxs-specific clock
        code due to incorrect use of __initdata.
      
        The device regressions were the result of improper data: a wrong
        string name for matching DT data broke the SPEAr ethernet controller
        and another string matching problem in the mxs clock data resulted in
        a broken MMC controller."
      
      * tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux:
        clk: mxs: fix clock lookup after freeing init memory
        clk: mxs: fix ref_io clock definition
        clk: Check parent for NULL in clk_change_rate
        clk: Allow late cache allocation for clk->parents
        clk: SPEAr600: Fix ethernet clock name for DT based probing
      e04fb020
    • Dave Jones's avatar
      chmod +x scripts/gfp-translate · 6b44695e
      Dave Jones authored
      This script lacks an executable bit.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      6b44695e
  3. 26 Jun, 2012 12 commits
  4. 25 Jun, 2012 18 commits
  5. 24 Jun, 2012 3 commits