summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-dbg.c
AgeCommit message (Expand)Author
2018-05-31USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2017-11-28usb: host: fix incorrect updating of offsetColin Ian King
2017-11-07USB: host: ehci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu
2016-04-29USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern
2016-02-03usb: ehci: remove old stub_debug_files definitionGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: add function output_buf_tds_dir()Geyslan G. Bem
2016-02-03usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times sizeGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: enclose conditional blocks with bracesGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: replace sizeof operandGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove blank line before close braceGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: add blank line after declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: convert macro to inline functionGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use a blank line after struct declarationsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: fix up function definitionsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use scnprintf() in qh_lines()Geyslan G. Bem
2016-02-03usb: host: ehci-dbg: put spaces around operatorsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: fix up closing parenthesisGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: move trailing statements to next lineGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: use C89-style commentsGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove space before open square bracketGeyslan G. Bem
2016-02-03usb: host: ehci-dbg: remove space before open parenthesisGeyslan G. Bem
2015-12-01USB: EHCI: enhance "async" debugfs outputAlan Stern
2015-05-10USB: ehci-dbg.c: move assignment out of if () blockGreg Kroah-Hartman
2013-12-08usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2013-12-03usb: kill DEBUG compile optionOliver Neukum
2013-10-14USB: EHCI: create per-TT bandwidth tablesAlan Stern
2013-10-11USB: EHCI: use a bandwidth-allocation tableAlan Stern
2013-10-11USB: EHCI: create a "periodic schedule info" structAlan Stern
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-08-30ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou
2013-08-30ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou
2013-03-25USB: EHCI: convert singly-linked lists to list_headsAlan Stern
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern
2012-10-24USB: EHCI: move logging macros to ehci.hAlan Stern
2012-09-21USB: EHCI: remove useless testAlan Stern
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern
2012-07-16USB: EHCI: rename "reclaim"Alan Stern
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern
2012-04-23EHCI: maintain the ehci->command value properlyAlan Stern
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-02-24usb: Fix typo in ehci-dbg.cMasanari Iida
2011-10-18EHCI: workaround for MosChip controller bugAlan Stern
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson
2011-02-04USB: EHCI: Cleanup and rewrite ehci_vdgb().David Daney
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman
2010-11-30USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl
2010-11-15USB: ehci: fix debugfs 'lpm' permissionsGreg Kroah-Hartman