The wacom w9013 device has two supplies that need to be turned on and in some cases these come from two different power supplies. This patch series supports that case.
Changes from v1: * Use the bulk regulator APIs instead of open coding it (Dmitry) Changes from v2: * Split out devm for allocation into another patch (Dmitry) * Drop errant error print that snuck in across port Cc: Benjamin Tissoires <[email protected]> Cc: Hans de Goede <[email protected]> Cc: Andy Shevchenko <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Doug Anderson <[email protected]> Stephen Boyd (2): HID: i2c-hid: Use devm to allocate i2c_hid struct HID: i2c-hid: Add vddl regulator control .../bindings/input/hid-over-i2c.txt | 3 +- drivers/hid/i2c-hid/i2c-hid.c | 57 +++++++++---------- include/linux/platform_data/i2c-hid.h | 7 +-- 3 files changed, 32 insertions(+), 35 deletions(-) -- Sent by a computer through tubes

