Re: [U-Boot] [PATCH v3 100/108] x86: apollolake: Add PUNIT driver

2019-10-21 Thread Andy Shevchenko
On Mon, Oct 21, 2019 at 7:25 AM Simon Glass wrote: > > Add a driver for the apollolake power unit. It is modelled as a syscon > driver since it only needs to be probed. appollolake -> Appollo Lake (everywhere in the series) power unit -> P-Unit (it's very known for Intel SoCs term, you may decode

[U-Boot] [PATCH v3 100/108] x86: apollolake: Add PUNIT driver

2019-10-20 Thread Simon Glass
Add a driver for the apollolake power unit. It is modelled as a syscon driver since it only needs to be probed. Signed-off-by: Simon Glass --- Changes in v3: - Use pci_get_devfn() Changes in v2: None arch/x86/cpu/apollolake/Makefile | 3 + arch/x86/cpu/apollolake/punit.c | 121