diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-28 15:35:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-28 15:35:15 -0400 |
commit | 4cb865deec59ef31d966622d1ec87411ae32dfab (patch) | |
tree | e060d515f62e4f334aded38c9079485d50166693 /MAINTAINERS | |
parent | 55f08e1baa3ef11c952b626dbc7ef9e3e8332a63 (diff) | |
parent | 19d78a61be6dd707dcec298c486303d4ba2c840a (diff) |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx: (33 commits)
x86: poll waiting for I/OAT DMA channel status
maintainers: add dma engine tree details
dmaengine: add TODO items for future work on dma drivers
dmaengine: Add API documentation for slave dma usage
dmaengine/dw_dmac: Update maintainer-ship
dmaengine: move link order
dmaengine/dw_dmac: implement pause and resume in dwc_control
dmaengine/dw_dmac: Replace spin_lock* with irqsave variants and enable submission from callback
dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT
dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS
dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called
dmaengine: at_hdmac: pause: no need to wait for FIFO empty
pch_dma: modify pci device table definition
pch_dma: Support new device ML7223 IOH
pch_dma: Support I2S for ML7213 IOH
pch_dma: Fix DMA setting issue
pch_dma: modify for checkpatch
pch_dma: fix dma direction issue for ML7213 IOH video-in
dmaengine: at_hdmac: use descriptor chaining help function
dmaengine: at_hdmac: implement pause and resume in atc_control
...
Fix up trivial conflict in drivers/dma/dw_dmac.c
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b9f5aee36375..2e94220898d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2178,6 +2178,8 @@ M: Dan Williams <dan.j.williams@intel.com> | |||
2178 | S: Supported | 2178 | S: Supported |
2179 | F: drivers/dma/ | 2179 | F: drivers/dma/ |
2180 | F: include/linux/dma* | 2180 | F: include/linux/dma* |
2181 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git | ||
2182 | T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma) | ||
2181 | 2183 | ||
2182 | DME1737 HARDWARE MONITOR DRIVER | 2184 | DME1737 HARDWARE MONITOR DRIVER |
2183 | M: Juerg Haefliger <juergh@gmail.com> | 2185 | M: Juerg Haefliger <juergh@gmail.com> |
@@ -5451,6 +5453,13 @@ L: linux-serial@vger.kernel.org | |||
5451 | S: Maintained | 5453 | S: Maintained |
5452 | F: drivers/tty/serial | 5454 | F: drivers/tty/serial |
5453 | 5455 | ||
5456 | SYNOPSYS DESIGNWARE DMAC DRIVER | ||
5457 | M: Viresh Kumar <viresh.kumar@st.com> | ||
5458 | S: Maintained | ||
5459 | F: include/linux/dw_dmac.h | ||
5460 | F: drivers/dma/dw_dmac_regs.h | ||
5461 | F: drivers/dma/dw_dmac.c | ||
5462 | |||
5454 | TIMEKEEPING, NTP | 5463 | TIMEKEEPING, NTP |
5455 | M: John Stultz <johnstul@us.ibm.com> | 5464 | M: John Stultz <johnstul@us.ibm.com> |
5456 | M: Thomas Gleixner <tglx@linutronix.de> | 5465 | M: Thomas Gleixner <tglx@linutronix.de> |