1. 30 Jun, 2012 7 commits
  2. 29 Jun, 2012 13 commits
  3. 28 Jun, 2012 16 commits
  4. 27 Jun, 2012 4 commits
    • David S. Miller's avatar
      Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can · a969dd13
      David S. Miller authored
      Marc Kleine-Budde says:
      
      ====================
      here's a patch intended for v3.5, targeting net/master. Hui Wang has
      found and fixed an endianness problem in the device tree handling in
      the flexcan driver.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a969dd13
    • Dan Carpenter's avatar
      9p: fix min_t() casting in p9pdu_vwritef() · d31bb4f0
      Dan Carpenter authored
      I don't think we're actually likely to hit this limit but if we do
      then the comparison should be done as size_t.  The original code
      is equivalent to:
              len = strlen(sptr) % USHRT_MAX;
      Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d31bb4f0
    • 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