Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-11 Thread Simon Glass
Hi Stephen, On 11 May 2016 at 10:52, Stephen Warren wrote: > On 05/10/2016 08:25 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 4 May 2016 at 12:42, Stephen Warren wrote: >>> >>> On 05/01/2016 01:27 PM, Simon Glass wrote: Hi

Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-11 Thread Stephen Warren
On 05/10/2016 08:25 PM, Simon Glass wrote: Hi Stephen, On 4 May 2016 at 12:42, Stephen Warren wrote: On 05/01/2016 01:27 PM, Simon Glass wrote: Hi Stephen, On 28 April 2016 at 17:08, Stephen Warren wrote: From: Stephen Warren

Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-10 Thread Simon Glass
Hi Stephen, On 4 May 2016 at 12:42, Stephen Warren wrote: > On 05/01/2016 01:27 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 28 April 2016 at 17:08, Stephen Warren wrote: >>> >>> From: Stephen Warren >>> >>> This will allow

Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-10 Thread Stephen Warren
On 05/04/2016 12:42 PM, Stephen Warren wrote: On 05/01/2016 01:27 PM, Simon Glass wrote: Hi Stephen, On 28 April 2016 at 17:08, Stephen Warren wrote: From: Stephen Warren This will allow a driver's bind function to use the driver data. One example

Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-04 Thread Stephen Warren
On 05/01/2016 01:27 PM, Simon Glass wrote: Hi Stephen, On 28 April 2016 at 17:08, Stephen Warren wrote: From: Stephen Warren This will allow a driver's bind function to use the driver data. One example is the Tegra186 GPIO driver, which

Re: [U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-05-01 Thread Simon Glass
Hi Stephen, On 28 April 2016 at 17:08, Stephen Warren wrote: > From: Stephen Warren > > This will allow a driver's bind function to use the driver data. One > example is the Tegra186 GPIO driver, which instantiates child devices > for each of its GPIO

[U-Boot] [PATCH] dm: allow setting driver_data before/during bind

2016-04-28 Thread Stephen Warren
From: Stephen Warren This will allow a driver's bind function to use the driver data. One example is the Tegra186 GPIO driver, which instantiates child devices for each of its GPIO ports, yet supports two different HW instances each with a different set of ports, and