summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds2020-06-023-6/+10
|\
| * platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg2020-04-241-1/+1
| * usb: typec: mux: Convert the Intel PMC Mux driver to use new SCU IPC APIHeikki Krogerus2020-04-242-5/+9
* | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-013-17/+0
|\ \
| * | usb: get rid of pointless access_ok() callsAl Viro2020-05-293-17/+0
| |/
* | USB: gadget: fix illegal array access in binding with UDCKyungtae Kim2020-05-151-0/+3
* | usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca2020-05-151-1/+5
* | Merge tag 'fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-05-154-75/+260
|\ \
| * | usb: cdns3: gadget: make a bunch of functions staticJason Yan2020-05-141-10/+10
| * | usb: mtu3: constify struct debugfs_reg32Rikard Falkeborn2020-05-141-2/+2
| * | usb: gadget: udc: atmel: Make some symbols staticSamuel Zou2020-05-141-2/+2
| * | usb: raw-gadget: fix null-ptr-deref when reenabling endpointsAndrey Konovalov2020-05-141-1/+0
| * | usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov2020-05-141-2/+129
| * | usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov2020-05-141-64/+123
* | | USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman2020-05-141-3/+13
* | | usb: host: xhci-plat: keep runtime active when removing hostLi Jun2020-05-141-1/+3
* | | usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki2020-05-141-2/+2
|/ /
* | usb: typec: mux: intel: Fix DP_HPD_LVL bit fieldPrashant Malani2020-05-131-3/+3
* | usb: raw-gadget: fix return value of ep read ioctlsAndrey Konovalov2020-05-091-2/+6
* | usb: dwc3: select USB_ROLE_SWITCHArnd Bergmann2020-05-091-0/+1
* | usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun2020-05-091-1/+3
* | usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun2020-05-091-1/+3
* | usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada2020-05-091-2/+1
* | usb: gadget: tegra-xudc: Fix idle suspend/resumeThierry Reding2020-05-091-4/+4
* | usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272...Christophe JAILLET2020-05-091-0/+2
* | usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6...Christophe JAILLET2020-05-091-3/+9
* | usb: cdns3: gadget: prev_req->trb is NULL for ep0Peter Chen2020-05-091-1/+1
* | usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET2020-05-091-1/+3
* | usb: dwc3: pci: Enable extcon driver for Intel MerrifieldAndy Shevchenko2020-05-091-0/+1
* | dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz2020-05-091-3/+0
* | usb: chipidea: msm: Ensure proper controller reset using role switch APIBryan O'Donoghue2020-05-071-1/+1
* | Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-05-062-2/+3
|\ \
| * | USB: serial: qcserial: Add DW5816e supportMatt Jolly2020-05-041-0/+1
| * | USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum2020-04-221-2/+2
| |/
* | usb: typec: mux: intel: Handle alt mode HPD_HIGHPrashant Malani2020-05-051-0/+4
* | usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton2020-05-051-3/+2
* | usb: typec: intel_pmc_mux: Fix the property namesHeikki Krogerus2020-05-051-2/+2
* | USB: core: Fix misleading driver bug reportAlan Stern2020-05-051-2/+2
* | USB: uas: add quirk for LaCie 2Big QuadraOliver Neukum2020-04-301-0/+7
* | USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2020-04-232-17/+17
* | usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern2020-04-231-0/+7
* | USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern2020-04-231-3/+1
* | USB: hub: Fix handling of connect changes during sleepAlan Stern2020-04-231-0/+14
* | usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an inv...Naoki Kiryu2020-04-221-1/+4
* | xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman2020-04-211-5/+11
* | xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman2020-04-211-0/+9
* | xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman2020-04-213-10/+39
* | Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-204-34/+56
|\ \
| * | usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter2020-04-171-24/+22
| * | usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov2020-04-171-5/+20