commit | 6b84bbfc7133ee493f3e9529a42b5ee53ea69dfe | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Fri Jun 22 19:17:57 2007 -0700 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sat Jun 23 14:53:16 2007 +0200 |
tree | 6f3cb3157e248d0d716a1c47b5db5de497a89132 | |
parent | 7f8b9acae8a76fcce5f4af0dfac735a1b7b4fdbf [diff] |
[AVR32] Initialize dma_mask and dma_coherent_mask The current at32ap7000 platform devices aren't declared as supporting DMA, so that layered drivers can't tell whether they need to manage DMA. This patch makes all those platform devices report that they support DMA. Most do, but in a few cases this is inappropriate. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>