[PATCH v3 0/2] Add UCS1002 USB Port Power Controller
From: Enric Balletbo i Serra <hidden>
Date: 2016-02-23 07:27:45
Also in:
linux-pm, lkml
From: Enric Balletbo i Serra <hidden>
Date: 2016-02-23 07:27:45
Also in:
linux-pm, lkml
Dear all, This is the third version of the UCS1002 driver, a Programmable USB Port Power Controller with Charger Emulation. Any comments are welcome. Thanks in advance. Enric Balletbo i Serra (2): devicetree: Add UCS1002 USB Port Power Controller binding power: ucs1002: Add support for Programmable USB Port Power Controller .../devicetree/bindings/power/ucs1002.txt | 41 + drivers/power/Kconfig | 7 + drivers/power/Makefile | 1 + drivers/power/ucs1002_power.c | 1004 ++++++++++++++++++++ 4 files changed, 1053 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/ucs1002.txt create mode 100644 drivers/power/ucs1002_power.c -- 2.1.0