From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:51372 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326Ab3JAHlw (ORCPT ); Tue, 1 Oct 2013 03:41:52 -0400 Message-ID: <524A8AE7.5000108@kernel.org> Date: Tue, 01 Oct 2013 09:42:15 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Jiri Kosina , Srinivas Pandruvada CC: linux-input@vger.kernel.org, linux-iio@vger.kernel.org, holler@ahsoftware.de Subject: Re: [PATCH 1/3] HID: Delay opening HID device References: <1379524399-16995-1-git-send-email-srinivas.pandruvada@linux.intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 09/24/13 10:32, Jiri Kosina wrote: > On Wed, 18 Sep 2013, Srinivas Pandruvada wrote: > >> Don't call hid_open_device till there is actually an user. This saves >> power by not opening underlying transport for HID. Also close device >> if there are no active mfd client using HID sensor hub. >> >> Signed-off-by: Srinivas Pandruvada > > Signed-off-by: Jiri Kosina > > Jonathan, I'd be good if I pass this to you to apply the whole lot. Applied to the togreg branch of iio.git Thanks,