Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-04-22 Thread Simon Glass
Hi Mario, On 18 April 2018 at 02:30, Mario Six wrote: > Hi Simon, > > On Thu, Apr 12, 2018 at 6:36 PM, Simon Glass wrote: >> Hi Mario, >> >> On 11 April 2018 at 00:35, Mario Six wrote: >>> Hi Simon, >>> >>> On Fri, Mar 30, 2018 at

Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-04-18 Thread Mario Six
Hi Simon, On Thu, Apr 12, 2018 at 6:36 PM, Simon Glass wrote: > Hi Mario, > > On 11 April 2018 at 00:35, Mario Six wrote: >> Hi Simon, >> >> On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: >>> Hi Mario, >>> >>> On 28 March 2018 at

Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-04-12 Thread Simon Glass
Hi Mario, On 11 April 2018 at 00:35, Mario Six wrote: > Hi Simon, > > On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: >> Hi Mario, >> >> On 28 March 2018 at 20:40, Mario Six wrote: >>> Add a power_on function to the display uclass

Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi Mario, > > On 28 March 2018 at 20:40, Mario Six wrote: >> Add a power_on function to the display uclass to allow devices to be >> probed and powered-on separately. > > Is this different

Re: [U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-03-30 Thread Simon Glass
Hi Mario, On 28 March 2018 at 20:40, Mario Six wrote: > Add a power_on function to the display uclass to allow devices to be > probed and powered-on separately. Is this different from the 'enable' method? Also note that we have a panel uclass that might be useful. > >

[U-Boot] [PATCH 6/7] video_display: Add power_on function

2018-03-28 Thread Mario Six
Add a power_on function to the display uclass to allow devices to be probed and powered-on separately. Signed-off-by: Mario Six --- drivers/video/display-uclass.c | 10 ++ include/display.h | 18 ++ 2 files changed, 28 insertions(+) diff