Re: [PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info

2020-08-31 Thread Andy Shevchenko
On Mon, Aug 31, 2020 at 12:41:01PM +0200, Heiko Schocher wrote: > Am 30.08.2020 um 01:31 schrieb Simon Glass: ... > > + - reset-off-delay-ms : Delay after asserting reset (during power off) > > + - enable-delay-ms : Delay after asserting enable > > + - enable-off-delay-m s: Delay after de-asserti

Re: [PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info

2020-08-31 Thread Heiko Schocher
Hello Simon, Am 30.08.2020 um 01:31 schrieb Simon Glass: Many I2C devices produce roughly the same ACPI data with just things like the GPIO/interrupt information being different. This can be handled by a generic driver along with some information in the device tree. Add a generic i2c driver fo

[PATCH v2 16/57] i2c: Add a generic driver to generate ACPI info

2020-08-29 Thread Simon Glass
Many I2C devices produce roughly the same ACPI data with just things like the GPIO/interrupt information being different. This can be handled by a generic driver along with some information in the device tree. Add a generic i2c driver for this purpose. Signed-off-by: Simon Glass --- (no change