index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
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