Re: [U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2018-01-10 Thread Chen-Yu Tsai
On Wed, Jan 10, 2018 at 10:01 PM, Jun Nie wrote: > 2017-12-30 20:44 GMT+08:00 Chen-Yu Tsai : >> Now that the musb sunxi glue driver is completely device model / device >> tree driven, we should use the base address from the device tree, >> instead of hard-coding it in the source code. >> >> Fixes:

Re: [U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2018-01-10 Thread Jun Nie
2017-12-30 20:44 GMT+08:00 Chen-Yu Tsai : > Now that the musb sunxi glue driver is completely device model / device > tree driven, we should use the base address from the device tree, > instead of hard-coding it in the source code. > > Fixes: 3a61b080acee ("musb: sunxi: switch to the device model")

Re: [U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2018-01-10 Thread Marek Vasut
On 01/10/2018 07:10 AM, Jagan Teki wrote: > On Thu, Jan 4, 2018 at 6:55 PM, Maxime Ripard > wrote: >> On Sat, Dec 30, 2017 at 08:44:07PM +0800, Chen-Yu Tsai wrote: >>> Now that the musb sunxi glue driver is completely device model / device >>> tree driven, we should use the base address from the d

Re: [U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2018-01-09 Thread Jagan Teki
On Thu, Jan 4, 2018 at 6:55 PM, Maxime Ripard wrote: > On Sat, Dec 30, 2017 at 08:44:07PM +0800, Chen-Yu Tsai wrote: >> Now that the musb sunxi glue driver is completely device model / device >> tree driven, we should use the base address from the device tree, >> instead of hard-coding it in the s

Re: [U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2018-01-04 Thread Maxime Ripard
On Sat, Dec 30, 2017 at 08:44:07PM +0800, Chen-Yu Tsai wrote: > Now that the musb sunxi glue driver is completely device model / device > tree driven, we should use the base address from the device tree, > instead of hard-coding it in the source code. > > Fixes: 3a61b080acee ("musb: sunxi: switch

[U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree

2017-12-30 Thread Chen-Yu Tsai
Now that the musb sunxi glue driver is completely device model / device tree driven, we should use the base address from the device tree, instead of hard-coding it in the source code. Fixes: 3a61b080acee ("musb: sunxi: switch to the device model") Signed-off-by: Chen-Yu Tsai --- Changes since v1: