Re: [U-Boot] [PATCH 11/12] dm: x86: Move samus to use new driver model support

2016-10-05 Thread Bin Meng
On Mon, Oct 3, 2016 at 11:12 AM, Simon Glass wrote: > Update the samus driver to avoid the direct call to the video BIOS setup. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/sdram.c | 1 - > drivers/video/broadwell_igd.c | 39 +++ > 2 files

[U-Boot] [PATCH 11/12] dm: x86: Move samus to use new driver model support

2016-10-02 Thread Simon Glass
Update the samus driver to avoid the direct call to the video BIOS setup. Signed-off-by: Simon Glass --- arch/x86/cpu/broadwell/sdram.c | 1 - drivers/video/broadwell_igd.c | 39 +++ 2 files changed, 7 insertions(+), 33 deletions(-) diff --git a/arch/x86/c