index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-17
firewire: core: record card index in tracepoints event for self ID sequence
Takashi Sakamoto
1
-1
/
+1
2024-06-17
firewire: core: use inline helper functions to serialize phy config packet
Takashi Sakamoto
1
-12
/
+10
2024-06-17
firewire: core: add tests for serialization/deserialization of phy config packet
Takashi Sakamoto
2
-0
/
+134
2024-06-17
firewire: core: add tracepoints event for self_id_sequence
Takashi Sakamoto
2
-2
/
+20
2024-06-17
firewire: core: arrangement header inclusion for tracepoints events
Takashi Sakamoto
3
-1
/
+6
2024-06-17
firewire: ohci: use helper inline functions to serialize/deserialize self ID ...
Takashi Sakamoto
1
-24
/
+45
2024-06-17
firewire: core: use helper inline functions to deserialize self ID packet
Takashi Sakamoto
1
-16
/
+10
2024-06-17
firewire: core: add common inline functions to serialize/deserialize self ID ...
Takashi Sakamoto
2
-0
/
+381
2024-06-17
firewire: ohci: use helper functions for self ID sequence
Takashi Sakamoto
1
-28
/
+49
2024-06-17
firewire: core: use helper functions for self ID sequence
Takashi Sakamoto
1
-120
/
+69
2024-06-17
firewire: ohci: minor code refactoring for self ID logging
Takashi Sakamoto
1
-14
/
+22
2024-06-17
firewire: core: minor code refactoring for topology builder
Takashi Sakamoto
1
-11
/
+14
2024-06-17
firewire: core: add helper function to handle port status from self ID sequen...
Takashi Sakamoto
2
-0
/
+116
2024-06-17
firewire: core: add enumerator of self ID sequences and its KUnit test
Takashi Sakamoto
5
-0
/
+174
2024-06-15
firewire: core: record card index in bus_reset_handle tracepoints event
Takashi Sakamoto
1
-1
/
+1
2024-06-15
firewire: core: record card index in tracepoinrts events derived from bus_res...
Takashi Sakamoto
1
-3
/
+3
2024-06-15
firewire: core: record card index in async_phy_inbound tracepoints event
Takashi Sakamoto
1
-1
/
+1
2024-06-15
firewire: core: record card index in async_phy_outbound_complete tracepoints ...
Takashi Sakamoto
2
-2
/
+2
2024-06-15
firewire: core: record card index in async_phy_outbound_initiate tracepoints ...
Takashi Sakamoto
2
-3
/
+3
2024-06-15
firewire: core: record card index in tracepoinrts events derived from async_i...
Takashi Sakamoto
1
-4
/
+4
2024-06-15
firewire: core: record card index in tracepoinrts events derived from async_o...
Takashi Sakamoto
1
-4
/
+6
2024-06-15
firewire: core: record card index in tracepoinrts events derived from async_o...
Takashi Sakamoto
1
-3
/
+3
2024-06-15
firewire: fix website URL in Kconfig
Takashi Sakamoto
1
-1
/
+1
2024-05-27
firewire: add missing MODULE_DESCRIPTION() to test modules
Jeff Johnson
2
-0
/
+2
2024-05-14
Merge tag 'firewire-updates-6.10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-194
/
+1070
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+4
2024-05-09
firewire: obsolete usage of *-objs in Makefile for KUnit test
Takashi Sakamoto
1
-5
/
+2
2024-05-06
firewire: core: add tracepoint event for handling bus reset
Takashi Sakamoto
1
-0
/
+3
2024-05-06
Revert "firewire: core: option to log bus reset initiation"
Takashi Sakamoto
3
-21
/
+0
2024-05-06
firewire: core: add tracepoints events for initiating bus reset
Takashi Sakamoto
1
-0
/
+7
2024-05-06
firewire: ohci: obsolete OHCI_PARAM_DEBUG_BUSRESETS from debug module parameter
Takashi Sakamoto
1
-8
/
+1
2024-05-06
firewire: ohci: add bus-reset event for initial set of handled irq
Takashi Sakamoto
1
-6
/
+5
2024-05-06
firewire: core: add tracepoints event for asynchronous inbound phy packet
Takashi Sakamoto
1
-0
/
+2
2024-05-06
firewire: core/cdev: add tracepoints events for asynchronous phy packet
Takashi Sakamoto
2
-0
/
+13
2024-05-06
firewire: core: add tracepoints events for asynchronous outbound response
Takashi Sakamoto
1
-7
/
+16
2024-05-06
firewire: core: add tracepoint event for asynchronous inbound request
Takashi Sakamoto
1
-1
/
+7
2024-05-06
firewire: core: add tracepoints event for asynchronous inbound response
Takashi Sakamoto
1
-26
/
+29
2024-05-06
firewire: core: add tracepoints events for asynchronous outbound request
Takashi Sakamoto
1
-0
/
+7
2024-05-06
firewire: core: add support for Linux kernel tracepoints
Takashi Sakamoto
2
-1
/
+6
2024-05-06
firewire: core: replace local macros with common inline functions for isochro...
Takashi Sakamoto
1
-7
/
+5
2024-05-06
firewire: core: add common macro to serialize/deserialize isochronous packet ...
Takashi Sakamoto
2
-0
/
+110
2024-05-06
firewire: core: obsolete tcode check macros with inline functions
Takashi Sakamoto
3
-12
/
+19
2024-05-06
firewire: ohci: replace hard-coded values with common macros
Takashi Sakamoto
1
-4
/
+14
2024-05-06
firewire: ohci: replace hard-coded values with inline functions for asynchron...
Takashi Sakamoto
1
-15
/
+15
2024-05-06
firewire: ohci: replace local macros with common inline functions for asynchr...
Takashi Sakamoto
1
-16
/
+8
2024-05-06
firewire: core: replace local macros with common inline functions for asynchr...
Takashi Sakamoto
1
-82
/
+56
2024-05-06
firewire: core: add common inline functions to serialize/deserialize asynchro...
Takashi Sakamoto
5
-0
/
+726
2024-05-06
firewire: ohci: use pci_irq_vector() to retrieve allocated interrupt line
Takashi Sakamoto
1
-5
/
+13
2024-05-06
firewire: ohci: obsolete usage of deprecated API for MSI
Takashi Sakamoto
1
-4
/
+9
2024-05-06
firewire: ohci: replace request_irq() with request_threaded_irq()
Takashi Sakamoto
1
-4
/
+4
[prev]
[next]