This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 4f8b6f25eb1e Merge tag 'for-6.10/dm-changes' of git://git.kernel.org/pu [...] new f83a052f9a0b firewire: core: option to log bus reset initiation new d3155742db89 firewire: Annotate struct fw_iso_packet with __counted_by() new fb7d0e5e1f14 Revert "firewire: ohci: use devres for requested IRQ" new d4cad4162ba3 firewire: ohci: replace request_irq() with request_threaded_irq() new b9d9a025bf2f firewire: ohci: obsolete usage of deprecated API for MSI new e41b2c1532d6 firewire: ohci: use pci_irq_vector() to retrieve allocated [...] new 75527d8d9e5e firewire: core: add common inline functions to serialize/d [...] new e8cd3e4f2761 firewire: core: replace local macros with common inline fu [...] new 1162825c9c15 firewire: ohci: replace local macros with common inline fu [...] new 4af436141868 firewire: ohci: replace hard-coded values with inline func [...] new 2a0b46a98826 firewire: ohci: replace hard-coded values with common macros new c5deb0184968 firewire: core: obsolete tcode check macros with inline functions new 6503df36128b firewire: core: add common macro to serialize/deserialize [...] new aa5c5edc08c5 firewire: core: replace local macros with common inline fu [...] new 57614c28843d firewire: core: add support for Linux kernel tracepoints new 944b06840a73 firewire: core: add tracepoints events for asynchronous ou [...] new 06cc078c078e firewire: core: add tracepoints event for asynchronous inb [...] new 2c945b10d7a6 firewire: core: add tracepoint event for asynchronous inbo [...] new 624a8535f703 firewire: core: add tracepoints events for asynchronous ou [...] new 1a4c53cf3553 firewire: core/cdev: add tracepoints events for asynchrono [...] new eec045c571cb firewire: core: add tracepoints event for asynchronous inb [...] new 0d12f095b439 firewire: ohci: add bus-reset event for initial set of han [...] new 42374303b73c firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from d [...] new 08dd8602aab9 firewire: core: add tracepoints events for initiating bus reset new 01d860427f67 Revert "firewire: core: option to log bus reset initiation" new 6b0b708f12d1 firewire: core: add tracepoint event for handling bus reset new 87144bbc9935 firewire: core: fix type of timestamp for async_inbound_te [...] new 5a5dc48083da firewire: core: remove flag and width from u64 formats of [...] new 21151fd8f0ea firewire: obsolete usage of *-objs in Makefile for KUnit test new b850dc206a57 Merge tag 'firewire-updates-6.10' of git://git.kernel.org/ [...]
The 30 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/firewire/.kunitconfig | 1 + drivers/firewire/Kconfig | 16 + drivers/firewire/Makefile | 6 +- drivers/firewire/core-card.c | 7 + drivers/firewire/core-cdev.c | 7 + drivers/firewire/core-topology.c | 3 + .../mv88e6xxx/trace.c => firewire/core-trace.c} | 5 +- drivers/firewire/core-transaction.c | 251 ++++----- drivers/firewire/core.h | 21 +- drivers/firewire/ohci.c | 131 ++--- drivers/firewire/packet-header-definitions.h | 234 +++++++++ drivers/firewire/packet-serdes-test.c | 582 +++++++++++++++++++++ include/linux/firewire.h | 3 +- include/trace/events/firewire.h | 348 ++++++++++++ 14 files changed, 1417 insertions(+), 198 deletions(-) copy drivers/{net/dsa/mv88e6xxx/trace.c => firewire/core-trace.c} (50%) create mode 100644 drivers/firewire/packet-header-definitions.h create mode 100644 drivers/firewire/packet-serdes-test.c create mode 100644 include/trace/events/firewire.h