Re: [PATCH] dma: cppi41: add missing directions bitfield

2015-03-09 Thread Felipe Balbi
On Wed, Mar 04, 2015 at 06:13:23PM +0530, Vinod Koul wrote: > On Wed, Feb 25, 2015 at 04:54:02PM -0600, Felipe Balbi wrote: > > Without those we will see a kernel WARN() > > when loading musb on am335x devices. > > > > Signed-off-by: Felipe Balbi > > --- > > drivers/dma/cppi41.c | 1 + > > 1 fil

Re: [PATCH] dma: cppi41: add missing directions bitfield

2015-03-04 Thread Vinod Koul
On Wed, Feb 25, 2015 at 04:54:02PM -0600, Felipe Balbi wrote: > Without those we will see a kernel WARN() > when loading musb on am335x devices. > > Signed-off-by: Felipe Balbi > --- > drivers/dma/cppi41.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/dma/cppi41.c b/drivers/d

[PATCH] dma: cppi41: add missing directions bitfield

2015-02-25 Thread Felipe Balbi
Without those we will see a kernel WARN() when loading musb on am335x devices. Signed-off-by: Felipe Balbi --- drivers/dma/cppi41.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/cppi41.c b/drivers/dma/cppi41.c index 512cb8e2805e..4e9cc8e8100c 100644 --- a/drivers/dma/cppi41.c +