aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-6/+0
2023-11-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+3
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-9/+11
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-6/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 3-12/+20
2023-10-27usb: typec: altmodes/displayport: fixup drm internal api change vs new user.Gravatar Dave Airlie 1-1/+2
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextGravatar Dave Airlie 20-49/+158
2023-10-20Merge tag 'usb-serial-6.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 1-0/+7
2023-10-18usb: convert to new timestamp accessorsGravatar Jeff Layton 1-9/+17
2023-10-18legacy: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-18function: convert to new timestamp accessorsGravatar Jeff Layton 1-2/+2
2023-10-16USB: serial: option: add Fibocom to DELL custom modem FM101R-GLGravatar Puliang Lu 1-0/+5
2023-10-13scsi: target: Have drivers report if they support direct submissionsGravatar Mike Christie 1-0/+3
2023-10-13USB: serial: option: add entry for Sierra EM9191 with new firmwareGravatar Benoît Monin 1-0/+1
2023-10-13USB: serial: option: add Telit LE910C4-WWX 0x1035 compositionGravatar Fabio Porcedda 1-0/+1
2023-10-11drm: Add HPD state to drm_connector_oob_hotplug_event()Gravatar Bjorn Andersson 1-8/+9
2023-10-11usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeGravatar Mario Limonciello 1-0/+9
2023-10-11usb: typec: ucsi: Fix missing link removalGravatar Heikki Krogerus 1-0/+1
2023-10-11usb: typec: altmodes/displayport: Signal hpd low when exiting modeGravatar RD Babiera 1-0/+5
2023-10-04kthread: add kthread_stop_putGravatar Andreas Gruenbacher 1-6/+0
2023-10-02usb: gadget: f_midi: Annotate struct f_midi with __counted_byGravatar Kees Cook 1-2/+2
2023-10-02usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byGravatar Kees Cook 1-1/+1
2023-10-02usb: Annotate struct urb_priv with __counted_byGravatar Kees Cook 2-2/+2
2023-10-02usb: atm: Use size_add() in call to struct_size()Gravatar Gustavo A. R. Silva 1-1/+2
2023-10-02xhci: Preserve RsvdP bits in ERSTBA register correctlyGravatar Lukas Wunner 2-3/+3
2023-10-02xhci: Clear EHB bit only at end of interrupt handlerGravatar Lukas Wunner 1-5/+7
2023-10-02xhci: track port suspend state correctly in unsuccessful resume casesGravatar Mathias Nyman 1-9/+10
2023-10-02usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferGravatar Wesley Cheng 1-2/+2
2023-10-02usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsGravatar Prashanth K 1-0/+1
2023-10-02usb: misc: onboard_hub: add support for Microchip USB2412 USB 2.0 hubGravatar Javier Carrasco 2-0/+2
2023-10-02usb: gadget: udc-xilinx: replace memcpy with memcpy_toioGravatar Piyush Mehta 1-8/+12
2023-10-02usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Gravatar Xiaolei Wang 1-2/+1
2023-10-02usb: dwc3: Soft reset phy on probe for hostGravatar Thinh Nguyen 1-1/+38
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsGravatar Ricardo Cañuelo 2-4/+23
2023-10-02usb: typec: qcom: Update the logic of regulator enable and disableGravatar Hui Liu 1-6/+6
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callGravatar Krishna Kurapati 1-7/+19
2023-10-02usb: musb: Get the musb_qh poniter after musb_givebackGravatar Xingxing Luo 1-1/+8
2023-10-02usb: musb: Modify the "HWVers" register addressGravatar Xingxing Luo 1-1/+1
2023-10-02usb: cdnsp: Fixes issue with dequeuing not queued requestsGravatar Pawel Laszczak 1-0/+3
2023-09-11usb: typec: ucsi: Fix NULL pointer dereferenceGravatar Heikki Krogerus 1-0/+3
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+2
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-14/+12
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 166-1123/+4779
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 3-12/+10
2023-08-27Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Greg Kroah-Hartman 2-1/+95
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusGravatar Badhri Jagan Sridharan 1-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleGravatar Xu Yang 1-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionGravatar RD Babiera 1-4/+31
2023-08-23USB: serial: option: add FOXCONN T99W368/T99W373 productGravatar Slark Xiao 1-0/+4
2023-08-23USB: serial: option: add Quectel EM05G variant (0x030e)Gravatar Martin Kohn 1-0/+3