aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-25firewire: core: add tracepoints events for flushing of isochronous contextTakashi Sakamoto1-0/+4
2024-06-25firewire: core: add tracepoints events for starting/stopping of isochronous contextTakashi Sakamoto1-0/+8
2024-06-25firewire: core: add tracepoints events for setting channels of multichannel contextTakashi Sakamoto1-0/+2
2024-06-25firewire: core: add tracepoints events for allocation/deallocation of isochronous contextTakashi Sakamoto1-0/+10
2024-06-17firewire: core: record card index in tracepoints event for self ID sequenceTakashi Sakamoto1-1/+1
2024-06-17firewire: core: use inline helper functions to serialize phy config packetTakashi Sakamoto1-12/+10
2024-06-17firewire: core: add tests for serialization/deserialization of phy config packetTakashi Sakamoto2-0/+134
2024-06-17firewire: core: add tracepoints event for self_id_sequenceTakashi Sakamoto2-2/+20
2024-06-17firewire: core: arrangement header inclusion for tracepoints eventsTakashi Sakamoto3-1/+6
2024-06-17firewire: ohci: use helper inline functions to serialize/deserialize self ID packetTakashi Sakamoto1-24/+45
2024-06-17firewire: core: use helper inline functions to deserialize self ID packetTakashi Sakamoto1-16/+10
2024-06-17firewire: core: add common inline functions to serialize/deserialize self ID packetTakashi Sakamoto2-0/+381
2024-06-17firewire: ohci: use helper functions for self ID sequenceTakashi Sakamoto1-28/+49
2024-06-17firewire: core: use helper functions for self ID sequenceTakashi Sakamoto1-120/+69
2024-06-17firewire: ohci: minor code refactoring for self ID loggingTakashi Sakamoto1-14/+22
2024-06-17firewire: core: minor code refactoring for topology builderTakashi Sakamoto1-11/+14
2024-06-17firewire: core: add helper function to handle port status from self ID sequence and its KUnit testTakashi Sakamoto2-0/+116
2024-06-17firewire: core: add enumerator of self ID sequences and its KUnit testTakashi Sakamoto5-0/+174
2024-06-15firewire: core: record card index in bus_reset_handle tracepoints eventTakashi Sakamoto1-1/+1
2024-06-15firewire: core: record card index in tracepoinrts events derived from bus_reset_arrange_templateTakashi Sakamoto1-3/+3
2024-06-15firewire: core: record card index in async_phy_inbound tracepoints eventTakashi Sakamoto1-1/+1
2024-06-15firewire: core: record card index in async_phy_outbound_complete tracepoints eventTakashi Sakamoto2-2/+2
2024-06-15firewire: core: record card index in async_phy_outbound_initiate tracepoints eventTakashi Sakamoto2-3/+3
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_inbound_templateTakashi Sakamoto1-4/+4
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_outbound_initiate_templateTakashi Sakamoto1-4/+6
2024-06-15firewire: core: record card index in tracepoinrts events derived from async_outbound_complete_templateTakashi Sakamoto1-3/+3
2024-06-15firewire: fix website URL in KconfigTakashi Sakamoto1-1/+1
2024-05-27firewire: add missing MODULE_DESCRIPTION() to test modulesJeff Johnson2-0/+2
2024-05-14Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds12-194/+1070
2024-05-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+4
2024-05-09firewire: obsolete usage of *-objs in Makefile for KUnit testTakashi Sakamoto1-5/+2
2024-05-06firewire: core: add tracepoint event for handling bus resetTakashi Sakamoto1-0/+3
2024-05-06Revert "firewire: core: option to log bus reset initiation"Takashi Sakamoto3-21/+0
2024-05-06firewire: core: add tracepoints events for initiating bus resetTakashi Sakamoto1-0/+7
2024-05-06firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameterTakashi Sakamoto1-8/+1
2024-05-06firewire: ohci: add bus-reset event for initial set of handled irqTakashi Sakamoto1-6/+5
2024-05-06firewire: core: add tracepoints event for asynchronous inbound phy packetTakashi Sakamoto1-0/+2
2024-05-06firewire: core/cdev: add tracepoints events for asynchronous phy packetTakashi Sakamoto2-0/+13
2024-05-06firewire: core: add tracepoints events for asynchronous outbound responseTakashi Sakamoto1-7/+16
2024-05-06firewire: core: add tracepoint event for asynchronous inbound requestTakashi Sakamoto1-1/+7
2024-05-06firewire: core: add tracepoints event for asynchronous inbound responseTakashi Sakamoto1-26/+29
2024-05-06firewire: core: add tracepoints events for asynchronous outbound requestTakashi Sakamoto1-0/+7
2024-05-06firewire: core: add support for Linux kernel tracepointsTakashi Sakamoto2-1/+6
2024-05-06firewire: core: replace local macros with common inline functions for isochronous packet headerTakashi Sakamoto1-7/+5
2024-05-06firewire: core: add common macro to serialize/deserialize isochronous packet headerTakashi Sakamoto2-0/+110
2024-05-06firewire: core: obsolete tcode check macros with inline functionsTakashi Sakamoto3-12/+19
2024-05-06firewire: ohci: replace hard-coded values with common macrosTakashi Sakamoto1-4/+14
2024-05-06firewire: ohci: replace hard-coded values with inline functions for asynchronous packet headerTakashi Sakamoto1-15/+15
2024-05-06firewire: ohci: replace local macros with common inline functions for asynchronous packet headerTakashi Sakamoto1-16/+8
2024-05-06firewire: core: replace local macros with common inline functions for asynchronous packet headerTakashi Sakamoto1-82/+56