Re: [U-Boot] [PATCH 10/23] dm: pch: Add 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: >> On some newer chipset (eg: BayTrail), there is an IO base address >> register on the PCH device which configures the base address of a >> memory-mapped I/O

[U-Boot] [PATCH 10/23] dm: pch: Add get_io_base op

2016-02-01 Thread Bin Meng
On some newer chipset (eg: BayTrail), there is an IO base address register on the PCH device which configures the base address of a memory-mapped I/O controller. Signed-off-by: Bin Meng --- drivers/pch/pch-uclass.c | 11 +++ include/pch.h| 18

Re: [U-Boot] [PATCH 10/23] dm: pch: Add get_io_base op

2016-02-01 Thread Simon Glass
On 1 February 2016 at 02:40, Bin Meng wrote: > On some newer chipset (eg: BayTrail), there is an IO base address > register on the PCH device which configures the base address of a > memory-mapped I/O controller. > > Signed-off-by: Bin Meng > --- > >