summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-dbg.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-22/+8
* usb: host: fix incorrect updating of offsetColin Ian King2017-11-281-1/+1
* USB: host: ehci: Remove redundant license textGreg Kroah-Hartman2017-11-071-11/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern2016-04-291-52/+34
* usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem2016-02-031-2/+2
* usb: host: ehci-dbg: add function output_buf_tds_dir()Geyslan G. Bem2016-02-031-33/+29
* usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times sizeGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-dbg: enclose conditional blocks with bracesGeyslan G. Bem2016-02-031-4/+5
* usb: host: ehci-dbg: replace sizeof operandGeyslan G. Bem2016-02-031-1/+1
* usb: host: ehci-dbg: remove blank line before close braceGeyslan G. Bem2016-02-031-1/+0
* usb: host: ehci-dbg: add blank line after declarationsGeyslan G. Bem2016-02-031-0/+1
* usb: host: ehci-dbg: convert macro to inline functionGeyslan G. Bem2016-02-031-20/+34
* usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem2016-02-031-0/+3
* usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem2016-02-031-12/+16
* usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem2016-02-031-6/+2
* 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: EHCI: enhance "async" debugfs outputAlan Stern2015-12-011-4/+11
* USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang2013-12-081-1/+1
* usb: kill DEBUG compile optionOliver Neukum2013-12-031-4/+4
* USB: EHCI: create per-TT bandwidth tablesAlan Stern2013-10-141-0/+48
* USB: EHCI: use a bandwidth-allocation tableAlan Stern2013-10-111-0/+56
* USB: EHCI: create a "periodic schedule info" structAlan Stern2013-10-111-3/+4
* usb: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
* ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou2013-08-301-1/+0
* ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-301-4/+4
* USB: EHCI: convert singly-linked lists to list_headsAlan Stern2013-03-251-6/+9
* USB: EHCI: remove unused Link Power Management codeAlan Stern2012-10-311-97/+0
* USB: EHCI: move logging macros to ehci.hAlan Stern2012-10-241-15/+0
* USB: EHCI: remove useless testAlan Stern2012-09-211-4/+2
* USB: EHCI: add new root-hub state: STOPPINGAlan Stern2012-07-161-0/+2
* USB: EHCI: rename "reclaim"Alan Stern2012-07-161-7/+9
* USB: EHCI: add symbolic constants for QHsAlan Stern2012-07-161-3/+3
* EHCI: maintain the ehci->command value properlyAlan Stern2012-04-231-4/+2
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
* usb: Fix typo in ehci-dbg.cMasanari Iida2012-02-241-1/+1
* EHCI: workaround for MosChip controller bugAlan Stern2011-10-181-1/+1
* USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-221-2/+15
* USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-031-1/+1
* USB: EHCI: Cleanup and rewrite ehci_vdgb().David Daney2011-02-041-3/+1
* Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman2010-12-161-1/+1
|\
| * USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-11-301-1/+1
* | USB: ehci: fix debugfs 'lpm' permissionsGreg Kroah-Hartman2010-11-151-1/+1
|/