On 11/9/2016 4:18 AM, David Laight wrote:
> From: John Youn
>> Sent: 08 November 2016 22:30
> ...
Also make it __packed.
>>>
>>> why are you making it packed? Does it _have_ to be packed? If it must,
>>> why wasn't it before?
>>
>> We want to guarantee that it reflects the exact descriptor str
From: John Youn
> Sent: 08 November 2016 22:30
...
> >> Also make it __packed.
> >
> > why are you making it packed? Does it _have_ to be packed? If it must,
> > why wasn't it before?
>
> We want to guarantee that it reflects the exact descriptor structure
> in memory, so probably yes. It was over
On 11/8/2016 1:14 AM, Felipe Balbi wrote:
>
> Hi,
>
> John Youn writes:
>> From: Vahram Aharonyan
>>
>> Rename DMA descriptor structure from dwc2_hcd_dma_desc to dwc2_dma_desc
>> as it is applies to both host and gadget.
>>
>> Also make it __packed.
>
> why are you making it packed? Does it _h
Hi,
John Youn writes:
> From: Vahram Aharonyan
>
> Rename DMA descriptor structure from dwc2_hcd_dma_desc to dwc2_dma_desc
> as it is applies to both host and gadget.
>
> Also make it __packed.
why are you making it packed? Does it _have_ to be packed? If it must,
why wasn't it before?
Also,