mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Driver for UCS1002
@ 2019-04-17  8:44 Andrey Smirnov
  2019-04-17  8:44 ` [PATCH 1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Andrey Smirnov
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrey Smirnov @ 2019-04-17  8:44 UTC (permalink / raw)
  To: linux-pm
  Cc: Andrey Smirnov, Chris Health, Lucas Stach, Fabio Estevam,
	Guenter Roeck, Sebastian Reichel, linux-kernel

Everyone:

This small series adds a driver for UCS1002 Programmable USB Port
Power Controller with Charger Emulation. See [page] for product page
and [datasheet] for device dataseet. Hopefully each individual patch
is self explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

[page] https://www.microchip.com/wwwproducts/en/UCS1002-2
[datasheet] https://ww1.microchip.com/downloads/en/DeviceDoc/UCS1002-2%20Data%20Sheet.pdf

Andrey Smirnov (3):
  power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant
  power: supply: Add driver for Microchip UCS1002
  dt-bindings: power: supply: Add bindings for Microchip UCS1002

 .../power/supply/microchip,ucs1002.txt        |  26 +
 drivers/power/supply/Kconfig                  |   9 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/power_supply_sysfs.c     |   2 +-
 drivers/power/supply/ucs1002_power.c          | 639 ++++++++++++++++++
 include/linux/power_supply.h                  |   1 +
 6 files changed, 677 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/power/supply/microchip,ucs1002.txt
 create mode 100644 drivers/power/supply/ucs1002_power.c

-- 
2.20.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-04-28 22:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  8:44 [PATCH 0/3] Driver for UCS1002 Andrey Smirnov
2019-04-17  8:44 ` [PATCH 1/3] power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant Andrey Smirnov
2019-04-26 16:12   ` Guenter Roeck
2019-04-17  8:44 ` [PATCH 2/3] power: supply: Add driver for Microchip UCS1002 Andrey Smirnov
2019-04-26 14:43   ` Lucas Stach
2019-04-28 22:24     ` Andrey Smirnov
2019-04-26 16:10   ` Guenter Roeck
2019-04-27  0:16     ` Andrey Smirnov
2019-04-26 16:51   ` Enric Balletbo Serra
2019-04-26 17:04     ` Guenter Roeck
2019-04-27  0:29     ` Andrey Smirnov
2019-04-17  8:44 ` [PATCH 3/3] dt-bindings: power: supply: Add bindings " Andrey Smirnov
2019-04-17 19:05   ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®