All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] power: rt5033: Add Richtek RT533 drivers
@ 2015-01-22  4:06 ` Beomho Seo
  0 siblings, 0 replies; 11+ messages in thread
From: Beomho Seo @ 2015-01-22  4:06 UTC (permalink / raw)
  To: linux-kernel, linux-pm, devicetree, sre, robh+dt
  Cc: lee.jone, broonie, dbaryshkov, pawel.moll, mark.rutland,
	ijc+devicetree, galak, cw00.choi, inki.dae, sw0312.kim,
	Beomho Seo

This patchset adds driver for Richtek rt5033 chip The chip contains
switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge.
Additionally, This includes document for device tree of RT5033 device.

RT5033 core driver is applied by Lee Jones.
RT5033 regulator driver is applied by Mark Brown.
RT5033 fuelgauge driver is applied by Sebastian Reichel.

Changes in v4:
- Change power supply type.

Changes in v3:
- Applied one of patchset.
- Add acked-by.

Changes in v2:
- Revise binding documentation..

Beomho Seo (2):
  power: rt5033_charger: Add RT5033 charger device driver
  Documentation: Add documentation for rt5033 multifunction device

 Documentation/devicetree/bindings/mfd/rt5033.txt   |  101 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 drivers/power/Kconfig                              |    8 +
 drivers/power/Makefile                             |    1 +
 drivers/power/rt5033_charger.c                     |  485 ++++++++++++++++++++
 5 files changed, 596 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/rt5033.txt
 create mode 100644 drivers/power/rt5033_charger.c

-- 
1.7.9.5


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

end of thread, other threads:[~2015-01-22 18:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  4:06 [PATCH v4 0/2] power: rt5033: Add Richtek RT533 drivers Beomho Seo
2015-01-22  4:06 ` Beomho Seo
2015-01-22  4:06 ` [PATCH v4 1/2] power: rt5033_charger: Add RT5033 charger device driver Beomho Seo
2015-01-22  4:06 ` [PATCH v4 2/2] Documentation: Add documentation for rt5033 multifunction device Beomho Seo
2015-01-22  7:41   ` Lee Jones
2015-01-22  8:16     ` Beomho Seo
2015-01-22  9:02       ` Lee Jones
2015-01-22  9:21         ` Beomho Seo
2015-01-22 18:30         ` Sebastian Reichel
2015-01-22 18:30           ` Sebastian Reichel
2015-01-22  5:12 ` [PATCH v4 0/2] power: rt5033: Add Richtek RT533 drivers Sebastian Reichel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.