On 01/06/2015 09:10 AM, Kuninori Morimoto wrote: [...]
dma_cap_set(DMA_SLAVE, dma_dev->cap_mask); + dma_dev->directions = BIT(DMA_MEM_TO_DEV) | BIT(DMA_DEV_TO_MEM);
You should also set the other capabilities: src_addr_widths, dst_addr_widths and residue_granularity.
- Lars -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html