aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-04-09USB: cdc-acm: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-09Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"Johan Hovold1-9/+2
2021-04-09usb: typec: tcpm: Add support for altmodesHans de Goede1-0/+4
2021-04-09usb: typec: Add typec_port_register_altmodes()Hans de Goede1-0/+54
2021-04-09usb: roles: Call try_module_get() from usb_role_switch_find_by_fwnode()Hans de Goede1-0/+2
2021-04-09usb: dwc3: xilinx: Remove the extra freeing of clocksManish Narani1-2/+0
2021-04-09usb: dwc3: Resolve kernel-doc warning for Xilinx DWC3 driverManish Narani1-1/+1
2021-04-09usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-04-09usb: gadget: tegra-xudc: Fix possible use-after-free in tegra_xudc_remove()Yang Yingliang1-1/+1
2021-04-09usb: host: u132-hcd: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-04-09usb: gadget: r8a66597: Add missing null check on return from platform_get_resourceColin Ian King1-0/+2
2021-04-09usb: dwc3: pci: add support for the Intel Alder Lake-MHeikki Krogerus1-0/+4
2021-04-09usb: typec: Link all ports during connector registrationHeikki Krogerus3-7/+68
2021-04-09usb: Iterator for portsHeikki Krogerus1-0/+46
2021-04-09usb: Link the ports to the connectors they are attached toHeikki Krogerus1-0/+3
2021-04-09usb: typec: Port mapping utilityHeikki Krogerus4-2/+235
2021-04-09usb: typec: tcpm: update power supply once partner acceptsBadhri Jagan Sridharan1-3/+1
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for pps supplyBadhri Jagan Sridharan1-35/+53
2021-04-09usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supplyBadhri Jagan Sridharan1-7/+10
2021-04-09usb: dwc2: Add exit partial power down before removing driverArtur Petrosyan1-1/+10
2021-04-09usb: dwc2: Fix partial power down exiting by system resumeArtur Petrosyan1-44/+46
2021-04-09usb: dwc2: Update partial power down entering by system suspendArtur Petrosyan1-35/+18
2021-04-09usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-04-09usb: dwc2: Allow exit partial power down in urb enqueueArtur Petrosyan1-0/+7
2021-04-09usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change().Artur Petrosyan1-0/+9
2021-04-09usb: dwc2: Add exit partial power down when port reset is assertedArtur Petrosyan1-0/+9
2021-04-09usb: dwc2: Add exit partial power down when port is resumedArtur Petrosyan2-24/+42
2021-04-09usb: dwc2: Add enter partial power down when port is suspendedArtur Petrosyan2-19/+34
2021-04-09usb: dwc2: Update port suspend/resume function definitions.Artur Petrosyan2-6/+23
2021-04-09usb: dwc2: Add partial power down exit flow in wakeup intr.Artur Petrosyan1-9/+8
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan6-115/+45
2021-04-09usb: dwc2: Add host partial power down functionsArtur Petrosyan2-0/+168
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan2-0/+138
2021-04-08USB: serial: io_edgeport: drop unused definitionsJohan Hovold1-68/+0
2021-04-08USB: serial: ti_usb_3410_5052: switch to 30-second closing waitJohan Hovold1-3/+0
2021-04-08USB: serial: ti_usb_3410_5052: drop closing_wait module parameterJohan Hovold1-7/+1
2021-04-08USB: serial: io_ti: switch to 30-second closing waitJohan Hovold1-3/+0
2021-04-08USB: serial: io_ti: drop closing_wait module parameterJohan Hovold1-5/+1
2021-04-08USB: serial: ftdi_sio: clean up TIOCSSERIALJohan Hovold1-6/+7
2021-04-08USB: serial: ftdi_sio: simplify TIOCGSERIAL permission checkJohan Hovold1-12/+1
2021-04-08USB: serial: ftdi_sio: ignore baud_base changesJohan Hovold1-4/+0
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold11-58/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold18-225/+69
2021-04-08USB: serial: fix return value for unsupported ioctlsJohan Hovold1-3/+3
2021-04-08USB: serial: whiteheat: fix TIOCGSERIAL implementationJohan Hovold1-6/+2
2021-04-08USB: serial: usb_wwan: fix TIOCGSERIAL implementationJohan Hovold1-2/+0
2021-04-08USB: serial: usb_wwan: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-08USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-4/+5
2021-04-08USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission checkJohan Hovold1-2/+7