aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23usb: gadget: function: f_hid: fix sparse warningLad, Prabhakar1-1/+1
2015-02-23usb: isp1760: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2015-02-23usb: musb: Fix getting a generic phy for musb_dspsTony Lindgren1-1/+24
2015-02-23usb: renesas: fix extcon dependencyArnd Bergmann1-0/+1
2015-02-23usb: musb: Fix use for of_property_read_bool for disabled multipointTony Lindgren2-4/+10
2015-02-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
2015-02-23usb: gadget: function: phonet: balance usb_ep_disable callsFelipe Balbi1-1/+4
2015-02-23usb: musb: musb_host: Enable HCD_BH flag to handle urb return in bottom halfGeorge Cherian1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds4-21/+21
2015-02-17gadget: switch ep_io_operations to ->read_iter/->write_iterAl Viro1-214/+141
2015-02-17gadgetfs: use-after-free in ->aio_read()Al Viro1-3/+12
2015-02-17gadget/function/f_fs.c: switch to ->{read,write}_iter()Al Viro1-78/+58
2015-02-17gadget/function/f_fs.c: use put iov_iter into io_dataAl Viro1-61/+25
2015-02-17gadget/function/f_fs.c: close leaksAl Viro1-2/+12
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+9
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-254/+281
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+9
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds147-2796/+7737
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo4-16/+8
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-02-11xilinx usb2 gadget: get rid of incredibly annoying compile warningLinus Torvalds1-2/+2
2015-02-08USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht1-12/+0
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman85-2213/+7085
2015-02-04usb: musb: fix device hotplug behind hubBin Liu2-1/+7
2015-02-04usb: dwc2: Fix a bug in reading the endpoint directions from reg.Roshan Pius1-1/+1
2015-02-03usb: Retry port status check on resume to work around RH bugsJulius Werner1-3/+12
2015-02-03Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can1-25/+9
2015-02-03uhci-hub: use HUB_CHAR_*Sergei Shtylyov1-2/+3
2015-02-03usb: kconfig: replace PPC_OF with PPCKevin Hao1-4/+4
2015-02-03ehci-pci: disable for Intel MID platforms (update)Andy Shevchenko2-6/+13
2015-02-02usb: gadget: Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-02-02usb: musb: blackfin: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-02-02Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman6-5/+28
2015-01-31USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2015-01-31ehci-pci: disable for Intel MID platformsAndy Shevchenko1-1/+22
2015-01-31usb: host: pci_quirks: joing string literalsAndy Shevchenko1-21/+25
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2-0/+15
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern1-26/+37
2015-01-31cdc-acm: kill unnecessary messagesOliver Neukum1-24/+9
2015-01-31cdc-acm: add sanity checksOliver Neukum1-5/+16
2015-01-30Merge tag 'usb-serial-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-0/+1
2015-01-30Merge tag 'usb-serial-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman2-106/+14
2015-01-30usb: phy: phy-generic: Fix USB PHY gpio resetFabio Estevam1-4/+5
2015-01-30usb: dwc2: fix USB core dependenciesArnd Bergmann1-2/+2
2015-01-30usb: renesas_usbhs: fix NULL pointer dereference in dma_release_channel()Yoshihiro Shimoda1-0/+4
2015-01-30usb: phy: generic: fix the vbus interrupt requestRobert Jarzmik1-1/+2
2015-01-30usb: phy: generic: fix the gpios to be optionalRobert Jarzmik1-5/+7
2015-01-30usb: dwc2: gadget: initialize controller in pullup callbackGregory Herrero1-0/+1