summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds181-3722/+4720
2012-01-09... and the same for gadgetfsAl Viro1-15/+11
2012-01-09functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds10-13/+12
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+7
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds7-24/+21
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-688/+43
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman41-688/+43
2012-01-06USB: Add USB-ID for Multiplex RC serial adapter to cp210x.cMalte Schröder1-0/+1
2012-01-05Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman3-3/+5
2012-01-05xhci: Clean up 32-bit build warnings.Sarah Sharp1-2/+4
2012-01-05usb: usb-storage doesn't support dynamic id currently, the patch disables the...Huajun Li1-0/+1
2012-01-05drivers/usb/class/cdc-acm.c: clear dangling pointerJulia Lawall1-0/+4
2012-01-05drivers/usb/dwc3/dwc3-pci.c: introduce missing kfreeJulia Lawall1-1/+1
2012-01-05drivers/usb/host/isp1760-if.c: introduce missing kfreeJulia Lawall1-4/+9
2012-01-05usb: option: add ZD Incorporated HSPA modemJanne Snabb1-0/+5
2012-01-05usb: ch9: fix up MaxStreams helperFelipe Balbi2-4/+2
2012-01-05USB: usb-skeleton.c: cleanup open_countMing Lei1-18/+4
2012-01-05USB: usb-skeleton.c: fix open/disconnect raceMing Lei1-1/+17
2012-01-05xhci: Properly handle COMP_2ND_BW_ERRHans de Goede2-1/+1
2012-01-04usbfs: propagate umode_tAl Viro1-10/+8
2012-01-04switch ->is_visible() to returning umode_tAl Viro1-2/+2
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro5-5/+5
2012-01-04vfs: live vfsmounts never have NULL ->mnt_sbAl Viro1-3/+2
2012-01-04vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-3/+3
2012-01-04USB: remove dead code from suspend/resume pathOliver Neukum1-21/+7
2012-01-04USB: add quirk for another cameraOliver Neukum1-1/+4
2012-01-04drivers: usb: wusbcore: Fix dependency for USB_WUSBFabio Estevam1-0/+1
2012-01-03xhci: Better debugging for critical host errors.Sarah Sharp1-0/+18
2012-01-02misc latin1 to utf8 conversionsAl Viro5-8/+8
2011-12-26Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-6/+7
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-10/+28
2011-12-23xhci: Be less verbose during URB cancellation.Sarah Sharp2-17/+17
2011-12-23xhci: Remove debugging about ring structure allocation.Sarah Sharp1-14/+0
2011-12-23xhci: Remove debugging about toggling cycle bits.Sarah Sharp1-13/+0
2011-12-23xhci: Remove debugging for individual transfers.Sarah Sharp1-22/+0
2011-12-23xhci: Remove useless sg-list debugging.Sarah Sharp1-20/+0
2011-12-23xhci: Remove warnings about MSI and MSI-X capabilities.Sarah Sharp1-4/+4
2011-12-23xhci: Remove scary warnings about transfer issues.Sarah Sharp1-4/+3
2011-12-23Trivial: xhci: Fix copy-paste error.Sarah Sharp1-1/+1
2011-12-23usbfs: Fix oops related to user namespace conversion.Sarah Sharp1-1/+2
2011-12-23Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman16-263/+1847
2011-12-23Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-0/+3
2011-12-23Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman4-34/+21
2011-12-23Merge branch 'for-next/xceiv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-10/+10
2011-12-22Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Greg Kroah-Hartman3-4/+5
2011-12-22USB: Fix usb/isp1760 build on sparcDavid Miller1-4/+4
2011-12-22Merge branch 'master' into pm-sleepRafael J. Wysocki25-96/+117
2011-12-21usb: dwc3: gadget: add support for SG listsFelipe Balbi1-17/+98