Re: [U-Boot] [PATCH 11/23] x86: pch9: Implement get_io_base op

2016-02-02 Thread Bin Meng
On Tue, Feb 2, 2016 at 12:19 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> IO_BASE is only seen on PCH9 device, implement the get_io_base op. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/pch/pch9.c | 17

[U-Boot] [PATCH 11/23] x86: pch9: Implement get_io_base op

2016-02-01 Thread Bin Meng
IO_BASE is only seen on PCH9 device, implement the get_io_base op. Signed-off-by: Bin Meng --- drivers/pch/pch9.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/pch/pch9.c b/drivers/pch/pch9.c index 2a212ce..910eb61 100644 ---

Re: [U-Boot] [PATCH 11/23] x86: pch9: Implement get_io_base op

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > IO_BASE is only seen on PCH9 device, implement the get_io_base op. > > Signed-off-by: Bin Meng > --- > > drivers/pch/pch9.c | 17 + > 1 file changed, 17 insertions(+) Reviewed-by: Simon Glass