aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc3/trace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19usb: dwc3: trace: add Start of Frame Number to trace eventMichael Grzeschik1-1/+2
2021-05-27usb: dwc3: trace: Remove unused fields in dwc3_log_trbMayank Rana1-2/+0
2021-04-02usb: dwc3: fix incorrect kernel-doc comment syntax in filesAditya Srivastava1-1/+1
2021-03-26usb: dwc3: trace: Print register read and write offsetThinh Nguyen1-2/+4
2020-10-02usb: dwc3: trace: fix checkpatch warningsFelipe Balbi1-8/+9
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-05-05USB: dwc3: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-15usb: dwc3: trace: print enqueue/dequeue pointers tooFelipe Balbi1-2/+7
2019-08-29usb: common: Separated decoding functions from dwc3 driver.Pawel Laszczak1-1/+1
2019-02-04usb: dwc3: trace: pass trace buffer size to decoding functionsFelipe Balbi1-3/+4
2019-02-04usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDINGFelipe Balbi1-2/+1
2018-12-07usb: dwc3: trace: add missing break statement to make compiler happyAndy Shevchenko1-0/+2
2018-11-26usb: dwc3: trace: log ep commands in hexFelipe Balbi1-1/+1
2018-05-21usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi1-2/+1
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi1-1/+1
2018-05-21usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi1-5/+2
2017-12-11usb: dwc3: Make sparse a bit happierVincent Pelletier1-2/+2
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-02usb: dwc3: trace: decode ctrl requestFelipe Balbi1-4/+4
2017-06-02usb: dwc3: debug: remove static char buffer from dwc3_decode_event()Felipe Balbi1-1/+3
2017-06-02usb: dwc3: trace: rely on __string() and __assign_str()Felipe Balbi1-8/+8
2017-04-11usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi1-30/+1
2017-04-11usb: dwc3: trace: change format for string to cmd traceFelipe Balbi1-1/+1
2017-03-27usb: dwc3: remove dwc3_log_msg trace classLu Baolu1-25/+0
2016-11-08usb: dwc3: trace: add a tracepoint for ep enable/disableFelipe Balbi1-0/+51
2016-11-03usb: dwc3: trace: add a proper tracepoint for reg accessorsFelipe Balbi1-9/+26
2016-11-03usb: dwc3: trace: pretty print high-bandwidth transfers tooFelipe Balbi1-2/+23
2016-10-31usb: dwc3: trace: print out ep0state also from XferCompleteFelipe Balbi1-5/+7
2016-06-20usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi1-2/+7
2016-06-20usb: dwc3: Endianness issue on dwc3_log_ctrlJohn Youn1-8/+8
2016-06-20usb: dwc3: gadget: improve gcmd traceFelipe Balbi1-6/+9
2016-06-20usb: dwc3: trace: print ep cmd status with a single traceFelipe Balbi1-6/+9
2016-06-20usb: dwc3: trace: fully decode IRQ eventsFelipe Balbi1-1/+2
2016-06-20usb: dwc3: trace: pretty-print TRB's ctrl fieldJanusz Dziedzic1-2/+38
2015-12-15usb: dwc3: trace: show request flagsFelipe Balbi1-1/+10
2015-01-27usb: dwc3: trace: add trace logs for core and gadgetFelipe Balbi1-0/+10
2014-11-20usb: dwc3: trace: don't save pointersFelipe Balbi1-4/+8
2014-11-03usb: dwc3: trace: remove unnecessary newline characterFelipe Balbi1-4/+4
2014-10-20usb: dwc3: trace: don't dereference pointersFelipe Balbi1-15/+38
2014-09-05usb: dwc3: add tracepoints to aid debuggingFelipe Balbi1-0/+220