Re: [PATCH v6 093/102] x86: apl: Add PUNIT driver

2019-12-08 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass wrote: > > Add a driver for the Apollo Lake P-unit (power unit). It is modelled as a > syscon driver since it only needs to be probed. > > Signed-off-by: Simon Glass > --- > > Changes in v6: > - Drop Glacier Lake code > - Drop platform data and pre-PCI

[PATCH v6 093/102] x86: apl: Add PUNIT driver

2019-12-06 Thread Simon Glass
Add a driver for the Apollo Lake P-unit (power unit). It is modelled as a syscon driver since it only needs to be probed. Signed-off-by: Simon Glass --- Changes in v6: - Drop Glacier Lake code - Drop platform data and pre-PCI code, since DM PCI is available in SPL Changes in v5: None Changes