summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2017-02-03usb: musb: davinci: remove redundant codeBin Liu1-1/+0
2017-02-03usb: musb: am35x: remove redundant codeBin Liu1-1/+0
2017-02-03usb: musb: da8xx: remove redundant codeBin Liu1-1/+0
2017-02-03usb: musb: dsps: remove redundant codeBin Liu1-1/+0
2017-02-03usb: musb: remove musb_generic_disable functionBin Liu1-16/+10
2017-02-03usb: musb: da8xx: Remove CPPI 3.0 quirk and methodsAlexandre Bailon1-5/+1
2017-02-03usb: misc: adutux: remove redundant error check on copy_to_user return codeColin Ian King1-4/+0
2017-02-03usb: chipidea: msm: Fix return value check in ci_hdrc_msm_probe()Wei Yongjun1-2/+2
2017-02-03usb: chipidea: Configure phy for appropriate modeStephen Boyd1-6/+14
2017-01-31USB: serial: keyspan_pda: fix receive sanity checksJohan Hovold1-5/+14
2017-01-31USB: serial: digi_acceleport: fix incomplete rx sanity checkJohan Hovold1-15/+23
2017-01-31USB: serial: digi_acceleport: fix OOB data sanity checkJohan Hovold1-5/+9
2017-01-31USB: serial: pl2303: add ATEN device IDMarcel J.E. Mol2-0/+2
2017-01-31USB: serial: ark3116: use port device for info and error messagesJohan Hovold1-10/+6
2017-01-31USB: serial: ark3116: remove redundant interrupt-urb checkJohan Hovold1-2/+2
2017-01-31USB: serial: ark3116: fix endpoint-check return valueJohan Hovold1-11/+5
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij55-414/+678
2017-01-27Merge tag 'usb-serial-4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-0/+2
2017-01-26USB: cdc-acm: fix TIOCGSERIAL flagsJohan Hovold1-1/+0
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman57-2204/+2233
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-5/+8
2017-01-26USB: serial: add uPD78F0730 USB to Serial Adaptor DriverMaksim Salau3-0/+450
2017-01-26usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi1-3/+18
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit4-5/+5
2017-01-26usb: dwc2: fix "iomem 0x00000000" messageHeiner Kallweit1-0/+7
2017-01-26usb: phy: ab8500: remove unused ab8500_eyediagram_workaroud()Arnd Bergmann1-13/+0
2017-01-26usb: gadget: udc: fsl: Add missing complete function.Magnus Lilja1-2/+8
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold8-8/+0
2017-01-26USB: serial: ftdi_sio: clean up ioctl handlerJohan Hovold1-12/+7
2017-01-25USB: serial: ftdi_sio: fix extreme low-latency settingJohan Hovold1-2/+0
2017-01-25usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier1-1/+12
2017-01-25usb: dwc3: gadget: read IN ep FIFO size from HWFelipe Balbi1-0/+38
2017-01-25USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský1-0/+4
2017-01-25usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren1-0/+11
2017-01-25usb: musb: Fix host mode error -71 regressionTony Lindgren2-14/+2
2017-01-25xhci: refactor xhci_urb_enqueueMathias Nyman1-56/+37
2017-01-25xhci: simplify how we store TDs in urb private dataMathias Nyman4-33/+18
2017-01-25xhci: Rename variables related to transfer descritporsMathias Nyman3-14/+14
2017-01-25xhci: rename size variable to num_tdsMathias Nyman1-8/+8
2017-01-25usb: host: xhci: add xhci_virt_device tracerFelipe Balbi4-0/+67
2017-01-25usb: host: xhci: remove newline from tracerFelipe Balbi1-1/+1
2017-01-25usb: host: xhci: convert several if() to a single switch statementFelipe Balbi1-4/+6
2017-01-25usb: host: xhci: add urb_enqueue/dequeue/giveback tracersFelipe Balbi3-0/+76
2017-01-25usb: host: xhci: make a generic TRB tracerFelipe Balbi3-23/+375
2017-01-25usb: host: xhci: combine event TRB completion debugging messagesFelipe Balbi1-0/+80
2017-01-25usb: host: xhci: convert to list_for_each_entry_safe()Felipe Balbi1-7/+8
2017-01-25xhci: use the trb_to_noop() helper for command trbsMathias Nyman1-10/+2
2017-01-25xhci: Introduce helper to turn one TRB into a no-opMathias Nyman1-12/+17
2017-01-25usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()Felipe Balbi1-6/+3
2017-01-25usb: host: xhci: check for a valid ring when unmapping bounce bufferFelipe Balbi1-1/+1