[PATCH v5 0/2] power: rt5033: Add Richtek RT533 drivers

From: Beomho Seo
Date: Sun Mar 08 2015 - 21:23:27 EST


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 charger driver and DT documentation merged by Sebastian.
But now, removed both patches from his git tree. Because, It would be nice to
get an ACK of a DT binding maintainer. Could you plase review or some acked?

http://marc.info/?l=linux-pm&m=142195148111292&w=2

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 v5:
- Remove wrong acked-by.

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/