Re: [PATCH v1 32/43] pmc: Move common registers to the header file

2020-07-07 Thread Simon Glass
Hi Bin, On Tue, 30 Jun 2020 at 02:27, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > > > These registers need to be accesses from ACPI code, so move them to the > > header file. > > > > I don't think these are common offset to every platform. That's ri

Re: [PATCH v1 32/43] pmc: Move common registers to the header file

2020-06-30 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > These registers need to be accesses from ACPI code, so move them to the > header file. > I don't think these are common offset to every platform. > Signed-off-by: Simon Glass > --- > > drivers/power/acpi_pmc/acpi-pmc-uclass.c |

Re: [PATCH v1 32/43] pmc: Move common registers to the header file

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 32/43] pmc: Move common registers to the header file > > These registers need to be accesses from ACPI code, so move them to the > header file. > > Signed-off-by: Simon Glass > --- > > dri

[PATCH v1 32/43] pmc: Move common registers to the header file

2020-06-14 Thread Simon Glass
These registers need to be accesses from ACPI code, so move them to the header file. Signed-off-by: Simon Glass --- drivers/power/acpi_pmc/acpi-pmc-uclass.c | 9 - include/power/acpi_pmc.h | 14 ++ 2 files changed, 14 insertions(+), 9 deletions(-) diff --gi