Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317651
| From | Enric Balletbo i Serra <enric.balletbo@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add UCS1002 USB Port Power Controller |
| Date | 2016-01-26 10:20 +0100 |
| Message-ID | <qV7X3-1ZG-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Dear all, This is the first 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 | 47 + drivers/power/Kconfig | 7 + drivers/power/Makefile | 1 + drivers/power/ucs1002_power.c | 979 +++++++++++++++++++++ 4 files changed, 1034 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/ucs1002.txt create mode 100644 drivers/power/ucs1002_power.c -- 2.1.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add UCS1002 USB Port Power Controller Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2016-01-26 10:20 +0100 [PATCH 1/2] devicetree: Add UCS1002 USB Port Power Controller binding Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2016-01-26 10:20 +0100
csiph-web