index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
bcm-sba-raid.c
Age
Commit message (
Expand
)
Author
2020-02-13
dmaengine: bcm-sba-raid: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2019-06-14
dmaengine: bcm-sba-raid: no need to check return value of debugfs_create func...
Greg Kroah-Hartman
2019-04-29
dmaengine: bcm-sba-raid: Use dev_get_drvdata()
Kefeng Wang
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2017-10-23
dmaengine: bcm-sba-raid: Use common GPL comment header
Anup Patel
2017-10-23
dmaengine: bcm-sba-raid: Use only single mailbox channel
Anup Patel
2017-10-23
dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lock
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETED
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sending
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Add debugfs support
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVED
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Pre-ack async tx descriptor
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Peek mbox when we have no free requests
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Alloc resources before registering DMA device
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Improve sba_issue_pending() run duration
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Increase number of free sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Allow arbitrary number free sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_device
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Remove redundant next_count from sba_request
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Common flags for sba_request state and fence
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()
Anup Patel
2017-08-28
dmaengine: bcm-sba-raid: Minor improvments in comments
Anup Patel
2017-07-19
dmaengine: bcm-scm-raid: statify functions
Vinod Koul
2017-05-19
dmaengine: bcm-scm-raid: remove redundant null check on req
Colin Ian King
2017-05-16
dmaengine: Add Broadcom SBA RAID driver
Anup Patel