summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | USB: serial: f81232: clear overrun flagJi-Ze Hong (Peter Hong)2019-05-031-1/+24
| | * | | USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)2019-05-031-0/+39
| | * | | USB: serial: io_edgeport: fix up switch fall-through commentsGreg Kroah-Hartman2019-05-031-23/+14
| | * | | USB: serial: drop unnecessary gotoJohan Hovold2019-04-301-2/+1
| | * | | USB: serial: clean up throttle handlingJohan Hovold2019-04-301-26/+8
| | * | | USB: serial: fix unthrottle racesJohan Hovold2019-04-301-7/+32
| | * | | USB: serial: spcp8x5: simplify init_termiosJohan Hovold2019-04-261-4/+1
| | * | | USB: serial: oti6858: simplify init_termiosJohan Hovold2019-04-261-4/+1
| | * | | USB: serial: iuu_phoenix: simplify init_termiosJohan Hovold2019-04-261-2/+1
| | * | | USB: serial: iuu_phoenix: drop bogus initial cflagJohan Hovold2019-04-261-2/+1
| | * | | USB: serial: cypress_m8: clean up initial-termios handlingJohan Hovold2019-04-261-29/+7
| | * | | USB: serial: cypress_m8: drop unused termiosJohan Hovold2019-04-261-11/+1
| | * | | USB: serial: cypress_m8: drop unused driver data flagJohan Hovold2019-04-261-1/+0
| | * | | USB: serial: ark3116: drop redundant init_termiosJohan Hovold2019-04-261-11/+0
| | * | | USB: serial: fix initial-termios handlingJohan Hovold2019-04-261-4/+7
| | * | | USB: serial: digi_acceleport: clean up set_termiosJohan Hovold2019-04-211-17/+16
| | * | | USB: serial: digi_acceleport: clean up modem-control handlingJohan Hovold2019-04-211-4/+4
| | * | | USB: serial: pl2303: fix tranceiver suspend modeJohan Hovold2019-04-031-4/+29
| | * | | USB: serial: pl2303: fix non-supported xon/xoffJohan Hovold2019-04-031-5/+20
| * | | | usb: usb251xb: Add US port lanes inversion propertySerge Semin2019-05-021-0/+2
| * | | | usb: usb251xb: Create a ports field collector methodSerge Semin2019-05-021-45/+26
| * | | | usb: isp1760-hcd: Fix fall-through annotationsGustavo A. R. Silva2019-05-011-2/+2
| * | | | usb: musb: dsps: Use dev_get_drvdata()Kefeng Wang2019-04-301-4/+2
| * | | | usb: musb: jz4740: obtain USB PHY from devicetreePaul Cercueil2019-04-301-10/+7
| * | | | usb: musb: jz4740: Let the platform probe the PHYPaul Cercueil2019-04-301-2/+0
| * | | | soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland2019-04-302-1/+2
| * | | | usb: musb: omap2430: Add support for idling phy when musb is idleTony Lindgren2019-04-301-0/+6
| * | | | usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil2019-04-301-4/+5
| * | | | usbip: vhci_hcd: Mark expected switch fall-throughGustavo A. R. Silva2019-04-301-0/+1
| * | | | UAS: fix alignment of scatter/gather segmentsOliver Neukum2019-04-301-13/+22
| * | | | USB: cdc-acm: clean up throttle handlingJohan Hovold2019-04-292-27/+9
| * | | | USB: cdc-acm: fix unthrottle racesJohan Hovold2019-04-291-7/+25
| * | | | usb: typec: ucsi: ccg: fix missing unlock on error in ccg_cmd_write_flash_row()Wei Yongjun2019-04-291-0/+1
| * | | | usb: xhci: add endpoint context tracing when an endpoint is addedMathias Nyman2019-04-272-0/+9
| * | | | xhci: Add tracing for input control contextMathias Nyman2019-04-273-0/+57
| * | | | xhci: add port and bus number to port dynamic debuggingMathias Nyman2019-04-273-25/+48
| * | | | usb: xhci: add Immediate Data Transfer supportNicolas Saenz Julienne2019-04-273-0/+45
| * | | | usb: usb251xb: Add an empty hub' i2c-bus segment checkerSerge Semin2019-04-271-0/+7
| * | | | usb/hcd: Send a uevent signaling that the host controller had diedRaul E Rangel2019-04-251-0/+24
| * | | | usb: typec: Add driver for NVIDIA Alt ModesAjay Gupta2019-04-254-1/+59
| * | | | usb: typec: displayport: Export probe and remove functionsAjay Gupta2019-04-252-5/+15
| * | | | usb: typec: ucsi: Support for DisplayPort alt modeHeikki Krogerus2019-04-254-8/+364
| * | | | usb: typec: ucsi: Preliminary support for alternate modesHeikki Krogerus2019-04-254-92/+428
| * | | | usb: typec: ucsi: ccg: add firmware flashing supportAjay Gupta2019-04-251-13/+814
| * | | | i2c: nvidia-gpu: Supply CCGx driver the fw build infoAjay Gupta2019-04-251-0/+7
| * | | | usb: typec: ucsi: ccg: add get_fw_info functionAjay Gupta2019-04-251-2/+64
| * | | | usb: usb251xb: Lock i2c-bus segment the hub residesSerge Semin2019-04-251-0/+55
| * | | | usb: dwc3: Allow building USB_DWC3_QCOM without EXTCONMarc Gonzalez2019-04-251-2/+4
| * | | | usbip: stub_rx: tidy the indenting in is_clear_halt_cmd()Dan Carpenter2019-04-251-3/+3
| * | | | Merge tag 'phy-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kish...Greg Kroah-Hartman2019-04-2542-354/+4539
| |\ \ \ \