summaryrefslogtreecommitdiffstats
path: root/drivers/dma/pch_dma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2019-02-021-1/+0Star
* dmaengine: pch_dma: Replace PCI pool old APIRomain Perier2017-10-311-6/+6
* dmaengine: pch_dma: remove unused ‘cookie’Vinod Koul2016-12-121-2/+0Star
* dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-291-2/+1Star
* dmaengine: pch_dma: convert callback to helper functionDave Jiang2016-08-081-4/+3Star
* dmaengine: Remove remaining FSF mailing addressesJarkko Nikula2015-07-061-4/+0Star
* dmaengine: pch_dma: fix memory leak on failure path in pch_dma_probe()Alexey Khoroshilov2015-04-171-0/+1
* dmaengine: pch-dma: Rename device_controlMaxime Ripard2014-12-221-6/+2Star
* drivers/dma/pch_dma: declare pch_dma_id_table as staticMichele Curti2014-12-051-1/+1
* dmaengine: pch: fix compilation for alpha targetVinod Koul2014-05-221-0/+1
* dma: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-05-211-1/+1
* dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul2014-03-171-2/+2
* pch_dma: Add MODULE_DEVICE_TABLEBen Hutchings2013-09-021-0/+1
* pch_dma: remove useless use of lockAndy Shevchenko2013-08-051-8/+1Star
* pch_dma: fix error return code in pch_dma_probe()Wei Yongjun2013-07-221-0/+1
* pch_dma: Use GFP_ATOMIC because called from interrupt contextTomoya MORINAGA2013-04-151-1/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-12/+1Star
|\
| * pch_dma: use module_pci_driver to simplify the codeWei Yongjun2013-01-071-12/+1Star
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* dma: remove use of __devinitBill Pemberton2012-11-281-1/+1
* dma: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* dmaengine: Use sg_dma_address instead of sg_physLars-Peter Clausen2012-05-111-1/+1
* dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine2012-03-211-1/+2
* dmaengine: consolidate initialization of cookiesRussell King - ARM Linux2012-03-131-2/+2
* dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-9/+2Star
* dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-15/+1Star
* dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-3/+2Star
* Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-6/+6
|\
| * dmaengine: move drivers to dma_transfer_directionVinod Koul2011-10-271-6/+6
* | pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2011-11-171-1/+5
* | pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2011-11-171-2/+2
|/
* pch_dma: Reduce wasting memoryTomoya MORINAGA2011-10-121-2/+1Star
* pch_dma: Fix suspend issueTomoya MORINAGA2011-10-111-1/+1
* dmaengine: delete redundant chan_id and chancnt initialization in dma driversBarry Song2011-09-201-2/+0Star
* pch_dma: Fix CTL register access issueTomoya MORINAGA2011-07-251-11/+31
* pch_dma: Fix channel lockingAlexander Stein2011-07-141-8/+8
* pch_dma: fix DMA issue(ch8-ch11)Tomoya MORINAGA2011-06-011-14/+55
* pch_dma: modify pci device table definitionTomoya MORINAGA2011-05-091-1/+1
* pch_dma: Support new device ML7223 IOHTomoya MORINAGA2011-05-091-0/+8
* pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA2011-05-091-15/+47
* pch_dma: Fix DMA setting issueTomoya MORINAGA2011-05-091-7/+0Star
* pch_dma: modify for checkpatchTomoya MORINAGA2011-05-091-3/+6
* pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA2011-05-091-3/+3
* drivers, pch_dma: Fix uninitialized var before useLiu Yuan2011-04-061-1/+1
* drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-061-0/+2
* pch_dma: set the number of array correctlyTomoya MORINAGA2011-02-261-2/+2
* pch_dma: fix kernel error issueTomoya MORINAGA2011-02-261-15/+14Star
* pch_dma: support new device ML7213 IOHTomoya MORINAGA2011-01-151-5/+14