summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-03usb: host: ehci-sched: use sizeof operator with parensGeyslan G. Bem1-4/+4
2016-02-03usb: host: ehci-sched: add line after declarationsGeyslan G. Bem1-0/+2
2016-02-03usb: host: ehci-sched: use C89-style commentsGeyslan G. Bem1-12/+14
2016-02-03usb: host: ehci-sched: remove useless else branchGeyslan G. Bem1-3/+2
2016-02-03usb: host: ehci-sched: remove prohibited spacesGeyslan G. Bem1-132/+133
2016-02-03usb: host: ehci-sched: add spaces around operatorsGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci-sched: remove useless initializationsGeyslan G. Bem1-2/+2
2016-02-03usb: host: ehci-sched: move constants to rightGeyslan G. Bem1-3/+3
2016-02-03usb: host: ehci-sched: refactor scan_isoc functionGeyslan G. Bem1-101/+101
2016-02-03usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem2-7/+2
2016-02-03usb: host: ehci-dbg: add function output_buf_tds_dir()Geyslan G. Bem1-33/+29
2016-02-03usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times sizeGeyslan G. Bem1-1/+1
2016-02-03usb: host: ehci-dbg: enclose conditional blocks with bracesGeyslan G. Bem1-4/+5
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