Re: [PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform

2020-03-25 Thread Bin Meng
Hi Andy, On Wed, Mar 25, 2020 at 7:41 PM Andy Shevchenko wrote: > > On Wed, Mar 25, 2020 at 9:15 AM Bin Meng wrote: > > > > On Sat, Mar 21, 2020 at 1:46 AM Andy Shevchenko > > wrote: > > > > > > There is established way to provide I²C timings, or actually counters, > > > to the OS via ACPI.

Re: [PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform

2020-03-25 Thread Andy Shevchenko
On Wed, Mar 25, 2020 at 9:15 AM Bin Meng wrote: > > On Sat, Mar 21, 2020 at 1:46 AM Andy Shevchenko > wrote: > > > > There is established way to provide I²C timings, or actually counters, > > to the OS via ACPI. Fill them for Intel Merrifield platform. > > > > Signed-off-by: Andy Shevchenko > >

Re: [PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform

2020-03-25 Thread Bin Meng
On Sat, Mar 21, 2020 at 1:46 AM Andy Shevchenko wrote: > > There is established way to provide I²C timings, or actually counters, > to the OS via ACPI. Fill them for Intel Merrifield platform. > > Signed-off-by: Andy Shevchenko > --- > .../asm/arch-tangier/acpi/southcluster.asl| 20

Re: [PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform

2020-03-23 Thread Simon Glass
On Fri, 20 Mar 2020 at 11:46, Andy Shevchenko wrote: > > There is established way to provide I²C timings, or actually counters, > to the OS via ACPI. Fill them for Intel Merrifield platform. > > Signed-off-by: Andy Shevchenko > --- > .../asm/arch-tangier/acpi/southcluster.asl| 20

[PATCH v1] x86: acpi: Add I²C timings to Intel Merrifield platform

2020-03-20 Thread Andy Shevchenko
There is established way to provide I²C timings, or actually counters, to the OS via ACPI. Fill them for Intel Merrifield platform. Signed-off-by: Andy Shevchenko --- .../asm/arch-tangier/acpi/southcluster.asl| 20 +++ 1 file changed, 20 insertions(+) diff --git