aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-04usb: dwc3: gadget: Update chain bit correctly when using sg listPratham Pratap1-1/+8
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-2/+8
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca1-1/+1
2020-03-04usb: storage: Add quirk for Samsung Fit flashJim Lin1-0/+6
2020-03-04usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky1-0/+3
2020-03-04usb: usb251xb: fix regulator probe and error handlingMarco Felsch1-4/+16
2020-03-04usb: cdns3: gadget: toggle cycle bit before reset endpointPeter Chen1-3/+14
2020-03-04usb: cdns3: gadget: link trb should point to next requestPeter Chen1-1/+1
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-13Merge tag 'fixes-for-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman6-36/+56
2020-02-13Merge tag 'usb-serial-5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-1/+11
2020-02-12usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc formatMichal Simek1-1/+0
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: Fix novation SourceControl XL after suspendRichard Dodd1-0/+3
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2Mathias Nyman3-33/+65
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"Greg Kroah-Hartman3-64/+33
2020-02-11usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov1-1/+3
2020-02-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen1-2/+3
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-02-11usb: gadget: composite: Support more than 500mA MaxPowerJack Pham1-6/+18
2020-02-11usb: gadget: composite: Fix bMaxPower for SuperSpeedPlusJack Pham1-5/+3
2020-02-11usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping1-5/+5
2020-02-11usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fieldsAnurag Kumar Vulisha1-1/+2
2020-02-10USB: core: clean up endpoint-descriptor parsingJohan Hovold1-12/+8
2020-02-10USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold1-0/+5
2020-02-10USB: core: add endpoint-blacklist quirkJohan Hovold3-0/+46
2020-02-10usb: dwc3: debug: fix string position formatting mixup with ret and lenColin Ian King1-24/+15
2020-02-10usb: phy: tegra: Add clarifying comments about the shared registersDmitry Osipenko1-0/+8
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0
2020-02-10usb: uas: fix a plug & unplug racingEJ Hsu1-1/+22
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2-0/+16
2020-02-10xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman1-1/+3
2020-02-10xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman1-3/+3
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman3-33/+64
2020-02-10xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman1-3/+9
2020-02-10USB: serial: ch341: fix receiver regressionJohan Hovold1-0/+10
2020-02-10USB: serial: ir-usb: Silence harmless uninitialized variable warningDan Carpenter1-1/+1
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds97-1363/+3685
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds11-16/+16
2020-01-27Merge tag 'devprop-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2020-01-27Merge tag 'usb-serial-5.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman4-90/+160
2020-01-24usb: phy: show USB charger type for userPeter Chen1-1/+12