index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
pch_dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
PCI: Move Rohm Vendor ID to generic list
Andy Shevchenko
2019-02-01
1
-1
/
+0
*
dmaengine: pch_dma: Replace PCI pool old API
Romain Perier
2017-10-31
1
-6
/
+6
*
dmaengine: pch_dma: remove unused ‘cookie’
Vinod Koul
2016-12-12
1
-2
/
+0
*
dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zalloc
Souptick Joarder
2016-11-29
1
-2
/
+1
*
dmaengine: pch_dma: convert callback to helper function
Dave Jiang
2016-08-08
1
-4
/
+3
*
dmaengine: Remove remaining FSF mailing addresses
Jarkko Nikula
2015-07-06
1
-4
/
+0
*
dmaengine: pch_dma: fix memory leak on failure path in pch_dma_probe()
Alexey Khoroshilov
2015-04-17
1
-0
/
+1
*
dmaengine: pch-dma: Rename device_control
Maxime Ripard
2014-12-22
1
-6
/
+2
*
drivers/dma/pch_dma: declare pch_dma_id_table as static
Michele Curti
2014-12-05
1
-1
/
+1
*
dmaengine: pch: fix compilation for alpha target
Vinod Koul
2014-05-22
1
-0
/
+1
*
dma: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
2014-05-21
1
-1
/
+1
*
dmaengine: pch_dma: use tasklet_kill in teardown
Vinod Koul
2014-03-17
1
-2
/
+2
*
pch_dma: Add MODULE_DEVICE_TABLE
Ben Hutchings
2013-09-02
1
-0
/
+1
*
pch_dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-8
/
+1
*
pch_dma: fix error return code in pch_dma_probe()
Wei Yongjun
2013-07-22
1
-0
/
+1
*
pch_dma: Use GFP_ATOMIC because called from interrupt context
Tomoya MORINAGA
2013-04-15
1
-1
/
+1
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-02-26
1
-12
/
+1
|
\
|
*
pch_dma: use module_pci_driver to simplify the code
Wei Yongjun
2013-01-06
1
-12
/
+1
*
|
Drivers: dma: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-1
/
+1
|
/
*
dma: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dma: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
dmaengine: Use sg_dma_address instead of sg_phys
Lars-Peter Clausen
2012-05-11
1
-1
/
+1
*
dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic
Alexandre Bounine
2012-03-21
1
-1
/
+2
*
dmaengine: consolidate initialization of cookies
Russell King - ARM Linux
2012-03-13
1
-2
/
+2
*
dmaengine: consolidate tx_status functions
Russell King - ARM Linux
2012-03-13
1
-9
/
+2
*
dmaengine: consolidate assignment of DMA cookies
Russell King - ARM Linux
2012-03-13
1
-15
/
+1
*
dmaengine: add private header file
Russell King - ARM Linux
2012-03-13
1
-0
/
+2
*
dmaengine: move last completed cookie into generic dma_chan structure
Russell King - ARM Linux
2012-03-13
1
-3
/
+2
*
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
1
-6
/
+6
|
\
|
*
dmaengine: move drivers to dma_transfer_direction
Vinod Koul
2011-10-27
1
-6
/
+6
*
|
pch_dma: Support new device LAPIS Semiconductor ML7831 IOH
Tomoya MORINAGA
2011-11-17
1
-1
/
+5
*
|
pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
Tomoya MORINAGA
2011-11-17
1
-2
/
+2
|
/
*
pch_dma: Reduce wasting memory
Tomoya MORINAGA
2011-10-12
1
-2
/
+1
*
pch_dma: Fix suspend issue
Tomoya MORINAGA
2011-10-11
1
-1
/
+1
*
dmaengine: delete redundant chan_id and chancnt initialization in dma drivers
Barry Song
2011-09-20
1
-2
/
+0
*
pch_dma: Fix CTL register access issue
Tomoya MORINAGA
2011-07-25
1
-11
/
+31
*
pch_dma: Fix channel locking
Alexander Stein
2011-07-14
1
-8
/
+8
*
pch_dma: fix DMA issue(ch8-ch11)
Tomoya MORINAGA
2011-06-01
1
-14
/
+55
*
pch_dma: modify pci device table definition
Tomoya MORINAGA
2011-05-09
1
-1
/
+1
*
pch_dma: Support new device ML7223 IOH
Tomoya MORINAGA
2011-05-09
1
-0
/
+8
*
pch_dma: Support I2S for ML7213 IOH
Tomoya MORINAGA
2011-05-09
1
-15
/
+47
*
pch_dma: Fix DMA setting issue
Tomoya MORINAGA
2011-05-09
1
-7
/
+0
*
pch_dma: modify for checkpatch
Tomoya MORINAGA
2011-05-09
1
-3
/
+6
*
pch_dma: fix dma direction issue for ML7213 IOH video-in
Tomoya MORINAGA
2011-05-09
1
-3
/
+3
*
drivers, pch_dma: Fix uninitialized var before use
Liu Yuan
2011-04-06
1
-1
/
+1
*
drivers, pch_dma: Fix warning when CONFIG_PM=n.
Rakib Mullick
2011-03-07
1
-0
/
+2
*
pch_dma: set the number of array correctly
Tomoya MORINAGA
2011-02-26
1
-2
/
+2
*
pch_dma: fix kernel error issue
Tomoya MORINAGA
2011-02-26
1
-15
/
+14
*
pch_dma: support new device ML7213 IOH
Tomoya MORINAGA
2011-01-14
1
-5
/
+14
[next]