RE: [PATCH] USB: musb: allow unaligned memory data transfers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: Felipe Balbi wrote:
> >+	/* On MUSB:RTL1.8 and above, DMA has to be word aligned */
> >+	if ((dma_addr % 4) &&
> >+		(musb->hwvers >= MUSB_HWVERS_1800)) {
> 
> is it only inventra dma that suffers from this ? If not, we could move 
> this check before even calling the dma routine.

Yes, it's only the integrated Inventra DMA that behaves like this.

Anyway, I don't think newer versions of the IP are being used by
anyone without the Inventra DMA. The older versions though are
sometimes used with external DMA controllers.

- Anand
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux