aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/pch_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: pch_dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-17dmaengine: pch_dma: use generic power managementVaibhav Gupta1-26/+9
2020-04-23dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-02-01PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2017-10-31dmaengine: pch_dma: Replace PCI pool old APIRomain Perier1-6/+6
2016-12-12dmaengine: pch_dma: remove unused ‘cookie’Vinod Koul1-2/+0
2016-11-29dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-2/+1
2016-08-08dmaengine: pch_dma: convert callback to helper functionDave Jiang1-4/+3
2015-07-06dmaengine: Remove remaining FSF mailing addressesJarkko Nikula1-4/+0
2015-04-17dmaengine: pch_dma: fix memory leak on failure path in pch_dma_probe()Alexey Khoroshilov1-0/+1
2014-12-22dmaengine: pch-dma: Rename device_controlMaxime Ripard1-6/+2
2014-12-05drivers/dma/pch_dma: declare pch_dma_id_table as staticMichele Curti1-1/+1
2014-05-22dmaengine: pch: fix compilation for alpha targetVinod Koul1-0/+1
2014-05-21dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-03-17dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul1-2/+2
2013-09-02pch_dma: Add MODULE_DEVICE_TABLEBen Hutchings1-0/+1
2013-08-05pch_dma: remove useless use of lockAndy Shevchenko1-8/+1
2013-07-22pch_dma: fix error return code in pch_dma_probe()Wei Yongjun1-0/+1
2013-04-15pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA1-1/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-12/+1
2013-01-06pch_dma: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-28dma: remove use of __devinitBill Pemberton1-1/+1
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-11dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen1-1/+1
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-1/+2
2012-03-13dmaengine: consolidate initialization of cookiesRussell King - ARM Linux1-2/+2
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-9/+2
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-15/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-3/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-6/+6
2011-11-17pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-1/+5
2011-11-17pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-2/+2
2011-10-27dmaengine: move drivers to dma_transfer_directionVinod Koul1-6/+6
2011-10-12pch_dma: Reduce wasting memoryTomoya MORINAGA1-2/+1
2011-10-11pch_dma: Fix suspend issueTomoya MORINAGA1-1/+1
2011-09-20dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song1-2/+0
2011-07-25pch_dma: Fix CTL register access issueTomoya MORINAGA1-11/+31
2011-07-14pch_dma: Fix channel lockingAlexander Stein1-8/+8
2011-06-01pch_dma: fix DMA issue(ch8-ch11)Tomoya MORINAGA1-14/+55
2011-05-09pch_dma: modify pci device table definitionTomoya MORINAGA1-1/+1
2011-05-09pch_dma: Support new device ML7223 IOHTomoya MORINAGA1-0/+8
2011-05-09pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA1-15/+47
2011-05-09pch_dma: Fix DMA setting issueTomoya MORINAGA1-7/+0
2011-05-09pch_dma: modify for checkpatchTomoya MORINAGA1-3/+6
2011-05-09pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA1-3/+3
2011-04-06drivers, pch_dma: Fix uninitialized var before useLiu Yuan1-1/+1
2011-03-07drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick1-0/+2