summaryrefslogtreecommitdiff
path: root/drivers/dma/ste_dma40.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26ste_dma40: Use kmalloc_array() in d40_hw_detect_init()Markus Elfring1-3/+3
2016-09-26ste_dma40: Replace four kzalloc() calls by kcalloc() in d40_hw_detect_init()Markus Elfring1-8/+10
2016-09-26ste_dma40: Improve a size determination in d40_of_probe()Markus Elfring1-3/+1
2016-09-26ste_dma40: Move an assignment in d40_lcla_allocate()Markus Elfring1-1/+2
2016-09-26ste_dma40: Rename a jump label in d40_lcla_allocate()Markus Elfring1-4/+4
2016-09-26ste_dma40: Return directly after a failed kmalloc_array()Markus Elfring1-4/+2
2016-09-26ste_dma40: Use kmalloc_array() in d40_lcla_allocate()Markus Elfring1-3/+3
2016-09-14dmaengine: cleanup with list_first_entry_or_null()Masahiro Yamada1-31/+5
2016-08-08dmaengine: ste_dma40: convert callback to helper functionDave Jiang1-6/+4
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin1-3/+1
2016-06-21dmaengine: ste_dma40: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2015-12-10ste_dma40: Delete an unnecessary variable initialisation in d40_probe()Markus Elfring1-1/+1
2015-12-10ste_dma40: Delete another unnecessary check in d40_probe()Markus Elfring1-42/+40
2015-12-10ste_dma40: Delete an unnecessary check before the function call "kmem_cache_d...Markus Elfring1-2/+1
2015-10-25dmaengine: ste_dma40: fix a trivial typoGeliang Tang1-1/+1
2015-08-05dmaengine: Add an enum for the dmaengine alignment constraintsMaxime Ripard1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+4
2015-04-01dmaengine: ste_dma40: fix implicit conversionStefan Agner1-2/+4
2015-02-27Staging: drivers: dma: Add space before (Dilek Uzulmez1-1/+1
2014-12-22dmaengine: ste_dma: fix incompatible pointer type warnsVinod Koul1-1/+2
2014-12-22dmaengine: d40: Split device_controlMaxime Ripard1-32/+28
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-13Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2014-12-05dmaengine: ste_dma40: fix error return codeJulia Lawall1-0/+1
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-10-20dma: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-2/+1
2014-05-07dma: ste_dma40: Convert to the late system PM callbacksUlf Hansson1-1/+1
2014-05-07dma: ste_dma40: Fixup system suspend/resumeUlf Hansson1-3/+10
2014-05-07dma: ste_dma40: Convert to PM macros while providing the PM callbacksUlf Hansson1-79/+71
2014-05-07dma: ste_dma40: Don't require CONFIG_PM_RUNTIMEUlf Hansson1-11/+10
2014-05-07dma: ste_dma40: Maintain spinlock order while handling pauseUlf Hansson1-1/+1
2014-02-17dma: ste_dma40: don't dereference free:d descriptorLinus Walleij1-1/+3
2013-11-27dma: ste_dma40: Parse flags property for new 'high priority channel' requestLee Jones1-0/+4
2013-10-25dmaengine: ste: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-10-07DMA: ste_dma40: use a power of 2 checkGuennadi Liakhovetski1-2/+3
2013-09-02dma: ste_dma40: Fix potential null pointer dereferenceSachin Kamat1-0/+3
2013-09-02dma: ste_dma40: Remove duplicate constSachin Kamat1-1/+1
2013-08-25dmaengine: ste_dma40: off by one in d40_of_probe()Dan Carpenter1-1/+1
2013-08-25dma: ste_dma: Fix warning when CONFIG_ARM_LPAE=yFabio Estevam1-7/+5
2013-08-13dma: use dev_get_platdata()Jingoo Han1-2/+2
2013-06-25Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-9/+9
2013-06-24dmaengine: ste_dma40: Declare memcpy config as staticFabio Baltieri1-2/+2
2013-06-15Merge tag 'ux500-dma40-for-arm-soc-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson1-84/+115
2013-06-13Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-3/+5
2013-06-04dmaengine: ste_dma40: fix error return code in d40_probe()Wei Yongjun1-7/+7
2013-06-04dmaengine: ste_dma40: Fetch disabled channels from DTLee Jones1-1/+16
2013-06-04dmaengine: ste_dma40: Fetch the number of physical channels from DTLee Jones1-1/+6
2013-06-04dmaengine: ste_dma40: Allow memcpy channels to be configured from DTLee Jones1-8/+32
2013-06-04dmaengine: ste_dma40: Convert data_width from register bit format to valueLee Jones1-38/+25