From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 12 Jun 2018 14:09:07 -0600 From: Rob Herring Subject: Re: [PATCH] HID: i2c-hid: Add vddl regulator control Message-ID: <20180612200907.GA24462@rob-hp-laptop> References: <20180531204250.209216-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180531204250.209216-1-swboyd@chromium.org> To: Stephen Boyd Cc: Jiri Kosina , linux-input@vger.kernel.org, Benjamin Tissoires , Hans de Goede , Andy Shevchenko , Dmitry Torokhov , Doug Anderson , devicetree@vger.kernel.org List-ID: On Thu, May 31, 2018 at 01:42:50PM -0700, Stephen Boyd wrote: > Some wacom w9013 devices have a vddl supply for "low voltage" > requirements. Add support in this driver to turn on this low voltage > supply. > > Cc: Benjamin Tissoires > Cc: Hans de Goede > Cc: Andy Shevchenko > Cc: Dmitry Torokhov > Cc: Doug Anderson > Cc: > Signed-off-by: Stephen Boyd > --- > .../bindings/input/hid-over-i2c.txt | 3 ++- Acked-by: Rob Herring > drivers/hid/i2c-hid/i2c-hid.c | 19 +++++++++++++++++++ > include/linux/platform_data/i2c-hid.h | 2 ++ > 3 files changed, 23 insertions(+), 1 deletion(-)