All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] firewire: core/cdev: add tracepoints events for asynchronous phy packet
@ 2024-04-30  0:14 Takashi Sakamoto
  2024-04-30  0:14 ` [PATCH 1/2] " Takashi Sakamoto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Sakamoto @ 2024-04-30  0:14 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Hi,

In IEEE 1394 bus, the type of asynchronous packet without any offset to
node address space is called as phy packet. The destination of packet is
IEEE 1394 phy itself. This type of packet is used for several purposes,
mainly for selfID at the state of bus reset, to force selection of root
node, and to adjust gap count.

This series of changes is to add tracepoints events for this kind of
asynchronous packets.

Takashi Sakamoto (2):
  firewire: core/cdev: add tracepoints events for asynchronous phy
    packet
  firewire: core: add tracepoints event for asynchronous inbound phy
    packet

 drivers/firewire/core-cdev.c        |  7 +++
 drivers/firewire/core-transaction.c |  8 +++
 include/trace/events/firewire.h     | 78 +++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-30 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30  0:14 [PATCH 0/2] firewire: core/cdev: add tracepoints events for asynchronous phy packet Takashi Sakamoto
2024-04-30  0:14 ` [PATCH 1/2] " Takashi Sakamoto
2024-04-30  0:14 ` [PATCH 2/2] firewire: core: add tracepoints event for asynchronous inbound " Takashi Sakamoto
2024-04-30 13:11 ` [PATCH 0/2] firewire: core/cdev: add tracepoints events for asynchronous " Takashi Sakamoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.