aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov1-0/+3
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds3-6/+10
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-17/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro3-17/+0
2020-05-15USB: gadget: fix illegal array access in binding with UDCKyungtae Kim1-0/+3
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-05-15Merge tag 'fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman4-75/+260
2020-05-14USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman1-3/+13
2020-05-14usb: host: xhci-plat: keep runtime active when removing hostLi Jun1-1/+3
2020-05-14usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg listSriharsha Allenki1-2/+2
2020-05-14usb: cdns3: gadget: make a bunch of functions staticJason Yan1-10/+10
2020-05-14usb: mtu3: constify struct debugfs_reg32Rikard Falkeborn1-2/+2
2020-05-14usb: gadget: udc: atmel: Make some symbols staticSamuel Zou1-2/+2
2020-05-14usb: raw-gadget: fix null-ptr-deref when reenabling endpointsAndrey Konovalov1-1/+0
2020-05-14usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov1-2/+129
2020-05-14usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov1-64/+123
2020-05-13usb: typec: mux: intel: Fix DP_HPD_LVL bit fieldPrashant Malani1-3/+3
2020-05-09usb: raw-gadget: fix return value of ep read ioctlsAndrey Konovalov1-2/+6
2020-05-09usb: dwc3: select USB_ROLE_SWITCHArnd Bergmann1-0/+1
2020-05-09usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-09usb: gadget: tegra-xudc: Fix idle suspend/resumeThierry Reding1-4/+4
2020-05-09usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()'Christophe JAILLET1-0/+2
2020-05-09usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()'Christophe JAILLET1-3/+9
2020-05-09usb: cdns3: gadget: prev_req->trb is NULL for ep0Peter Chen1-1/+1
2020-05-09usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-05-09usb: dwc3: pci: Enable extcon driver for Intel MerrifieldAndy Shevchenko1-0/+1
2020-05-09dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg()John Stultz1-3/+0
2020-05-07usb: chipidea: msm: Ensure proper controller reset using role switch APIBryan O'Donoghue1-1/+1
2020-05-06Merge tag 'usb-serial-5.7-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman2-2/+3
2020-05-05usb: typec: mux: intel: Handle alt mode HPD_HIGHPrashant Malani1-0/+4
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton1-3/+2
2020-05-05usb: typec: intel_pmc_mux: Fix the property namesHeikki Krogerus1-2/+2
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern1-2/+2
2020-05-04USB: serial: qcserial: Add DW5816e supportMatt Jolly1-0/+1
2020-04-30USB: uas: add quirk for LaCie 2Big QuadraOliver Neukum1-0/+7
2020-04-24platform/x86: intel_pmc_ipc: Convert to MFDMika Westerberg1-1/+1
2020-04-24usb: typec: mux: Convert the Intel PMC Mux driver to use new SCU IPC APIHeikki Krogerus2-5/+9
2020-04-23USB: sisusbvga: Change port variable from signed to unsignedChangming Liu2-17/+17
2020-04-23usb-storage: Add unusual_devs entry for JMicron JMS566Alan Stern1-0/+7
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices")Alan Stern1-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-04-22usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointerNaoki Kiryu1-1/+4
2020-04-22USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum1-2/+2
2020-04-21xhci: Don't clear hub TT buffer on ep0 protocol stallMathias Nyman1-5/+11
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman1-0/+9
2020-04-21xhci: Fix handling halted endpoint even if endpoint ring appears emptyMathias Nyman3-10/+39
2020-04-20Merge tag 'fixes-for-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman4-34/+56
2020-04-17usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22