Re: [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

2015-05-05 Thread Simon Glass
Hi Hans, On 5 May 2015 at 15:37, Hans de Goede wrote: > Hi, > > > On 05/05/2015 11:06 PM, Simon Glass wrote: >> >> Hi Hans, >> >> On 5 May 2015 at 11:42, Simon Glass wrote: >>> >>> On 5 May 2015 at 03:54, Hans de Goede wrote: Convert sunxi-boards which use the sunxi-ehci code to the d

Re: [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

2015-05-05 Thread Hans de Goede
Hi, On 05/05/2015 11:06 PM, Simon Glass wrote: Hi Hans, On 5 May 2015 at 11:42, Simon Glass wrote: On 5 May 2015 at 03:54, Hans de Goede wrote: Convert sunxi-boards which use the sunxi-ehci code to the driver-model. Signed-off-by: Hans de Goede Acked-by: Simon Glass --- Changes in v4: -A

Re: [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

2015-05-05 Thread Simon Glass
Hi Hans, On 5 May 2015 at 11:42, Simon Glass wrote: > On 5 May 2015 at 03:54, Hans de Goede wrote: >> Convert sunxi-boards which use the sunxi-ehci code to the driver-model. >> >> Signed-off-by: Hans de Goede >> Acked-by: Simon Glass >> --- >> Changes in v4: >> -Add a comment to document the s

Re: [U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

2015-05-05 Thread Simon Glass
On 5 May 2015 at 03:54, Hans de Goede wrote: > Convert sunxi-boards which use the sunxi-ehci code to the driver-model. > > Signed-off-by: Hans de Goede > Acked-by: Simon Glass > --- > Changes in v4: > -Add a comment to document the setting of some priv-data members based on > the controller bas

[U-Boot] [PATCH v4 9/9] sunxi: ehci: Convert to the driver-model

2015-05-05 Thread Hans de Goede
Convert sunxi-boards which use the sunxi-ehci code to the driver-model. Signed-off-by: Hans de Goede Acked-by: Simon Glass --- Changes in v4: -Add a comment to document the setting of some priv-data members based on the controller base-address --- board/sunxi/Kconfig | 3 ++ drivers