summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-03usb: host: ehci-dbg: replace sizeof operandGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci-dbg: remove blank line before close braceGeyslan G. Bem1-1/+0
2016-02-03usb: host: ehci-dbg: add blank line after declarationsGeyslan G. Bem1-0/+1
2016-02-03usb: host: ehci-dbg: convert macro to inline functionGeyslan G. Bem1-20/+34
2016-02-03usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem1-0/+3
2016-02-03usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem1-12/+16
2016-02-03usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem1-6/+2
2016-02-03usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem1-8/+8
2016-02-03usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem1-8/+4
2016-02-03usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem1-16/+38
2016-02-03usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem1-10/+11
2016-02-03usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem1-17/+16
2016-02-03usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem1-100/+99
2016-02-03usb: host: ehci.h: move constant to rightGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci.h: move pointer operator to name sideGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci.h: remove macros trailing semicolonGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci.h: use space after commaGeyslan G. Bem1-2/+3
2016-02-03usb: host: ehci.h: remove direct use of __attribute__ keywordGeyslan G. Bem1-5/+5
2016-02-03usb: host: ehci.h: fix single statement macrosGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci.h: remove space before open square bracketGeyslan G. Bem1-11/+11
2016-02-03usb: host: ehci.h: remove space before function open parenthesisGeyslan G. Bem1-11/+11
2016-02-03usb: host: ehci.h: remove space before commaGeyslan G. Bem1-4/+4
2016-02-03usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall1-1/+1
2016-02-03usb: no locking for reading descriptors in sysfsOliver Neukum1-5/+1
2016-02-03usb: sysfs: make locking interruptibleOliver Neukum1-20/+49
2016-02-03usb: core: switch bus numbering to using idrHeiner Kallweit5-33/+13
2016-02-03xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devicesMathias Nyman2-0/+4
2016-02-03xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capabilityMathias Nyman1-9/+18
2016-02-03xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllersMathias Nyman1-0/+1
2016-02-03xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.Mathias Nyman3-6/+13
2016-02-03USB: EHCI: improvements to unlink_empty_async_suspended()Alan Stern2-3/+7
2016-02-03USB: EHCI: add a delay when unlinking an active QHAlan Stern4-5/+59
2016-02-03USB: EHCI: improve handling of the ehci->iaa_in_progress flagAlan Stern4-16/+20
2016-02-03USB: EHCI: store reason for unlinking a QHAlan Stern5-11/+26
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman98-447/+927
2016-01-31Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-7/+68
2016-01-31Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-12/+81
2016-01-31Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-29/+42
2016-01-31Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+9
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+14
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-19/+15
2016-01-31Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds1-14/+10
2016-01-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-30/+23
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-53/+57
2016-01-29Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-43/+43
2016-01-29Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-01-29Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-2/+3
2016-01-29Merge tag 'hwmon-for-linus-v4.5-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+20
2016-01-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+12
2016-01-29Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki7-34/+40