public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] firewire: core/ohci: add tracepoints events for bus-reset
@ 2024-05-01  7:32 Takashi Sakamoto
  2024-05-01  7:32 ` [PATCH 1/5] firewire: ohci: add bus-reset event for initial set of handled irq Takashi Sakamoto
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Takashi Sakamoto @ 2024-05-01  7:32 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel, adamg

Hi,

IEEE 1394 bus is under bus-reset state when the physical state of bus is
changed; e.g. bus topology change by adding new nodes in the bus. It is
important to handle the state appropriately for the maintenance of bus.

This series of change adds some tracepoints events to trace the events
related to bus-reset. Some kernel log messages are obsoleted and
deleted. It also includes for 1394 OHCI driver so that bus-reset IRQ
event is recorded as much as possible, and obsoletes bus-resets bit
from debug parameter successfully.

Takashi Sakamoto (5):
  firewire: ohci: add bus-reset event for initial set of handled irq
  firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module
    parameter
  firewire: core: add tracepoints events for initiating bus reset
  Revert "firewire: core: option to log bus reset initiation"
  firewire: core: add tracepoint event for handling bus reset

 drivers/firewire/core-card.c        | 13 +++---
 drivers/firewire/core-topology.c    |  3 ++
 drivers/firewire/core-transaction.c |  7 ----
 drivers/firewire/core.h             |  4 --
 drivers/firewire/ohci.c             | 18 +++------
 include/trace/events/firewire.h     | 61 ++++++++++++++++++++++++++++-
 6 files changed, 73 insertions(+), 33 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-01 23:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01  7:32 [PATCH 0/5] firewire: core/ohci: add tracepoints events for bus-reset Takashi Sakamoto
2024-05-01  7:32 ` [PATCH 1/5] firewire: ohci: add bus-reset event for initial set of handled irq Takashi Sakamoto
2024-05-01  7:32 ` [PATCH 2/5] firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter Takashi Sakamoto
2024-05-01  7:32 ` [PATCH 3/5] firewire: core: add tracepoints events for initiating bus reset Takashi Sakamoto
2024-05-01  7:32 ` [PATCH 4/5] Revert "firewire: core: option to log bus reset initiation" Takashi Sakamoto
2024-05-01  7:32 ` [PATCH 5/5] firewire: core: add tracepoint event for handling bus reset Takashi Sakamoto
2024-05-01 23:14 ` [PATCH 0/5] firewire: core/ohci: add tracepoints events for bus-reset Takashi Sakamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox