RE: [PATCH v2 03/30] usb: dwc2: Make the DMA descriptor structure packed

2016-11-11 Thread David Laight
From: Felipe Balbi > Sent: 11 November 2016 10:45 > Hi, > > John Youn writes: > > On 11/10/2016 4:28 AM, David Laight wrote: > >> From: John Youn > >>> Sent: 10 November 2016 03:28 > >>> From: Vahram Aharonyan > >>> > >>> Make the DMA descriptor

Re: [PATCH v2 03/30] usb: dwc2: Make the DMA descriptor structure packed

2016-11-11 Thread Felipe Balbi
Hi, John Youn writes: > On 11/10/2016 4:28 AM, David Laight wrote: >> From: John Youn >>> Sent: 10 November 2016 03:28 >>> From: Vahram Aharonyan >>> >>> Make the DMA descriptor structure packed to guarantee alignment and size >>> in memory. >>>

Re: [PATCH v2 03/30] usb: dwc2: Make the DMA descriptor structure packed

2016-11-10 Thread John Youn
On 11/10/2016 4:28 AM, David Laight wrote: > From: John Youn >> Sent: 10 November 2016 03:28 >> From: Vahram Aharonyan >> >> Make the DMA descriptor structure packed to guarantee alignment and size >> in memory. >> >> Signed-off-by: John Youn >> ---

RE: [PATCH v2 03/30] usb: dwc2: Make the DMA descriptor structure packed

2016-11-10 Thread David Laight
From: John Youn > Sent: 10 November 2016 03:28 > From: Vahram Aharonyan > > Make the DMA descriptor structure packed to guarantee alignment and size > in memory. > > Signed-off-by: John Youn > --- > drivers/usb/dwc2/hw.h | 2 +- > 1 file changed, 1

[PATCH v2 03/30] usb: dwc2: Make the DMA descriptor structure packed

2016-11-09 Thread John Youn
From: Vahram Aharonyan Make the DMA descriptor structure packed to guarantee alignment and size in memory. Signed-off-by: John Youn --- drivers/usb/dwc2/hw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/dwc2/hw.h