summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | xhci: fixup incorrect memset size parameter when clearing up DbC on exit.Mathias Nyman2017-12-121-1/+1
| * | | | | | | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-124-10/+1
| * | | | | | | usb: typec: wcove: fix the sink capabilitiesHeikki Krogerus2017-12-121-3/+1
| | |_|_|_|/ / | |/| | | | |
| * | | | | | xhci: add port status tracing for Get Hub Status requestsMathias Nyman2017-12-082-0/+7
| * | | | | | xhci: add port status tracing for Get Port Status hub requestsMathias Nyman2017-12-082-0/+6
| * | | | | | usb: xhci: allow imod-interval to be configurableAdam Wallis2017-12-085-5/+20
| * | | | | | usb: xhci: Cleanup printk debug message for ERSTLu Baolu2017-12-083-21/+0
| * | | | | | usb: xhci: Cleanup printk debug message for registersLu Baolu2017-12-084-258/+0
| * | | | | | usb: xhci: Add DbC support in xHCI driverLu Baolu2017-12-088-0/+1804
| * | | | | | usb: xhci: Make some static functions globalLu Baolu2017-12-083-42/+72
| * | | | | | xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman2017-12-085-31/+16
| * | | | | | xhci: add helper to allocate command with input contextMathias Nyman2017-12-083-4/+26
| * | | | | | usb: xhci: remove unused variable ep_ringCorentin Labbe2017-12-081-2/+0
| * | | | | | usb: xhci: remove unused variable urb_privCorentin Labbe2017-12-081-2/+0
| * | | | | | usb: xhci: remove unused variable epCorentin Labbe2017-12-081-2/+0
| * | | | | | usb: xhci: remove unused variable last_freed_endpointCorentin Labbe2017-12-081-3/+0
| * | | | | | typec: tcpm: Only request matching pdosBadhri Jagan Sridharan2017-12-071-42/+121
| * | | | | | typec: tcpm: Validate source and sink capsBadhri Jagan Sridharan2017-12-071-9/+121
| * | | | | | usb: early: Correct the endpoint type value for bulk in endpointLu Baolu2017-12-071-1/+1
| * | | | | | uas: Remove US_FL_NO_ATA_1X unusual device entries for Seagate devicesHans de Goede2017-12-071-63/+0
| * | | | | | usb: host: fotg210: Use dma_pool_zallocVasyl Gomonovych2017-12-071-5/+2
| * | | | | | usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman2017-12-071-1/+1
| * | | | | | USB: storage: Remove obsolete "FIXME"Mikhail Zaytsev2017-12-061-4/+4
| * | | | | | usb: typec: remove duplicate includesPravin Shedge2017-12-061-1/+0
| * | | | | | usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-063-17/+14
| * | | | | | USB: of: clean up device-node helperJohan Hovold2017-11-283-16/+16
| * | | | | | USB: ledtrig-usbport: fix of-node leakJohan Hovold2017-11-281-1/+7
| * | | | | | USB: add device-tree support for interfacesJohan Hovold2017-11-282-6/+82
| * | | | | | typec: tcpm: fusb302: Resolve out of order messaging eventsAdam Thomson2017-11-281-4/+17
| * | | | | | typec: fusb302: Use dev_err during probeMats Karrman2017-11-281-9/+8
| * | | | | | USB: usbip: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-281-1/+1
| * | | | | | USB: host: whci: remove redundant variable tColin Ian King2017-11-281-2/+0
| * | | | | | usb: core: lower log level when device is not able to deal with stringKai-Heng Feng2017-11-281-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-3016-29/+29
|\ \ \ \ \ \
| * | | | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-2813-26/+26
| * | | | | | media: annotate ->poll() instancesAl Viro2017-11-273-3/+3
| |/ / / / /
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-2/+2
|\ \ \ \ \ \
| * | | | | | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-278-32/+62
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner2018-01-111-0/+2
| * | | | | Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-01-111-0/+2
| |\ \ \ \ \
| | * | | | | USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl2018-01-041-0/+1
| | * | | | | USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò2018-01-021-0/+1
| | |/ / / /
| * | | | | uas: ignore UAS for Norelsys NS1068(X) chipsIcenowy Zheng2018-01-091-0/+7
| * | | | | USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern2018-01-091-15/+13
| * | | | | USB: fix usbmon BUG triggerPete Zaitcev2018-01-091-1/+7
| * | | | | usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan2018-01-041-2/+9
| * | | | | usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan2018-01-041-14/+3
| * | | | | usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2018-01-041-0/+19
| |/ / / /
* | | | | usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner2018-01-161-23/+7
|/ / / /
OpenPOWER on IntegriCloud