summaryrefslogtreecommitdiff
path: root/drivers/dma/ste_dma40.c
AgeCommit message (Expand)Author
2015-10-25dmaengine: ste_dma40: fix a trivial typoGeliang Tang
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-04-01dmaengine: ste_dma40: fix implicit conversionStefan Agner
2015-02-26Staging: drivers: dma: Add space before (Dilek Uzulmez
2014-12-22dmaengine: ste_dma: fix incompatible pointer type warnsVinod Koul
2014-12-22dmaengine: d40: Split device_controlMaxime Ripard
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-12-05dmaengine: ste_dma40: fix error return codeJulia Lawall
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-05-07dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson
2014-05-07dma: ste_dma40: Fixup system suspend/resumeUlf Hansson
2014-05-07dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson
2014-05-07dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson
2014-05-07dma: ste_dma40: Maintain spinlock order while handling pauseUlf Hansson
2014-02-17dma: ste_dma40: don't dereference free:d descriptorLinus Walleij
2013-11-26dma: ste_dma40: Parse flags property for new 'high priority channel' requestLee Jones
2013-10-25dmaengine: ste: use DMA_COMPLETE for dma completion statusVinod Koul
2013-10-07DMA: ste_dma40: use a power of 2 checkGuennadi Liakhovetski
2013-09-02dma: ste_dma40: Fix potential null pointer dereferenceSachin Kamat
2013-09-02dma: ste_dma40: Remove duplicate constSachin Kamat
2013-08-25dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter
2013-08-25dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam
2013-08-13dma: use dev_get_platdata()Jingoo Han
2013-06-25Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-06-24dmaengine: ste_dma40: Declare memcpy config as staticFabio Baltieri
2013-06-14Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-06-12Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2013-06-04dmaengine: ste_dma40: fix error return code in d40_probe()Wei Yongjun
2013-06-04dmaengine: ste_dma40: Fetch disabled channels from DTLee Jones
2013-06-04dmaengine: ste_dma40: Fetch the number of physical channels from DTLee Jones
2013-06-04dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones
2013-06-04dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...Lee Jones
2013-06-04dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'sLee Jones
2013-05-27dmaengine: ste_dma40: fix pm runtime ref countingRabin Vincent
2013-05-23dmaengine: ste_dma40: Remove redundant address fetching functionLee Jones
2013-05-23dmaengine: ste_dma40: Only use addresses passed as configuration informationLee Jones
2013-05-23dmaengine: ste_dma40: Don't configure runtime configurable setup during allocateLee Jones
2013-05-23dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()Lee Jones
2013-05-23dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmaskingLee Jones
2013-05-23dmaengine: ste_dma40: Supply full Device Tree parsing supportLee Jones
2013-05-23dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabledLee Jones
2013-05-23dmaengine: ste_dma40: Allocate plat_data on declarationLee Jones
2013-05-23dmaengine: ste_dma40: Also report the number of logical channelsLee Jones
2013-05-23dmaengine: ste_dma40: Move rev error-check up to revision acquisitionLee Jones
2013-05-23dmaengine: ste_dma40: Remove 'always true' checkingLee Jones