summaryrefslogtreecommitdiffstats
path: root/drivers/dma/bcm-sba-raid.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_COMPLETEDAnup Patel2017-08-281-46/+17
* dmaengine: bcm-sba-raid: Explicitly ACK mailbox message after sendingAnup Patel2017-08-281-3/+7
* dmaengine: bcm-sba-raid: Add debugfs supportAnup Patel2017-08-281-0/+78
* dmaengine: bcm-sba-raid: Remove redundant SBA_REQUEST_STATE_RECEIVEDAnup Patel2017-08-281-24/+2
* dmaengine: bcm-sba-raid: Re-factor sba_process_deferred_requests()Anup Patel2017-08-281-62/+47
* dmaengine: bcm-sba-raid: Pre-ack async tx descriptorAnup Patel2017-08-281-0/+1
* dmaengine: bcm-sba-raid: Peek mbox when we have no free requestsAnup Patel2017-08-281-5/+20
* dmaengine: bcm-sba-raid: Alloc resources before registering DMA deviceAnup Patel2017-08-281-15/+15
* dmaengine: bcm-sba-raid: Improve sba_issue_pending() run durationAnup Patel2017-08-281-109/+125
* dmaengine: bcm-sba-raid: Increase number of free sba_requestAnup Patel2017-08-281-12/+13
* dmaengine: bcm-sba-raid: Allow arbitrary number free sba_requestAnup Patel2017-08-281-16/+10
* dmaengine: bcm-sba-raid: Remove reqs_free_count from sba_deviceAnup Patel2017-08-281-7/+1
* dmaengine: bcm-sba-raid: Remove redundant resp_dma from sba_requestAnup Patel2017-08-281-17/+17
* dmaengine: bcm-sba-raid: Remove redundant next_count from sba_requestAnup Patel2017-08-281-5/+1
* dmaengine: bcm-sba-raid: Common flags for sba_request state and fenceAnup Patel2017-08-281-28/+38
* dmaengine: bcm-sba-raid: Reduce locking context in sba_alloc_request()Anup Patel2017-08-281-11/+11
* dmaengine: bcm-sba-raid: Minor improvments in commentsAnup Patel2017-08-281-3/+6
* dmaengine: bcm-scm-raid: statify functionsVinod Koul2017-07-191-3/+3
* dmaengine: bcm-scm-raid: remove redundant null check on reqColin Ian King2017-05-191-1/+1
* dmaengine: Add Broadcom SBA RAID driverAnup Patel2017-05-161-0/+1785