summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-6.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-10-201-0/+7
|\
| * USB: serial: option: add Fibocom to DELL custom modem FM101R-GLPuliang Lu2023-10-161-0/+5
| * USB: serial: option: add entry for Sierra EM9191 with new firmwareBenoît Monin2023-10-131-0/+1
| * USB: serial: option: add Telit LE910C4-WWX 0x1035 compositionFabio Porcedda2023-10-131-0/+1
* | usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello2023-10-111-0/+9
* | usb: typec: ucsi: Fix missing link removalHeikki Krogerus2023-10-111-0/+1
* | usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera2023-10-111-0/+5
* | xhci: Preserve RsvdP bits in ERSTBA register correctlyLukas Wunner2023-10-022-3/+3
* | xhci: Clear EHB bit only at end of interrupt handlerLukas Wunner2023-10-021-5/+7
* | xhci: track port suspend state correctly in unsuccessful resume casesMathias Nyman2023-10-021-9/+10
* | usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng2023-10-021-2/+2
* | usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K2023-10-021-0/+1
* | usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubJavier Carrasco2023-10-022-0/+2
* | usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta2023-10-021-8/+12
* | usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang2023-10-021-2/+1
* | usb: dwc3: Soft reset phy on probe for hostThinh Nguyen2023-10-021-1/+38
* | usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2023-10-022-4/+23
* | usb: typec: qcom: Update the logic of regulator enable and disableHui Liu2023-10-021-6/+6
* | usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati2023-10-021-7/+19
* | usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo2023-10-021-1/+8
* | usb: musb: Modify the "HWVers" register addressXingxing Luo2023-10-021-1/+1
* | usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak2023-10-021-0/+3
|/
* usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
* Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-09-071-0/+2
|\
* \ Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-014-14/+12
|\ \
| * \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-208-13/+74
| |\ \
| * | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-114-8/+10
| * | | tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-112-2/+2
| * | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-114-8/+4
* | | | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-01166-1123/+4779
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-08-272-1/+95
| |\ \ \ \
| | * | | | USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao2023-08-231-0/+4
| | * | | | USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn2023-08-231-0/+3
| | * | | | USB: serial: xr: add TIOCGRS485 and TIOCSRS485 ioctlsJarkko Sonninen2023-07-201-1/+88
| | | |_|/ | | |/| |
| * | | | tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan2023-08-231-0/+7
| * | | | usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang2023-08-231-0/+3
| * | | | usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera2023-08-231-4/+31
| * | | | usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu2023-08-223-14/+40
| * | | | usb: gadget: remove max support speed info in bind operationLinyu Yuan2023-08-2210-29/+10
| * | | | usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Linyu Yuan2023-08-221-20/+14
| * | | | usb: gadget: config: remove max speed check in usb_assign_descriptors()Linyu Yuan2023-08-221-5/+3
| * | | | usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan2023-08-223-75/+51
| * | | | usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan2023-08-221-9/+1
| * | | | usb: gadget: add a inline function gether_bitrate()Linyu Yuan2023-08-224-44/+18
| * | | | usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan2023-08-224-11/+10
| * | | | usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko2023-08-221-0/+9
| * | | | usb: gadget: udc-xilinx: fix incorrect type in assignment warningPiyush Mehta2023-08-221-1/+1
| * | | | usb: gadget: udc-xilinx: fix cast from restricted __le16 warningPiyush Mehta2023-08-221-3/+3
| * | | | usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warningPiyush Mehta2023-08-221-8/+10
| * | | | USB: dwc2: hande irq on dead controller correctlyOliver Neukum2023-08-221-1/+3