aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-07-03USB: phy: fsl-usb: remove sysfs abuseGreg Kroah-Hartman1-93/+0
2020-07-03usb: host: oxu210hp-hcd: Move declaration of 'qtd' into 'ifdef OXU_URB_TRACE'Lee Jones1-4/+3
2020-07-03usb: c67x00: c67x00-sched: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-13/+13
2020-07-03usb: class: usbtmc: File headers are not good candidates for kerneldocLee Jones1-1/+1
2020-07-03usb: c67x00: c67x00-ll-hpi: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-07-03usb: mtu3: mtu3_core: Demote obvious misuse of kerneldoc to standard comment blockLee Jones1-1/+1
2020-07-03usb: cdns3: ep0: Move 'zlp' description to appropriate function headerLee Jones1-1/+1
2020-07-03usb: host: ohci: Mark cc_to_error as __maybe_unusedLee Jones1-1/+1
2020-07-03usb: host: ohci-at91: Demote kerneldoc headers down to basic comment blocksLee Jones1-3/+2
2020-07-03usb: host: isp1362: Mark the many unused ISP1362_REG entries as __maybe_unusedLee Jones1-1/+1
2020-07-03usb: dwc3: dwc3-of-simple: Function headers are not good candidates for kerneldocLee Jones1-1/+1
2020-07-03usb: cdns3: gadget: Fix a bunch of kernel doc issuesLee Jones1-5/+6
2020-07-03usb: dwc3: dwc3-haps: Function headers are not suitable for kerneldocLee Jones1-1/+1
2020-07-03usb: cdns3: ep0: Fix a bunch of kerneldoc issuesLee Jones1-3/+9
2020-07-03usb: cdns3: core: Fix incorrect formatting and misspelled function arg docsLee Jones1-4/+4
2020-07-03usb: host: ehci-omap: Provide documentation for ehci_hcd_omap_probe()'s arg 'pdev'Lee Jones1-0/+1
2020-07-03usb: dwc3: dwc3-omap: Do not read DMA statusLee Jones1-6/+1
2020-07-03usb: common: ulpi: Fix a few kerneldoc related issuesLee Jones1-2/+3
2020-07-03usb: dwc3: ulpi: File headers are not doc headersLee Jones1-1/+1
2020-07-03usb: dwc3: drd: File headers are not doc headersLee Jones1-1/+1
2020-07-03usb: common: usb-conn-gpio: Demote comment block which is clearly not kerneldocLee Jones1-1/+1
2020-07-03usb: common: debug: Demote comment blocks which are obviously not kerneldocLee Jones1-2/+2
2020-07-03usb: host: pci-quirks: Demote function header from kerneldoc to comment blockLee Jones1-1/+1
2020-07-03usb: phy: phy: Fix-up a whole bunch of formatting issuesLee Jones1-24/+25
2020-07-02USB: serial: console: add support for flow controlJohan Hovold1-1/+4
2020-07-02USB: serial: quatech2: drop two stub functionsJohan Hovold1-17/+1
2020-07-02USB: serial: kobil_sct: log failure to update line settingsJohan Hovold1-0/+4
2020-07-02USB: serial: keyspan_pda: drop unused firmware reset statusJohan Hovold1-2/+1
2020-07-02USB: serial: iuu_phoenix: drop unused URB submission resultsJohan Hovold1-8/+4
2020-07-02USB: serial: garmin_gps: don't compile unused packet definitionsJohan Hovold1-5/+8
2020-07-01usb: typec: intel_pmc_mux: Add support for USB4Heikki Krogerus1-8/+57
2020-07-01usb: typec: intel_pmc_mux: Definitions for response status bitsHeikki Krogerus1-2/+6
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman9-30/+29
2020-07-01usb: cdns3: gadget: use unsigned int for 32-bit numberPeter Chen1-1/+1
2020-07-01usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned longPeter Chen1-2/+2
2020-07-01usb: cdns3: ep0: delete the duplicate codePeter Chen1-1/+1
2020-06-30USB: serial: ch341: add min and max line-speed macrosJohan Hovold1-1/+5
2020-06-29USB: serial: ch341: name prescaler, divisor registersMichael Hanselmann1-2/+15
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman22-70/+88
2020-06-27Merge tag 'usb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds21-69/+86
2020-06-27usb: cdns3: gadget: Replace trace_printk by dev_dbgNicolas Boichat1-1/+1
2020-06-26Merge tag 'fixes-for-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman3-7/+6
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg1-1/+2
2020-06-24usb: renesas_usbhs: getting residue from callback_resultYoshihiro Shimoda2-11/+14
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: switch state to boolJiri Slaby1-1/+2
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby1-3/+3
2020-06-24Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk"Anand Moon1-9/+0
2020-06-24xhci: Poll for U0 after disabling USB2 LPMKai-Heng Feng1-0/+3
2020-06-24xhci: Return if xHCI doesn't support LPMKai-Heng Feng1-1/+4