summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | dmaengine: qcom_hidma: introduce memset supportSinan Kaya2017-07-193-9/+46
| | |/ / /
| * | | | Merge branch 'topic/ppc4xx' into for-linusVinod Koul2017-09-061-13/+10
| |\ \ \ \
| | * | | | dmaengine: ppc4xx: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-07-211-13/+10
| | |/ / /
| * | | | Merge branch 'topic/of' into for-linusVinod Koul2017-09-062-12/+10
| |\ \ \ \
| | * | | | dmaengine: Convert to using %pOF instead of full_nameRob Herring2017-07-192-12/+10
| | |/ / /
| * | | | Merge branch 'topic/k3dma' into for-linusVinod Koul2017-09-061-8/+4
| |\ \ \ \
| | * | | | dmaengine: k3dma: remove useless ON_WARN_ONCE()Antonio Borneo2017-08-251-2/+0
| | * | | | dmaengine: k3dma: fix double free of descriptorAntonio Borneo2017-08-251-5/+1
| | * | | | dmaengine: k3dma: fix non-cyclic modeAntonio Borneo2017-08-251-1/+3
| | |/ / /
| * | | | Merge branch 'topic/ioat' into for-linusVinod Koul2017-09-065-4/+83
| |\ \ \ \
| | * | | | dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh2017-08-233-3/+52
| | * | | | dmaengine: ioatdma: Add ABI documentUjjal Singh2017-08-211-0/+30
| | * | | | dmaengine: ioat: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
| | |/ / /
| * | | | Merge branch 'topic/bcm' into for-linusVinod Koul2017-09-061-249/+295
| |\ \ \ \
| | * | | | 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
| | |/ / /
| * | | | Merge branch 'topic/altera' into for-linusVinod Koul2017-09-063-0/+934
| |\ \ \ \
| | * | | | dmaengine: altera: Use macros instead of structs to describe the registersStefan Roese2017-08-291-45/+35
| | * | | | dmaengine: altera: remove DMA_SGVinod Koul2017-08-221-94/+0
| | * | | | dmaengine: Add driver for Altera / Intel mSGDMA IP coreStefan Roese2017-07-183-0/+1038
| | |/ / /
| * | | | dmaengine: sun6i: support V3s SoC variantIcenowy Zheng2017-09-052-0/+14
| * | | | dmaengine: sun6i: make gate bit in sun8i's DMA engines a common quirkIcenowy Zheng2017-09-051-7/+13
| * | | | dmaengine: rcar-dmac: document R8A77970 bindingsSergei Shtylyov2017-09-051-0/+1
| * | | | dmaengine: xilinx_dma: Fix error code format specifierLars-Peter Clausen2017-09-051-15/+15
| * | | | dmaengine: ti-dma-crossbar: Fix dra7 reserve functionAlexander Smirnov2017-08-281-1/+1
| * | | | dmaengine: pl330: constify amba_idArvind Yadav2017-08-281-1/+1
| * | | | dmaengine: pl08x: constify amba_idArvind Yadav2017-08-281-1/+1
| * | | | dmaengine: rcar-dmac: initialize all data before registering IRQ handlerKuninori Morimoto2017-08-251-42/+43
| * | | | dmaengine: at_xdmac: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-211-1/+4
| * | | | dmaengine: at_xdmac: Fix compilation warning.Arvind Yadav2017-08-211-4/+4
| * | | | dmaengine: ste_dma40: make stedma40_chan_cfg constBhumika Goyal2017-08-211-2/+2
| * | | | dmaengine: usb-dmac: Add soctype for R-Car M3-WYoshihiro Shimoda2017-08-211-0/+1
| |/ / /
* | | | Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-074-33/+37
|\ \ \ \
| * | | | backlight: gpio_backlight: Delete pdata inversionLinus Walleij2017-08-072-14/+2