Re: [U-Boot] [PATCH v5 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)

2016-01-18 Thread Bin Meng
On Tue, Jan 19, 2016 at 11:24 AM, Bin Meng wrote: > Hi Simon, > > On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass wrote: >> A Platform Controller Hub is an Intel concept - it is like the peripherals >> on an SoC and is often in a separate chip from the CPU. The chip is typically >> found on the fir

Re: [U-Boot] [PATCH v5 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)

2016-01-18 Thread Bin Meng
Hi Simon, On Tue, Jan 19, 2016 at 11:19 AM, Simon Glass wrote: > A Platform Controller Hub is an Intel concept - it is like the peripherals > on an SoC and is often in a separate chip from the CPU. The chip is typically > found on the first PCI bus and integrates multiple devices. > > We have a v

[U-Boot] [PATCH v5 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)

2016-01-18 Thread Simon Glass
A Platform Controller Hub is an Intel concept - it is like the peripherals on an SoC and is often in a separate chip from the CPU. The chip is typically found on the first PCI bus and integrates multiple devices. We have a very simple uclass to support PCHs. Add a few operations, such as setting u