Re: [U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-10-02 Thread Liviu Dudau
On Tue, Oct 02, 2018 at 04:22:25AM -0700, Simon Glass wrote: > Hi Liviu, > > On 2 October 2018 at 03:46, Liviu Dudau wrote: > > On Fri, Sep 28, 2018 at 04:14:12PM -0600, Simon Glass wrote: > >> Hi, > > > > Hi Simon, > > > >> > >> On 17 September 2018 at 20:06, Simon Glass wrote: > >> > On 17

Re: [U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-10-02 Thread Simon Glass
Hi Liviu, On 2 October 2018 at 03:46, Liviu Dudau wrote: > On Fri, Sep 28, 2018 at 04:14:12PM -0600, Simon Glass wrote: >> Hi, > > Hi Simon, > >> >> On 17 September 2018 at 20:06, Simon Glass wrote: >> > On 17 September 2018 at 10:57, Liviu Dudau >> > wrote: >> >> With drivers that have

Re: [U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-10-02 Thread Liviu Dudau
On Fri, Sep 28, 2018 at 04:14:12PM -0600, Simon Glass wrote: > Hi, Hi Simon, > > On 17 September 2018 at 20:06, Simon Glass wrote: > > On 17 September 2018 at 10:57, Liviu Dudau wrote: > >> With drivers that have prefix names that are quite long (like > >> 'versatile_') it is useful to have a

Re: [U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-09-28 Thread Simon Glass
Hi, On 17 September 2018 at 20:06, Simon Glass wrote: > On 17 September 2018 at 10:57, Liviu Dudau wrote: >> With drivers that have prefix names that are quite long (like >> 'versatile_') it is useful to have a wider column for the driver's >> name when dumping the device driver tree. >> >>

Re: [U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-09-17 Thread Simon Glass
On 17 September 2018 at 10:57, Liviu Dudau wrote: > With drivers that have prefix names that are quite long (like > 'versatile_') it is useful to have a wider column for the driver's > name when dumping the device driver tree. > > Signed-off-by: Liviu Dudau > --- > drivers/core/dump.c | 8

[U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name.

2018-09-17 Thread Liviu Dudau
With drivers that have prefix names that are quite long (like 'versatile_') it is useful to have a wider column for the driver's name when dumping the device driver tree. Signed-off-by: Liviu Dudau --- drivers/core/dump.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git