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 |