Re: [U-Boot] [PATCH v5 093/101] x86: apl: Add PUNIT driver

2019-12-01 Thread Bin Meng
Hi Simon, On Mon, Nov 25, 2019 at 12:12 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 v5: None > Changes in v4: > - Name this P-Unit instead

[U-Boot] [PATCH v5 093/101] x86: apl: Add PUNIT driver

2019-11-24 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 v5: None Changes in v4: - Name this P-Unit instead of power unit, in the commit message - apollolake -> Apollo Lake Changes in v3: