Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-30 Thread Mika Westerberg
On Wed, Jan 29, 2014 at 09:57:00AM -0500, Benjamin Tissoires wrote: That's great. I hope this will also fix my Lenovo Miix 2 (the T100 is too expensive compared to the Dell Venue pro 8 and the Lenovo one) :) I think most of my problems are ACPI related (WIFI card not powered up, SD-ext reader

Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-29 Thread Mika Westerberg
On Tue, Jan 28, 2014 at 09:19:33AM -0500, Benjamin Tissoires wrote: On Tue, Jan 28, 2014 at 4:12 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Mon, Jan 27, 2014 at 10:36:25PM -0500, Benjamin Tissoires wrote: On Tue, Jan 14, 2014 at 5:13 AM, Mika Westerberg

Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-29 Thread Benjamin Tissoires
On Wed, Jan 29, 2014 at 4:13 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Tue, Jan 28, 2014 at 09:19:33AM -0500, Benjamin Tissoires wrote: On Tue, Jan 28, 2014 at 4:12 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Mon, Jan 27, 2014 at 10:36:25PM -0500,

Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-28 Thread Mika Westerberg
On Mon, Jan 27, 2014 at 10:36:25PM -0500, Benjamin Tissoires wrote: On Tue, Jan 14, 2014 at 5:13 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: This patch adds runtime PM support for the HID over I2C driver. When the i2c-hid device is first opened we power it on and on the last

Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-28 Thread Benjamin Tissoires
On Tue, Jan 28, 2014 at 4:12 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: On Mon, Jan 27, 2014 at 10:36:25PM -0500, Benjamin Tissoires wrote: On Tue, Jan 14, 2014 at 5:13 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: This patch adds runtime PM support for the HID

Re: [PATCH] HID: i2c-hid: add runtime PM support

2014-01-27 Thread Benjamin Tissoires
On Tue, Jan 14, 2014 at 5:13 AM, Mika Westerberg mika.westerb...@linux.intel.com wrote: This patch adds runtime PM support for the HID over I2C driver. When the i2c-hid device is first opened we power it on and on the last close we power it off. The implementation is not the most power

[PATCH] HID: i2c-hid: add runtime PM support

2014-01-14 Thread Mika Westerberg
This patch adds runtime PM support for the HID over I2C driver. When the i2c-hid device is first opened we power it on and on the last close we power it off. The implementation is not the most power efficient because it needs some interaction from the userspace (e.g close the device node whenever