Re: [U-Boot] [PATCH] usb: musb: fix Blackfin DMA register padding

2010-01-19 Thread Remy Bohmer
Hi, 2010/1/19 Mike Frysinger : > From: Cliff Cai > > The conversion from offsets to C structs lost a little padding in the DMA > register map.  Accessing endpoints other than ep0 with DMA would fail as > the addresses wouldn't be adjusted correctly. > > Signed-off-by: Cliff Cai > Signed-off-by:

[U-Boot] [PATCH] usb: musb: fix Blackfin DMA register padding

2010-01-18 Thread Mike Frysinger
From: Cliff Cai The conversion from offsets to C structs lost a little padding in the DMA register map. Accessing endpoints other than ep0 with DMA would fail as the addresses wouldn't be adjusted correctly. Signed-off-by: Cliff Cai Signed-off-by: Mike Frysinger --- drivers/usb/musb/blackfin