summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera1-5/+21
2020-02-12USB: Export generic USB device driver functionsBastien Nocera2-8/+14
2020-02-12USB: atm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12usb: typec: mux: Drop support for device name matchingHeikki Krogerus1-21/+4
2020-02-12usb: typec: altmode: Remove the notification chainHeikki Krogerus3-79/+2
2020-02-12usb: typec: Allow power role swapping even without USB PDHeikki Krogerus1-6/+0
2020-02-12usb: typec: Hide the port_type attribute when it's not supportedHeikki Krogerus1-2/+3
2020-02-12usb: typec: Make the attributes read-only when writing is not possibleHeikki Krogerus1-2/+63
2020-02-12usb: dwc3: qcom: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-10usb: cdns3: remove redundant assignment to pointer trbColin Ian King1-1/+1
2020-02-10usb: gadget: remove redundant assignment to variable statusColin Ian King1-2/+0
2020-02-10usb: typec: ucsi: remove redundant assignment to variable numColin Ian King1-1/+1
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda1-0/+127
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus 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/greg...Linus 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/...Linus Torvalds1-3/+3
2020-01-27Merge tag 'usb-serial-5.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman4-90/+160
2020-01-24usb: phy: show USB charger type for userPeter Chen1-1/+12
2020-01-24usb: cdns3: fix spelling mistake and rework grammar in textColin Ian King1-1/+1
2020-01-23usb: phy: phy-gpio-vbus-usb: Convert to GPIO descriptorsLinus Walleij1-53/+43
2020-01-23USB: serial: cyberjack: fix spelling mistake "To" -> "Too"Colin Ian King1-1/+1
2020-01-23USB: serial: ir-usb: simplify endpoint checkJohan Hovold1-3/+2
2020-01-23USB: serial: ir-usb: make set_termios synchronousJohan Hovold1-39/+11
2020-01-23USB: serial: ir-usb: fix IrLAP framingJohan Hovold1-22/+91
2020-01-23USB: serial: ir-usb: fix link-speed handlingJohan Hovold1-10/+10
2020-01-23USB: serial: ir-usb: add missing endpoint sanity checkJohan Hovold1-0/+3
2020-01-22usb: typec: fusb302: fix "op-sink-microwatt" default that was in mWThomas Hebb1-1/+1
2020-01-22usb: typec: wcove: fix "op-sink-microwatt" default that was in mWThomas Hebb1-1/+1
2020-01-22usb: dwc3: pci: add ID for the Intel Comet Lake -V variantHeikki Krogerus1-0/+4
2020-01-22usb: typec: tcpci: mask event interrupts when remove driverJun Li1-0/+6
2020-01-22usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson1-0/+1
2020-01-22usb: chipidea: add inline for ci_hdrc_host_driver_init if host is not definedJun Li1-1/+1
2020-01-22usb: chipidea: handle single role for usb role classJun Li2-1/+13
2020-01-21usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King1-1/+1
2020-01-21Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman9-9/+37
2020-01-17Merge tag 'usb-serial-5.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman8-9/+36
2020-01-17USB: usbfs: Always unlink URBs in reverse orderAlan Stern1-2/+2
2020-01-17USB: serial: quatech2: handle unbound portsJohan Hovold1-0/+6
2020-01-17USB: serial: keyspan: handle unbound portsJohan Hovold1-0/+4
2020-01-17USB: serial: io_edgeport: add missing active-port sanity checkJohan Hovold1-5/+7
2020-01-17USB: serial: io_edgeport: handle unbound ports on URB completionJohan Hovold1-2/+2
2020-01-17USB: serial: ch341: handle unbound port at reset_resumeJohan Hovold1-1/+5
2020-01-17USB: serial: garmin_gps: Use flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-17USB: serial: opticon: stop all I/O on close()Johan Hovold1-0/+16
2020-01-17USB: serial: opticon: add chars_in_buffer() implementationJohan Hovold1-17/+28
2020-01-17USB: serial: suppress driver bind attributesJohan Hovold1-0/+3