aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-dbg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15usb: host: {e|o}hci-dbg: kill useless 'ret' variable initializersSergey Shtylyov1-2/+2
2020-07-10usb: host: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-22/+8
2017-11-28usb: host: fix incorrect updating of offsetColin Ian King1-1/+1
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-1/+1
2016-04-29USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern1-52/+34
2016-02-03usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem1-2/+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
2015-12-01USB: EHCI: enhance "async" debugfs outputAlan Stern1-4/+11
2015-05-10USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2013-12-08usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-12-03usb: kill DEBUG compile optionOliver Neukum1-4/+4
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern1-0/+48
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern1-0/+56
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern1-3/+4
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-30ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou1-1/+0
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou1-4/+4
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern1-6/+9
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern1-97/+0
2012-10-24USB: EHCI: move logging macros to ehci.hAlan Stern1-15/+0
2012-09-21USB: EHCI: remove useless testAlan Stern1-4/+2
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern1-0/+2
2012-07-16USB: EHCI: rename "reclaim"Alan Stern1-7/+9
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern1-3/+3
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern1-4/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-02-24usb: Fix typo in ehci-dbg.cMasanari Iida1-1/+1
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern1-1/+1
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern1-2/+15
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+1
2011-02-04USB: EHCI: Cleanup and rewrite ehci_vdgb().David Daney1-3/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-1/+1