Re: [PATCH] ARM: dts: am33xx: fix DMA support for the second USB interface

2014-04-28 Thread Yegor Yefremov
On Tue, Apr 29, 2014 at 6:31 AM, George Cherian wrote: > On 4/28/2014 9:47 PM, Yegor Yefremov wrote: >> >> On Mon, Apr 28, 2014 at 4:25 PM, George Cherian >> wrote: >>> >>> On 4/28/2014 2:07 PM, yegorsli...@googlemail.com wrote: From: Yegor Yefremov This patch creates unique

Re: [PATCH] ARM: dts: am33xx: fix DMA support for the second USB interface

2014-04-28 Thread George Cherian
On 4/28/2014 9:47 PM, Yegor Yefremov wrote: On Mon, Apr 28, 2014 at 4:25 PM, George Cherian wrote: On 4/28/2014 2:07 PM, yegorsli...@googlemail.com wrote: From: Yegor Yefremov This patch creates unique DMA channels for the second USB interface, otherwise the second USB interface is not usabl

Re: [PATCH] ARM: dts: am33xx: fix DMA support for the second USB interface

2014-04-28 Thread Yegor Yefremov
On Mon, Apr 28, 2014 at 4:25 PM, George Cherian wrote: > On 4/28/2014 2:07 PM, yegorsli...@googlemail.com wrote: >> >> From: Yegor Yefremov >> >> This patch creates unique DMA channels for the second USB >> interface, otherwise the second USB interface is not usable >> at all. > > MUSB_DMA_NUM_CH

Re: [PATCH] ARM: dts: am33xx: fix DMA support for the second USB interface

2014-04-28 Thread George Cherian
On 4/28/2014 2:07 PM, yegorsli...@googlemail.com wrote: From: Yegor Yefremov This patch creates unique DMA channels for the second USB interface, otherwise the second USB interface is not usable at all. MUSB_DMA_NUM_CHANNELS is 15, so if you pass any dma-names > 15 (> rx15/tx15), the dma_cont

[PATCH] ARM: dts: am33xx: fix DMA support for the second USB interface

2014-04-28 Thread yegorslists
From: Yegor Yefremov This patch creates unique DMA channels for the second USB interface, otherwise the second USB interface is not usable at all. Signed-off-by: Yegor Yefremov --- arch/arm/boot/dts/am33xx.dtsi | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a