Re: [PATCH v5 084/101] x86: apl: Add PMC driver

2019-12-04 Thread Simon Glass
Hi BIn, On Sun, 1 Dec 2019 at 22:26, Bin Meng wrote: > > Hi Simon, > > On Mon, Nov 25, 2019 at 12:12 PM Simon Glass wrote: > > > > Add a driver for the Apollo Lake SoC. It supports the basic operations and > > can use device tree or of-platdata. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [U-Boot] [PATCH v5 084/101] x86: apl: Add PMC 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 SoC. It supports the basic operations and > can use device tree or of-platdata. > > Signed-off-by: Simon Glass > --- > > Changes in v5: None > Changes in v4: > - Fix Makefile copyright message > -

[U-Boot] [PATCH v5 084/101] x86: apl: Add PMC driver

2019-11-24 Thread Simon Glass
Add a driver for the Apollo Lake SoC. It supports the basic operations and can use device tree or of-platdata. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Fix Makefile copyright message - Fix incorrect mask check in pmc_gpe_init() - Switch over to use pinctrl for pad init