aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-21/+13
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-9/+3
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+3
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-54/+13
2017-07-03Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds112-3686/+7177
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds4-17/+16
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki3-9/+3
2017-07-03Merge branch 'uuid-types'Rafael J. Wysocki4-17/+16
2017-06-29Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller1-0/+4
2017-06-29USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky1-17/+21
2017-06-29usb: host: ohci-pxa27x: Handle return value of clk_prepare_enableArvind Yadav1-3/+7
2017-06-28USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJeremie Rapin1-0/+1
2017-06-28Merge tag 'usb-serial-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman3-105/+146
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2-3/+2
2017-06-27usbip: Fix uninitialized variable bug in vhciYuyang Du1-1/+1
2017-06-27usb: core: read USB ports from DT in the usbport LED trigger driverRafał Miłecki1-0/+56
2017-06-27usb: typec: ucsi: Add ACPI driverHeikki Krogerus7-720/+176
2017-06-27usb: typec: Add support for UCSI interfaceHeikki Krogerus9-0/+1367
2017-06-27usb: musb: compress return logic into one lineGustavo A. R. Silva1-4/+2
2017-06-27Merge tag 'usb-ci-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-8/+21
2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki4-17/+16
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-28/+24
2017-06-21USB: serial: propagate late probe errorsJohan Hovold1-11/+12
2017-06-21USB: serial: refactor port endpoint setupJohan Hovold1-92/+130
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-6/+5
2017-06-20usb: musb: tusb6010_omap: Convert to DMAengine APIPeter Ujfalusi1-121/+80
2017-06-20usb: musb: tusb6010: Handle DMA TX completion in DMA callback as wellPeter Ujfalusi2-48/+4
2017-06-20usb: musb: tusb6010_omap: Allocate DMA channels upfrontPeter Ujfalusi1-93/+92
2017-06-20usb: musb: tusb6010_omap: Create new struct for DMA data/parametersPeter Ujfalusi1-79/+85
2017-06-20usb: musb: tusb6010_omap: Use one musb_ep_select call in tusb_omap_dma_programPeter Ujfalusi1-2/+1
2017-06-20usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirksPeter Ujfalusi1-1/+2
2017-06-20usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi2-0/+4
2017-06-20usb: musb: musb_cppi41: Defer probe only if DMA is not readyAlexandre Bailon1-4/+7
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman49-2028/+4271
2017-06-20Merge 4.12-rc6 into usb-nextGreg Kroah-Hartman7-29/+25
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol6-15/+942
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol7-51/+53
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol6-636/+845
2017-06-19usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol1-79/+28
2017-06-19usb: gadget: function: f_uac1: implement get_alt()Ruslan Bilovol1-1/+39
2017-06-19usb: gadget: udc: atmel: Remove unnecessary macrosAlexandre Belloni2-12/+8
2017-06-19usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam1-1/+1
2017-06-18Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-28/+24
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-7/+6
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-10/+5
2017-06-15xhci: cleanup finish_td() skip optionMathias Nyman1-9/+5
2017-06-15xhci: cleanup virtual endoint structure, remove stopped_streamMathias Nyman3-11/+7
2017-06-15xhci: handle transfer events without TRB pointerMathias Nyman1-2/+22