summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | USB: serial: ftdi_sio: drop GPIO line checking dead codeMarc Zyngier2020-12-091-3/+0
| | * | | | | | USB: serial: ftdi_sio: report the valid GPIO lines to gpiolibMarc Zyngier2020-12-091-0/+14
| | * | | | | | USB: serial: option: add interface-number sanity check to flag handlingJohan Hovold2020-12-091-2/+21
| | * | | | | | USB: serial: cp210x: clean up dtr_rts()Johan Hovold2020-12-041-4/+4
| | * | | | | | USB: serial: cp210x: refactor flow-control handlingJohan Hovold2020-12-041-50/+47
| | * | | | | | USB: serial: cp210x: drop flow-control debuggingJohan Hovold2020-12-041-5/+1
| | * | | | | | USB: serial: cp210x: set terminal settings on openJohan Hovold2020-12-041-283/+6
| | * | | | | | USB: serial: cp210x: clean up line-control handlingJohan Hovold2020-12-041-60/+41
| | * | | | | | USB: serial: cp210x: return early on unchanged termiosJohan Hovold2020-12-041-0/+12
| | * | | | | | USB: serial: mos7720: defer state restore to a workqueueDavidlohr Bueso2020-11-201-199/+35
| | * | | | | | USB: serial: mos7720: fix parallel-port state restoreJohan Hovold2020-11-051-0/+2
| | * | | | | | USB: serial: remove write wait queueJohan Hovold2020-11-041-6/+6
| | * | | | | | USB: serial: digi_acceleport: fix write-wakeup deadlocksJohan Hovold2020-11-041-32/+13
| | * | | | | | USB: serial: keyspan_pda: drop redundant usb-serial pointerJohan Hovold2020-11-041-3/+2
| | * | | | | | USB: serial: keyspan_pda: use BIT() macroJohan Hovold2020-11-041-12/+13
| | * | | | | | USB: serial: keyspan_pda: clean up comments and whitespaceJohan Hovold2020-11-041-60/+56
| | * | | | | | USB: serial: keyspan_pda: clean up xircom/entrega supportJohan Hovold2020-11-043-75/+13
| | * | | | | | USB: serial: keyspan_pda: add write-fifo supportJohan Hovold2020-11-041-60/+55
| | * | | | | | USB: serial: keyspan_pda: increase transmitter thresholdJohan Hovold2020-11-041-1/+1
| | * | | | | | USB: serial: keyspan_pda: fix write implementationJohan Hovold2020-11-041-58/+51
| | * | | | | | USB: serial: keyspan_pda: refactor write-room handlingJohan Hovold2020-11-041-63/+50
| | * | | | | | USB: serial: keyspan_pda: fix write unthrottlingJohan Hovold2020-11-041-9/+20
| | * | | | | | USB: serial: keyspan_pda: fix tx-unthrottle use-after-freeJohan Hovold2020-11-041-0/+4
| | * | | | | | USB: serial: keyspan_pda: fix write-wakeup use-after-freeJohan Hovold2020-11-041-14/+3
| | * | | | | | USB: serial: keyspan_pda: fix stalled writesJohan Hovold2020-11-041-1/+1
| | * | | | | | USB: serial: keyspan_pda: fix write deadlockJohan Hovold2020-11-041-3/+4
| | * | | | | | USB: serial: keyspan_pda: fix dropped unthrottle interruptsJohan Hovold2020-11-041-2/+2
| | * | | | | | USB: serial: iuu_phoenix: remove unneeded breakTom Rix2020-10-271-2/+0
| | * | | | | | USB: serial: digi_acceleport: remove in_interrupt() usageAhmed S. Darwish2020-10-271-3/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | usb: typec: tcpm: convert comma to semicolonZheng Yongjun2020-12-111-6/+6
| * | | | | | usb: typec: tcpm: Update vbus_vsafe0v on initBadhri Jagan Sridharan2020-12-111-0/+18
| * | | | | | usb: typec: tcpci: Enable bleed discharge when auto discharge is enabledBadhri Jagan Sridharan2020-12-111-0/+2
| * | | | | | usb: typec: Add class for plug alt mode devicePrashant Malani2020-12-111-0/+4
| * | | | | | USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definitionBadhri Jagan Sridharan2020-12-111-0/+1
| * | | | | | USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAPKyle Tso2020-12-111-1/+1
| * | | | | | USB: typec: tcpm: Fix PR_SWAP error handlingKyle Tso2020-12-111-1/+1
| * | | | | | USB: typec: tcpm: Hard Reset after not receiving a Requestpumahsu2020-12-111-1/+11
| * | | | | | USB: gadget: f_fs: remove likely/unlikelyGreg Kroah-Hartman2020-12-101-89/+88
| * | | | | | usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlusJack Pham2020-12-101-1/+4
| * | | | | | USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker2020-12-101-0/+6
| * | | | | | USB: gadget: f_acm: add support for SuperSpeed Plustaehyun.cho2020-12-101-1/+1
| * | | | | | USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker2020-12-101-1/+3
| * | | | | | usb: typec: intel_pmc_mux: Configure cable generation value for USB4Utkarsh Patel2020-12-101-0/+5
| * | | | | | Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-12-1013-32/+204
| |\ \ \ \ \ \
| | * | | | | | usb: chipidea: ci_hdrc_imx: Use of_device_get_match_data()Fabio Estevam2020-12-101-6/+1
| | * | | | | | usb: chipidea: usbmisc_imx: Use of_device_get_match_data()Fabio Estevam2020-12-101-6/+1
| | * | | | | | usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2020-12-102-2/+2
| | * | | | | | usb: chipidea: trace: fix the endian issuePeter Chen2020-12-101-2/+2
| | * | | | | | usb: chipidea: add tracepoint support for udcPeter Chen2020-12-104-3/+127
| | * | | | | | usb: cdns3: imx: enable runtime pm by defaultPeter Chen2020-12-101-1/+1