index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
ohci.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-08
firewire: ohci: use generic power management
Vaibhav Gupta
1
-31
/
+13
2024-10-28
firewire: ohci: Replace deprecated PCI functions
Philipp Stanner
1
-3
/
+2
2024-10-01
firewire: Correct some typos
Shen Lichuan
1
-3
/
+3
2024-09-12
firewire: core: rename cause flag of tracepoints event
Takashi Sakamoto
1
-3
/
+3
2024-09-12
firewire: core: add helper function to retire descriptors
Takashi Sakamoto
1
-36
/
+9
2024-09-12
Revert "firewire: core: move workqueue handler from 1394 OHCI driver to core function"
Takashi Sakamoto
1
-2
/
+43
2024-09-12
Revert "firewire: core: use mutex to coordinate concurrent calls to flush completions"
Takashi Sakamoto
1
-14
/
+23
2024-09-09
firewire: core: use mutex to coordinate concurrent calls to flush completions
Takashi Sakamoto
1
-23
/
+14
2024-09-09
firewire: core: move workqueue handler from 1394 OHCI driver to core function
Takashi Sakamoto
1
-43
/
+2
2024-09-08
firewire: core: expose kernel API to schedule work item to process isochronous context
Takashi Sakamoto
1
-2
/
+2
2024-09-04
firewire: ohci: operate IT/IR events in sleepable work process instead of tasklet softIRQ
Takashi Sakamoto
1
-10
/
+45
2024-09-04
firewire: core: allocate workqueue to handle isochronous contexts in card
Takashi Sakamoto
1
-1
/
+1
2024-09-03
firewire: ohci: obsolete direct usage of printk_ratelimit()
Takashi Sakamoto
1
-6
/
+3
2024-09-03
firewire: ohci: deprecate debug parameter
Takashi Sakamoto
1
-1
/
+6
2024-08-17
firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phy
Takashi Sakamoto
1
-5
/
+10
2024-08-14
firewire: core/ohci: minor refactoring for computation of configuration ROM size
Takashi Sakamoto
1
-1
/
+1
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-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: ohci: use guard macro to serialize accesses to phy registers
Takashi Sakamoto
1
-35
/
+36
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: use static inline functions to serialize data of AT DMA
Takashi Sakamoto
1
-14
/
+18
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
1
-5
/
+4
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
1
-5
/
+7
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-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
1
-6
/
+17
2024-06-25
firewire: core: add tracepoints events for flushing completions of isochronous context
Takashi Sakamoto
1
-0
/
+2
2024-06-17
firewire: ohci: use helper inline functions to serialize/deserialize self ID packet
Takashi Sakamoto
1
-24
/
+45
2024-06-17
firewire: ohci: use helper functions for self ID sequence
Takashi Sakamoto
1
-28
/
+49
2024-06-17
firewire: ohci: minor code refactoring for self ID logging
Takashi Sakamoto
1
-14
/
+22
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: obsolete tcode check macros with inline functions
Takashi Sakamoto
1
-3
/
+3
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 asynchronous packet header
Takashi Sakamoto
1
-15
/
+15
2024-05-06
firewire: ohci: replace local macros with common inline functions for asynchronous packet header
Takashi Sakamoto
1
-16
/
+8
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
2024-05-06
Revert "firewire: ohci: use devres for requested IRQ"
Takashi Sakamoto
1
-6
/
+8
2024-04-29
firewire: ohci: fulfill timestamp for some local asynchronous transaction
Takashi Sakamoto
1
-2
/
+6
2024-04-06
firewire: ohci: mask bus reset interrupts between ISR and bottom half
Adam Goldman
1
-1
/
+5
[next]