Re: [PATCH] i2c: enable async suspend/resume on i2c devices

2018-08-14 Thread Andy Shevchenko
+Cc: Jarkko On Fri, Jul 27, 2018 at 1:55 AM, Derek Basehore wrote: > This enables the async suspend property for i2c devices. This reduces > the suspend/resume time considerably on platforms with multiple i2c > devices (such as a trackpad or touchscreen). > > Signed-off-by: Derek Basehore > ---

Re: [PATCH] i2c: enable async suspend/resume on i2c devices

2018-07-27 Thread dbasehore .
On Fri, Jul 27, 2018 at 5:07 AM Hans de Goede wrote: > Hi, > > On 07/27/2018 12:44 PM, Andy Shevchenko wrote: > > On Fri, Jul 27, 2018 at 1:55 AM, Derek Basehore > wrote: > >> This enables the async suspend property for i2c devices. This reduces > >> the suspend/resume time considerably on platf

Re: [PATCH] i2c: enable async suspend/resume on i2c devices

2018-07-27 Thread Hans de Goede
Hi, On 07/27/2018 12:44 PM, Andy Shevchenko wrote: On Fri, Jul 27, 2018 at 1:55 AM, Derek Basehore wrote: This enables the async suspend property for i2c devices. This reduces the suspend/resume time considerably on platforms with multiple i2c devices (such as a trackpad or touchscreen). How

Re: [PATCH] i2c: enable async suspend/resume on i2c devices

2018-07-27 Thread Andy Shevchenko
On Fri, Jul 27, 2018 at 1:55 AM, Derek Basehore wrote: > This enables the async suspend property for i2c devices. This reduces > the suspend/resume time considerably on platforms with multiple i2c > devices (such as a trackpad or touchscreen). How did you test this? Especially on Chromebooks bas

[PATCH] i2c: enable async suspend/resume on i2c devices

2018-07-26 Thread Derek Basehore
This enables the async suspend property for i2c devices. This reduces the suspend/resume time considerably on platforms with multiple i2c devices (such as a trackpad or touchscreen). Signed-off-by: Derek Basehore --- drivers/i2c/i2c-core-base.c | 1 + 1 file changed, 1 insertion(+) diff --git a