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
/
dma
/
bcm-sba-raid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-13
dmaengine: bcm-sba-raid: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-06-14
dmaengine: bcm-sba-raid: no need to check return value of debugfs_create func...
Greg Kroah-Hartman
1
-10
/
+3
2019-04-29
dmaengine: bcm-sba-raid: Use dev_get_drvdata()
Kefeng Wang
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
1
-3
/
+2
2017-10-23
dmaengine: bcm-sba-raid: Use common GPL comment header
Anup Patel
1
-3
/
+8
2017-10-23
dmaengine: bcm-sba-raid: Use only single mailbox channel
Anup Patel
1
-77
/
+27
2017-10-23
dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lock
Anup Patel
1
-0
/
+2
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETED
Anup Patel
1
-46
/
+17
2017-08-28
dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sending
Anup Patel
1
-3
/
+7
2017-08-28
dmaengine: bcm-sba-raid: Add debugfs support
Anup Patel
1
-0
/
+78
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED
Anup Patel
1
-24
/
+2
2017-08-28
dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()
Anup Patel
1
-62
/
+47
2017-08-28
dmaengine: bcm-sba-raid: Pre-ack async tx descriptor
Anup Patel
1
-0
/
+1
2017-08-28
dmaengine: bcm-sba-raid: Peek mbox when we have no free requests
Anup Patel
1
-5
/
+20
2017-08-28
dmaengine: bcm-sba-raid: Alloc resources before registering DMA device
Anup Patel
1
-15
/
+15
2017-08-28
dmaengine: bcm-sba-raid: Improve sba_issue_pending() run duration
Anup Patel
1
-109
/
+125
2017-08-28
dmaengine: bcm-sba-raid: Increase number of free sba_request
Anup Patel
1
-12
/
+13
2017-08-28
dmaengine: bcm-sba-raid: Allow arbitrary number free sba_request
Anup Patel
1
-16
/
+10
2017-08-28
dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_device
Anup Patel
1
-7
/
+1
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_request
Anup Patel
1
-17
/
+17
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant next_count from sba_request
Anup Patel
1
-5
/
+1
2017-08-28
dmaengine: bcm-sba-raid: Common flags for sba_request state and fence
Anup Patel
1
-28
/
+38
2017-08-28
dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()
Anup Patel
1
-11
/
+11
2017-08-28
dmaengine: bcm-sba-raid: Minor improvments in comments
Anup Patel
1
-3
/
+6
2017-07-19
dmaengine: bcm-scm-raid: statify functions
Vinod Koul
1
-3
/
+3
2017-05-19
dmaengine: bcm-scm-raid: remove redundant null check on req
Colin Ian King
1
-1
/
+1
2017-05-16
dmaengine: Add Broadcom SBA RAID driver
Anup Patel
1
-0
/
+1785