summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * dma: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-12-121-0/+1
|\ \
| * | dmaengine: ste_dma40: fix error return codeJulia Lawall2014-12-051-0/+1
| |/
* / PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
|/
* dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart2014-08-041-2/+1Star
* dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson2014-05-071-1/+1
* dma: ste_dma40: Fixup system suspend/resumeUlf Hansson2014-05-071-3/+10
* dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson2014-05-071-79/+71Star
* dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson2014-05-071-11/+10Star
* dma: ste_dma40: Maintain spinlock order while handling pauseUlf Hansson2014-05-071-1/+1
* dma: ste_dma40: don't dereference free:d descriptorLinus Walleij2014-02-171-1/+3
* dma: ste_dma40: Parse flags property for new 'high priority channel' requestLee Jones2013-11-261-0/+4
* dmaengine: ste: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
* DMA: ste_dma40: use a power of 2 checkGuennadi Liakhovetski2013-10-071-2/+3
* dma: ste_dma40: Fix potential null pointer dereferenceSachin Kamat2013-09-021-0/+3
* dma: ste_dma40: Remove duplicate constSachin Kamat2013-09-021-1/+1
* dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter2013-08-251-1/+1
* dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam2013-08-251-7/+5Star
* dma: use dev_get_platdata()Jingoo Han2013-08-131-2/+2
* Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-251-9/+9
|\
| * dmaengine: ste_dma40: Declare memcpy config as staticFabio Baltieri2013-06-241-2/+2
| * dmaengine: ste_dma40: fix error return code in d40_probe()Wei Yongjun2013-06-041-7/+7
* | Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-151-84/+115
|\|
| * dmaengine: ste_dma40: Fetch disabled channels from DTLee Jones2013-06-041-1/+16
| * dmaengine: ste_dma40: Fetch the number of physical channels from DTLee Jones2013-06-041-1/+6
| * dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones2013-06-041-8/+32
| * dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones2013-06-041-38/+25Star
| * dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...Lee Jones2013-06-041-28/+28
| * dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'sLee Jones2013-06-041-10/+10
* | Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2013-06-131-3/+5
|\ \ | |/ |/|
| * dmaengine: ste_dma40: fix pm runtime ref countingRabin Vincent2013-05-271-3/+5
* | dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones2013-05-231-18/+0Star
* | dmaengine: ste_dma40: Only use addresses passed as configuration informationLee Jones2013-05-231-40/+11Star
* | dmaengine: ste_dma40: Don't configure runtime configurable setup during allocateLee Jones2013-05-231-3/+3
* | dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones2013-05-231-5/+9
* | dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones2013-05-231-0/+4
* | dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones2013-05-231-0/+52
* | dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones2013-05-231-2/+44
* | dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones2013-05-231-3/+1Star
* | dmaengine: ste_dma40: Also report the number of logical channelsLee Jones2013-05-231-2/+3
* | dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones2013-05-231-6/+4Star
* | dmaengine: ste_dma40: Remove 'always true' checkingLee Jones2013-05-231-11/+5Star
* | dmaengine: ste_dma40: Calculate number of logical channels from physical onesLee Jones2013-05-231-10/+6Star
* | dmaengine: ste_dma40: Remove home-brew MAX() macroLee Jones2013-05-231-3/+4
* | dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbersLee Jones2013-05-231-62/+31Star
* | dmaengine: ste_dma40: Rectify incorrect configuration validation checkingLee Jones2013-05-231-4/+4
* | dmaengine: ste_dma40: Move default memcpy configs into the driverLee Jones2013-05-231-2/+30
* | dmaengine: ste_dma40: Fix up static memcpy event linesLinus Walleij2013-05-231-1/+15
* | dmaengine: ste_dma40: Assign memcpy channels in the driverLee Jones2013-05-231-5/+7
|/