Re: [U-Boot] [PATCH v4 01/34] usb: sunxi: Simplify ccm reg base code

2018-02-11 Thread Marek Vasut
On 02/11/2018 11:39 AM, Jagan Teki wrote: > On Tue, Feb 6, 2018 at 8:07 PM, Marek Vasut wrote: >> On 02/06/2018 03:25 PM, Jagan Teki wrote: >>> Move struct sunxi_ccm_reg pointer to private structure >>> so-that accessing ccm reg base become more proper way >>> and avoid local initialization in eac

Re: [U-Boot] [PATCH v4 01/34] usb: sunxi: Simplify ccm reg base code

2018-02-11 Thread Jagan Teki
On Tue, Feb 6, 2018 at 8:07 PM, Marek Vasut wrote: > On 02/06/2018 03:25 PM, Jagan Teki wrote: >> Move struct sunxi_ccm_reg pointer to private structure >> so-that accessing ccm reg base become more proper way >> and avoid local initialization in each function. >> >> Signed-off-by: Jagan Teki >>

Re: [U-Boot] [PATCH v4 01/34] usb: sunxi: Simplify ccm reg base code

2018-02-06 Thread Marek Vasut
On 02/06/2018 03:25 PM, Jagan Teki wrote: > Move struct sunxi_ccm_reg pointer to private structure > so-that accessing ccm reg base become more proper way > and avoid local initialization in each function. > > Signed-off-by: Jagan Teki > --- > drivers/usb/host/ehci-sunxi.c | 15 +-- >

[U-Boot] [PATCH v4 01/34] usb: sunxi: Simplify ccm reg base code

2018-02-06 Thread Jagan Teki
Move struct sunxi_ccm_reg pointer to private structure so-that accessing ccm reg base become more proper way and avoid local initialization in each function. Signed-off-by: Jagan Teki --- drivers/usb/host/ehci-sunxi.c | 15 +-- drivers/usb/host/ohci-sunxi.c | 19 +++