aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25USB: dummy-hcd: Add missing annotation for set_link_state()Jules Irenge1-0/+1
2020-05-25usb: gadget: Add missing annotation for xudc_handle_setup()Jules Irenge1-0/+1
2020-05-25usb: gadget: mass_storage: use module_usb_composite_driver to simplify the codeWei Yongjun1-12/+2
2020-05-25usb: gadget: omap_udc: remove unneeded semicolonJason Yan1-1/+1
2020-05-25usb: gadget: udc: remove comparison to bool in mv_u3d_core.cJason Yan1-1/+1
2020-05-25usb: gadget: net2272: use false for 'use_dma'Jason Yan1-1/+1
2020-05-25usb: dwc3: use true,false for dwc->otg_restart_hostJason Yan1-2/+2
2020-05-25usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King1-2/+0
2020-05-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2020-05-25usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier1-0/+16
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier2-8/+51
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-05-25usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik4-65/+19
2020-05-25usb: renesas_usbhs: Use the correct style for SPDX License IdentifierNishad Kamdar7-7/+7
2020-05-25usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()Jason Yan1-1/+1
2020-05-25usb: dwc3: of-simple: remove Amlogic GXL and AXG compatiblesMartin Blumenstingl1-24/+6
2020-05-25usb: dwc3: meson-g12a: add support for GXL and GXM SoCsNeil Armstrong1-1/+101
2020-05-25usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnectNeil Armstrong1-0/+35
2020-05-25usb: dwc3: meson-g12a: refactor usb initNeil Armstrong1-15/+37
2020-05-25usb: gadget: udc: remove unused 'driver_desc'Jason Yan1-1/+0
2020-05-25usb: gadget: max3420: Add a missing '\n' in a log messageChristophe JAILLET1-1/+1
2020-05-25USB: mtu3: Use the correct style for SPDX License IdentifierNishad Kamdar6-6/+6
2020-05-25usb: cdns3: change dev_info to dev_dbg for debug messagePeter Chen2-3/+3
2020-05-25usb: cdns3: change "cdsn3" to"cdns3"Peter Chen1-5/+3
2020-05-25usb: cdns3: delete role_overridePeter Chen2-39/+0
2020-05-25usb: cdns3: core: get role switch node from firmwarePeter Chen1-0/+2
2020-05-25usb: dwc3: gadget: Continue to process pending requestsThinh Nguyen1-3/+21
2020-05-25usb: gadget: tegra-xudc: Add vbus_draw supportNagarjuna Kristam1-0/+17
2020-05-21usb: typec: Ensure USB_ROLE_SWITCH is set as a dependency for tps6598xBryan O'Donoghue1-1/+2
2020-05-19USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe()Tang Bin1-0/+2
2020-05-19USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-05-19usb: xhci: make symbols staticVinod Koul1-3/+3
2020-05-19USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu1-0/+4
2020-05-19usb: xhci: fix USB_XHCI_PCI dependsVinod Koul1-1/+1
2020-05-18usb/ehci-platform: Set PM runtime as active on resumeQais Yousef1-0/+4
2020-05-18usb/xhci-plat: Set PM runtime as active on resumeQais Yousef1-1/+9
2020-05-18usb/ohci-platform: Fix a warning when hibernatingQais Yousef1-0/+5
2020-05-18usb: renesas-xhci: include correct header for get_unaligned_le16()Vinod Koul1-1/+1
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman19-91/+312
2020-05-15usb: renesas-xhci: Add ROM loader for uPD720201Vinod Koul1-7/+287
2020-05-15usb: xhci: Add support for Renesas controller with memoryVinod Koul2-1/+35
2020-05-15usb: renesas-xhci: Add the renesas xhci driverChristian Lamparter4-0/+403
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul5-21/+23
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