On Mon, Apr 04, 2011 at 08:47:01PM -0700, Sonny Rao wrote: > This improves our resume time when we have devices on an i2c bus > that are slow to resume. In particular we have a light sensor that > adds about 50ms of resume time on one device. We have to enable it > both on the i2c master and i2c client side and then we get fully async > suspend/resume. I suspect we'll see nice gains on systems with more > i2c devices and will test that out soon. > > Signed-off-by: Sonny Rao <sonnyrao@xxxxxxxxxxxx> It'd probably help if the patch explained why this is safe - my immediate question is why if it's safe to just unconditionally enable async suspend for all I2C clients and adaptors it's not safe to do so for all devices of all types? -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html