index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-27
firewire: core: fix invalid port index for parent device
Takashi Sakamoto
1
-1
/
+1
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-12
firewire: core: rename cause flag of tracepoints event
Takashi Sakamoto
1
-3
/
+3
2024-09-12
firewire: core: update documentation of kernel APIs for flushing completions
Takashi Sakamoto
1
-3
/
+6
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 ...
Takashi Sakamoto
3
-12
/
+64
2024-09-12
Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...
Takashi Sakamoto
2
-23
/
+25
2024-09-09
firewire: core: use mutex to coordinate concurrent calls to flush completions
Takashi Sakamoto
2
-25
/
+23
2024-09-09
firewire: core: move workqueue handler from 1394 OHCI driver to core function
Takashi Sakamoto
3
-64
/
+12
2024-09-08
firewire: core: fulfill documentation of fw_iso_context_flush_completions()
Takashi Sakamoto
1
-0
/
+11
2024-09-08
firewire: core: expose kernel API to schedule work item to process isochronou...
Takashi Sakamoto
2
-7
/
+2
2024-09-05
firewire: core: use WARN_ON_ONCE() to avoid superfluous dumps
Takashi Sakamoto
1
-2
/
+2
2024-09-04
firewire: core: non-atomic memory allocation for isochronous event to user cl...
Takashi Sakamoto
1
-2
/
+2
2024-09-04
firewire: ohci: operate IT/IR events in sleepable work process instead of tas...
Takashi Sakamoto
1
-10
/
+45
2024-09-04
firewire: core: add local API to queue work item to workqueue specific to iso...
Takashi Sakamoto
2
-2
/
+38
2024-09-04
firewire: core: allocate workqueue to handle isochronous contexts in card
Takashi Sakamoto
3
-6
/
+33
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-20
firewire: core: update fw_device outside of device_find_child()
Takashi Sakamoto
1
-57
/
+59
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
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...
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 configu...
Takashi Sakamoto
1
-12
/
+5
2024-08-05
firewire: core: use guard macro to maintain isochronous context for userspace...
Takashi Sakamoto
1
-14
/
+11
2024-08-05
firewire: core: use guard macro to maintain IDR of isochronous resources for ...
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 t...
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...
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 config...
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
[next]