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

2017-12-19 Thread Marek Vasut
On 12/19/2017 05:04 PM, Chen-Yu Tsai wrote: > On Tue, Dec 12, 2017 at 11:56 PM, Marek Vasut wrote: >> On 12/12/2017 08:24 AM, 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, >>> in

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

2017-12-19 Thread Chen-Yu Tsai
On Tue, Dec 12, 2017 at 11:56 PM, Marek Vasut wrote: > On 12/12/2017 08:24 AM, 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. >> >>

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

2017-12-19 Thread Simon Glass
On 12 December 2017 at 00:24, 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 to the devic

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

2017-12-12 Thread Marek Vasut
On 12/12/2017 08:24 AM, 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 to the device mode

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

2017-12-12 Thread Maxime Ripard
On Tue, Dec 12, 2017 at 03:24:21PM +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] musb: sunxi: Use base address from device tree

2017-12-11 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 --- drivers/usb/musb