summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem2016-02-031-8/+8
* usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem2016-02-031-8/+4
* usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem2016-02-031-16/+38
* usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem2016-02-031-10/+11
* usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem2016-02-031-17/+16
* usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem2016-02-031-100/+99
* usb: host: ehci.h: move constant to rightGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci.h: use space after commaGeyslan G. Bem2016-02-031-2/+3
* usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem2016-02-031-5/+5
* usb: host: ehci.h: fix single statement macrosGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem2016-02-031-11/+11
* usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem2016-02-031-11/+11
* usb: host: ehci.h: remove space before commaGeyslan G. Bem2016-02-031-4/+4
* usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall2016-02-031-1/+1
* usb: no locking for reading descriptors in sysfsOliver Neukum2016-02-031-5/+1
* usb: sysfs: make locking interruptibleOliver Neukum2016-02-033-23/+58
* usb: core: switch bus numbering to using idrHeiner Kallweit2016-02-037-35/+15
* xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2016-02-032-0/+4
* xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman2016-02-031-9/+18
* xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman2016-02-031-0/+1
* xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman2016-02-033-6/+13
* USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2016-02-032-3/+7
* USB: EHCI: add a delay when unlinking an active QHAlan Stern2016-02-034-5/+59
* USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern2016-02-034-16/+20
* USB: EHCI: store reason for unlinking a QHAlan Stern2016-02-035-11/+26
* Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman2016-02-01267-1770/+3988
|\
| * Linux 4.5-rc2v4.5-rc2Linus Torvalds2016-02-011-1/+1
| * Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-019-7/+68
| |\
| | * Merge tag 'usb-serial-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-286-3/+49
| | |\
| | | * USB: option: fix Cinterion AHxx enumerationJohn Ernberg2016-01-251-1/+1
| | | * USB: mxu11x0: fix memory leak on usb_serial private dataMathieu OTHACEHE2016-01-251-0/+20
| | | * USB: serial: ftdi_sio: add support for Yaesu SCU-18 cableGreg Kroah-Hartman2016-01-252-0/+2
| | | * USB: serial: option: Adding support for Telit LE922Daniele Palmas2016-01-251-0/+16
| | | * USB: serial: visor: fix crash on detecting device without write_urbsVladis Dronov2016-01-251-2/+4
| | | * USB: visor: fix null-deref at probeJohan Hovold2016-01-251-0/+5
| | | * USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker2016-01-251-0/+1
| | * | usb: hub: do not clear BOS field during reset deviceDu, Changbin2016-01-251-3/+5
| | * | cdc-acm:exclude Samsung phone 04e8:685dOliver Neukum2016-01-251-0/+5
| | * | usb: cdc-acm: send zero packet for intel 7260 modemLu Baolu2016-01-252-0/+7
| | * | usb: cdc-acm: handle unlinked urb in acm read callbackLu Baolu2016-01-251-1/+2
| | |/
| * | Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-02-016-12/+82
| |\ \
| | * | serial: 8250_pci: Add Intel Broadwell portsMika Westerberg2016-01-291-0/+29
| | * | staging/speakup: Use tty_ldisc_ref() for paste kworkerPeter Hurley2016-01-271-1/+4
| | * | n_tty: Fix unsafe reference to "other" ldiscPeter Hurley2016-01-271-5/+2
| | * | tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-01-271-1/+23
| | * | tty: Retry failed reopen if tty teardown in-progressPeter Hurley2016-01-271-4/+8
| | * | tty: Wait interruptibly for tty lock on reopenPeter Hurley2016-01-273-1/+16
| | |/
| * | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-015-29/+42
| |\ \