Re: [PATCH] usb: dwc2: use u32 for DT binding parameters

2017-01-07 Thread Leo Yan
On Fri, Jan 06, 2017 at 07:30:28PM -0800, John Youn wrote: > On 1/6/2017 1:52 PM, John Stultz wrote: > > On Fri, Jan 6, 2017 at 4:45 AM, Leo Yan wrote: > >> Commit 05ee799f2021 ("usb: dwc2: Move gadget settings into core_params") > >> changes to type u16 for DT binding "g-rx-fifo-size" and > >> "g

Re: [PATCH] usb: dwc2: use u32 for DT binding parameters

2017-01-06 Thread John Youn
On 1/6/2017 1:52 PM, John Stultz wrote: > On Fri, Jan 6, 2017 at 4:45 AM, Leo Yan wrote: >> Commit 05ee799f2021 ("usb: dwc2: Move gadget settings into core_params") >> changes to type u16 for DT binding "g-rx-fifo-size" and >> "g-np-tx-fifo-size" but use type u32 for "g-tx-fifo-size". Finally the

[PATCH] usb: dwc2: use u32 for DT binding parameters

2017-01-06 Thread John Youn
From: Leo Yan Commit 05ee799f2021 ("usb: dwc2: Move gadget settings into core_params") changes to type u16 for DT binding "g-rx-fifo-size" and "g-np-tx-fifo-size" but use type u32 for "g-tx-fifo-size". Finally the the first two parameters cannot be passed successfully with wrong data format. This

Re: [PATCH] usb: dwc2: use u32 for DT binding parameters

2017-01-06 Thread John Stultz
On Fri, Jan 6, 2017 at 4:45 AM, Leo Yan wrote: > Commit 05ee799f2021 ("usb: dwc2: Move gadget settings into core_params") > changes to type u16 for DT binding "g-rx-fifo-size" and > "g-np-tx-fifo-size" but use type u32 for "g-tx-fifo-size". Finally the > the first two parameters cannot be passed s

[PATCH] usb: dwc2: use u32 for DT binding parameters

2017-01-06 Thread Leo Yan
Commit 05ee799f2021 ("usb: dwc2: Move gadget settings into core_params") changes to type u16 for DT binding "g-rx-fifo-size" and "g-np-tx-fifo-size" but use type u32 for "g-tx-fifo-size". Finally the the first two parameters cannot be passed successfully with wrong data format. This is found the da