All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] power: rt5033: Add Richtek RT533 drivers
@ 2015-01-22  0:38 Beomho Seo
  2015-01-22  0:38 ` [PATCH v3 1/2] power: rt5033_charger: Add RT5033 charger device driver Beomho Seo
       [not found] ` <1421887092-4070-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Beomho Seo @ 2015-01-22  0:38 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 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22  0:38 [PATCH v3 0/2] power: rt5033: Add Richtek RT533 drivers Beomho Seo
2015-01-22  0:38 ` [PATCH v3 1/2] power: rt5033_charger: Add RT5033 charger device driver Beomho Seo
     [not found]   ` <1421887092-4070-2-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-22  3:12     ` Sebastian Reichel
2015-01-22  3:12       ` Sebastian Reichel
     [not found]       ` <20150122031240.GA17627-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org>
2015-01-22  3:59         ` Beomho Seo
2015-01-22  3:59           ` Beomho Seo
     [not found] ` <1421887092-4070-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-22  0:38   ` [PATCH v3 2/2] Documentation: Add documentation for rt5033 multifunction device Beomho Seo
2015-01-22  0:38     ` Beomho Seo

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.