aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm-sba-raid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-13dmaengine: bcm-sba-raid: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-14dmaengine: bcm-sba-raid: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+3
2019-04-29dmaengine: bcm-sba-raid: Use dev_get_drvdata()Kefeng Wang1-2/+1
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-3/+2
2017-10-23dmaengine: bcm-sba-raid: Use common GPL comment headerAnup Patel1-3/+8
2017-10-23dmaengine: bcm-sba-raid: Use only single mailbox channelAnup Patel1-77/+27
2017-10-23dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lockAnup Patel1-0/+2
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel1-46/+17
2017-08-28dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel1-3/+7
2017-08-28dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel1-0/+78
2017-08-28dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel1-24/+2
2017-08-28dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel1-62/+47
2017-08-28dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel1-0/+1
2017-08-28dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel1-5/+20
2017-08-28dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel1-15/+15
2017-08-28dmaengine: bcm-sba-raid: Improve sba_issue_pending() run durationAnup Patel1-109/+125
2017-08-28dmaengine: bcm-sba-raid: Increase number of free sba_requestAnup Patel1-12/+13
2017-08-28dmaengine: bcm-sba-raid: Allow arbitrary number free sba_requestAnup Patel1-16/+10
2017-08-28dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_deviceAnup Patel1-7/+1
2017-08-28dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_requestAnup Patel1-17/+17
2017-08-28dmaengine: bcm-sba-raid: Remove redundant next_count from sba_requestAnup Patel1-5/+1
2017-08-28dmaengine: bcm-sba-raid: Common flags for sba_request state and fenceAnup Patel1-28/+38
2017-08-28dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()Anup Patel1-11/+11
2017-08-28dmaengine: bcm-sba-raid: Minor improvments in commentsAnup Patel1-3/+6
2017-07-19dmaengine: bcm-scm-raid: statify functionsVinod Koul1-3/+3
2017-05-19dmaengine: bcm-scm-raid: remove redundant null check on reqColin Ian King1-1/+1
2017-05-16dmaengine: Add Broadcom SBA RAID driverAnup Patel1-0/+1785