devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers
@ 2015-01-09  8:45 Beomho Seo
       [not found] ` <1420793114-20586-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Beomho Seo @ 2015-01-09  8:45 UTC (permalink / raw)
  To: linux-kernel, linux-pm, devicetree, sre
  Cc: lee.jone, broonie, dbaryshkov, robh+dt, 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 have been merged by Mark Brown. commit is below,

commit b1917578fd5d8efa67afa05a0d6d7e323f2802da

Changes in v2:
- Revise binding documentation..
 
Beomho Seo (3):
  power: rt5033_battery: Add RT5033 Fuel gauge device driver
  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                              |   16 +
 drivers/power/Makefile                             |    2 +
 drivers/power/rt5033_battery.c                     |  177 +++++++
 drivers/power/rt5033_charger.c                     |  485 ++++++++++++++++++++
 6 files changed, 782 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mfd/rt5033.txt
 create mode 100644 drivers/power/rt5033_battery.c
 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-19  8:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09  8:45 [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers Beomho Seo
     [not found] ` <1420793114-20586-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-09  8:45   ` [PATCH v2 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver Beomho Seo
2015-01-15  1:01     ` Sebastian Reichel
2015-01-09  8:45 ` [PATCH v2 2/3] power: rt5033_charger: Add RT5033 charger " Beomho Seo
2015-01-09  8:45 ` [PATCH v2 3/3] Documentation: Add documentation for rt5033 multifunction device Beomho Seo
2015-01-19  8:15   ` Lee Jones
2015-01-12 10:40 ` [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers Paul Bolle
2015-01-12 10:42   ` Paul Bolle
2015-01-12 10:51   ` Beomho Seo
2015-01-12 11:10     ` Paul Bolle
2015-01-18 17:20       ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).