index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
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-08-14
firewire: core/ohci: minor refactoring for computation of configuration ROM size
Takashi Sakamoto
2
-2
/
+3
2024-08-14
firewire: ohci: remove unused wrapper macro for dev_info()
Takashi Sakamoto
1
-1
/
+0
2024-08-14
firewire: ohci: use helper macro for compiler aligned attribute
Takashi Sakamoto
1
-1
/
+1
2024-08-13
firewire: core: use xarray instead of idr to maintain client resource
Takashi Sakamoto
2
-32
/
+35
2024-08-13
firewire: core: code refactoring to use idr_for_each_entry() macro instead of idr_for_each() function
Takashi Sakamoto
1
-34
/
+30
2024-08-13
firewire: core: add helper function to detect data of iso resource structure
Takashi Sakamoto
1
-1
/
+6
2024-08-13
firewire: core: add helper functions to convert to parent resource structure
Takashi Sakamoto
1
-12
/
+26
2024-08-13
firewire: core: minor code refactoring to release client resource
Takashi Sakamoto
1
-8
/
+7
2024-08-12
firewire: core: use lock in Xarray instead of local R/W semaphore
Takashi Sakamoto
1
-13
/
+6
2024-08-12
firewire: core: replace IDR with XArray to maintain fw_device
Takashi Sakamoto
3
-13
/
+14
2024-08-10
firewire: core: correct range of block for case of switch statement
Takashi Sakamoto
1
-1
/
+1
2024-08-05
firewire: ohci: use guard macro to serialize operations for isochronous contexts
Takashi Sakamoto
1
-105
/
+77
2024-08-05
firewire: ohci: use guard macro to maintain image of configuration ROM
Takashi Sakamoto
1
-67
/
+49
2024-08-05
firewire: ohci: use guard macro to maintain bus time
Takashi Sakamoto
1
-18
/
+12
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
6
-33
/
+19
2024-08-05
firewire: core: use guard macro to maintain list of asynchronous transaction
Takashi Sakamoto
1
-51
/
+34
2024-08-05
firewire: core: use guard macro to maintain list of receivers for phy configuration packets
Takashi Sakamoto
1
-12
/
+5
2024-08-05
firewire: core: use guard macro to maintain isochronous context for userspace client
Takashi Sakamoto
1
-14
/
+11
2024-08-05
firewire: core: use guard macro to maintain IDR of isochronous resources for userspace clients
Takashi Sakamoto
1
-72
/
+59
2024-08-05
firewire: core: use guard macro to maintain list of events for userspace clients
Takashi Sakamoto
1
-15
/
+12
2024-08-05
firewire: core: use guard macro to disable local IRQ
Takashi Sakamoto
1
-7
/
+5
2024-08-05
firewire: core: use guard macro to maintain the list of address handler for transaction
Takashi Sakamoto
1
-6
/
+4
2024-08-05
firewire: core: use guard macro to access to IDR for fw_device
Takashi Sakamoto
2
-56
/
+42
2024-08-05
firewire: core: use guard macro to maintain RCU scope for transaction address handler
Takashi Sakamoto
1
-20
/
+15
2024-08-05
firewire: ohci: use guard macro to serialize accesses to phy registers
Takashi Sakamoto
1
-35
/
+36
2024-08-05
firewire: core: use guard macro to maintain the list of cdev clients
Takashi Sakamoto
1
-8
/
+5
2024-08-05
firewire: core: use guard macro to maintain the list of card
Takashi Sakamoto
1
-26
/
+18
2024-08-05
firewire: core: use guard macro to maintain static packet data for phy configuration
Takashi Sakamoto
1
-3
/
+1
2024-08-02
firewire: ohci: use static inline functions to serialize data of IT DMA
Takashi Sakamoto
1
-18
/
+16
2024-08-02
firewire: ohci: add static inline functions to serialize/deserialize data of IT DMA
Takashi Sakamoto
2
-0
/
+116
2024-08-02
firewire: ohci: use static inline functions to serialize data of AT DMA
Takashi Sakamoto
1
-14
/
+18
2024-08-02
firewire: ohci: add static inline functions to serialize/deserialize data of AT DMA
Takashi Sakamoto
2
-0
/
+149
2024-08-01
firewire: core: utilize kref to maintain fw_node with reference counting
Takashi Sakamoto
2
-5
/
+12
2024-07-29
firewire: core: use common helper function to serialize phy configuration packet
Takashi Sakamoto
2
-2
/
+4
2024-07-29
firewire: ohci: minor code refactoring to localize text table
Takashi Sakamoto
1
-10
/
+18
2024-07-29
firewire: ohci: use TCODE_LINK_INTERNAL consistently
Takashi Sakamoto
2
-6
/
+4
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-3
/
+3
2024-07-12
firewire: core: move copy_port_status() helper function to TP_fast_assign() block
Takashi Sakamoto
1
-11
/
+0
2024-07-08
Revert "firewire: ohci: use common macro to interpret be32 data in le32 buffer"
Takashi Sakamoto
1
-1
/
+1
2024-07-04
firewire: ohci: add tracepoints event for data of Self-ID DMA
Takashi Sakamoto
1
-1
/
+10
2024-07-04
firewire: ohci: use inline functions to operate data of self-ID DMA
Takashi Sakamoto
2
-6
/
+7
2024-07-04
firewire: ohci: add static inline functions to deserialize for Self-ID DMA operation
Takashi Sakamoto
5
-0
/
+116
2024-07-04
firewire: ohci: use static function to handle endian issue on PowerPC platform
Takashi Sakamoto
1
-12
/
+27
2024-07-04
firewire: ohci: use common macro to interpret be32 data in le32 buffer
Takashi Sakamoto
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-3
/
+3
2024-06-25
firewire: ohci: add tracepoints event for hardIRQ event
Takashi Sakamoto
1
-0
/
+1
2024-06-25
firewire: ohci: add support for Linux kernel tracepoints
Takashi Sakamoto
1
-0
/
+3
2024-06-25
firewire: core: add tracepoints events for completions of packets in isochronous context
Takashi Sakamoto
2
-6
/
+21
2024-06-25
firewire: core: add tracepoints events for queueing packets of isochronous context
Takashi Sakamoto
1
-0
/
+4
2024-06-25
firewire: core: add tracepoints events for flushing completions of isochronous context
Takashi Sakamoto
2
-0
/
+6
[prev]
[next]