Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-05-03 Thread Joe Hershberger
Hi Simon and Tom, On Fri, May 1, 2015 at 9:23 AM, Simon Glass wrote: > Hi Tom, > > On 1 May 2015 at 07:38, Tom Rini wrote: >> >> On Thu, Apr 30, 2015 at 07:54:21PM -0600, Simon Glass wrote: <--snip--> >> > Now that the tests are running again, I'll resume checking driver >> > model things befo

Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-05-01 Thread Simon Glass
Hi Tom, On 1 May 2015 at 07:38, Tom Rini wrote: > > On Thu, Apr 30, 2015 at 07:54:21PM -0600, Simon Glass wrote: > > Hi Joe, > > > > On 29 April 2015 at 10:17, Joe Hershberger > > wrote: > > > Hi Simon, > > > > > > On Wed, Apr 29, 2015 at 8:30 AM, Simon Glass wrote: > > >> Hi Joe, > > >> > > >

Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-05-01 Thread Tom Rini
On Thu, Apr 30, 2015 at 07:54:21PM -0600, Simon Glass wrote: > Hi Joe, > > On 29 April 2015 at 10:17, Joe Hershberger wrote: > > Hi Simon, > > > > On Wed, Apr 29, 2015 at 8:30 AM, Simon Glass wrote: > >> Hi Joe, > >> > >> On 28 April 2015 at 22:14, Joe Hershberger wrote: > >>> The change to ref

Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-04-30 Thread Simon Glass
Hi Joe, On 29 April 2015 at 10:17, Joe Hershberger wrote: > Hi Simon, > > On Wed, Apr 29, 2015 at 8:30 AM, Simon Glass wrote: >> Hi Joe, >> >> On 28 April 2015 at 22:14, Joe Hershberger wrote: >>> The change to refactor these functions created a regression. >>> >>> commit c1d6f91952d0761f61b0f0

Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-04-29 Thread Joe Hershberger
Hi Simon, On Wed, Apr 29, 2015 at 8:30 AM, Simon Glass wrote: > Hi Joe, > > On 28 April 2015 at 22:14, Joe Hershberger wrote: >> The change to refactor these functions created a regression. >> >> commit c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 >> Author: Przemyslaw Marczak >> Date: Wed Apr 15

Re: [U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-04-29 Thread Simon Glass
Hi Joe, On 28 April 2015 at 22:14, Joe Hershberger wrote: > The change to refactor these functions created a regression. > > commit c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 > Author: Przemyslaw Marczak > Date: Wed Apr 15 13:07:17 2015 +0200 > dm: core: add internal functions for getting the de

[U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91

2015-04-28 Thread Joe Hershberger
The change to refactor these functions created a regression. commit c1d6f91952d0761f61b0f0f96e4c7aa32eee2788 Author: Przemyslaw Marczak Date: Wed Apr 15 13:07:17 2015 +0200 dm: core: add internal functions for getting the device without probe With this change, the dm unit tests started failing