summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: cdc-acm: support flushing write buffers (TCOFLUSH)Simon Arlott2023-08-221-0/+14
* usb: typec: qcom-pmic-typec: register drm_bridgeDmitry Baryshkov2023-08-222-0/+38
* usb: typec: altmodes/displayport: add support for embedded DP casesDmitry Baryshkov2023-08-221-1/+4
* usb: gadget: function: Remove unused declarationsYue Haibing2023-08-223-7/+0
* usb: dwc3: remove unnecessary platform_set_drvdata()Yang Yingliang2023-08-224-6/+0
* usb: cdc-acm: move ldisc dcd notification outside of acm's read lockDan Drown2023-08-221-10/+11
* usb: typec: tcpci: clear the fault status bitMarco Felsch2023-08-221-0/+4
* usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera2023-08-222-3/+12
* usb: core: Use module_led_trigger macro to simplify the codeLi Zetao2023-08-221-12/+1
* usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu2023-08-221-0/+6
* Merge tag 'thunderbolt-for-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-08-225-52/+71
|\
| * thunderbolt: Check Intel vendor ID in tb_switch_get_generation()Mika Westerberg2023-08-081-37/+38
| * thunderbolt: Log a warning if device links are not foundMika Westerberg2023-08-083-14/+32
| * thunderbolt: Set variable tmu_params storage class specifier to staticTom Rix2023-07-311-1/+1
* | Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman2023-08-14275-1322/+2523
|\ \
| * \ Merge tag 'platform-drivers-x86-v6.5-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-08-137-24/+64
| |\ \
| | * | platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassi...Hans de Goede2023-08-131-0/+25
| | * | platform: mellanox: Change register offset addressesVadim Pasternak2023-08-131-4/+4
| | * | platform: mellanox: mlx-platform: Modify graceful shutdown callback and power...Vadim Pasternak2023-08-131-2/+2
| | * | platform: mellanox: mlx-platform: Fix signals polarity and latch maskVadim Pasternak2023-08-131-4/+4
| | * | platform: mellanox: Fix order in exit flowVadim Pasternak2023-08-131-2/+1
| | * | platform/x86: ISST: Reduce noise for missing numa information in logsSrinivas Pandruvada2023-08-091-2/+2
| | * | platform/x86: msi-ec: Fix the buildJean Delvare2023-08-091-9/+9
| | * | ACPI: scan: Create platform device for CS35L56Simon Trimmer2023-07-312-0/+15
| | * | platform/x86/amd/pmf: Fix unsigned comparison with less than zeroYang Li2023-07-311-1/+2
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-08-1311-41/+68
| |\ \ \
| | * | | scsi: qedf: Fix firmware halt over suspend and resumeNilesh Javali2023-08-081-0/+18
| | * | | scsi: qedi: Fix firmware halt over suspend and resumeNilesh Javali2023-08-081-0/+18
| | * | | scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lockChengfeng Ye2023-08-081-2/+3
| | * | | scsi: lpfc: Remove reftag check in DIF pathsJustin Tee2023-08-081-17/+3
| | * | | scsi: ufs: renesas: Fix private allocationYoshihiro Shimoda2023-08-081-1/+1
| | * | | scsi: snic: Fix possible memory leak if device_add() failsZhu Wang2023-08-081-0/+1
| | * | | scsi: core: Fix possible memory leak if device_add() failsZhu Wang2023-08-081-0/+1
| | * | | scsi: core: Fix legacy /proc parsing buffer overflowTony Battersby2023-07-311-13/+17
| | * | | scsi: 53c700: Check that command slot is not NULLAlexandra Diupina2023-07-311-1/+1
| | * | | scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar2023-07-312-3/+5
| | * | | scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley2023-07-311-4/+0
| * | | | Merge tag 'gpio-fixes-for-v6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-122-1/+2
| |\ \ \ \
| | * | | | gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extentWilliam Breathitt Gray2023-08-111-1/+1
| | * | | | gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski2023-08-031-0/+1
| * | | | | Merge tag 'char-misc-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-1225-99/+146
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'icc-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Greg Kroah-Hartman2023-08-055-0/+34
| | |\ \ \ \ \
| | | * | | | | interconnect: qcom: sa8775p: add enable_mask for bcm nodesNeil Armstrong2023-07-111-0/+1