[PATCH 0/3] Add support for Richtek RT9455 battery charger

From: Anda-Maria Nicolae
Date: Mon May 25 2015 - 06:19:34 EST


Hello,

The next 3 patches do the following:
- first patch adds Richtek Technology Corporation in the vendor-prefixes list
- second patch adds device tree binding example for Richtek RT9455 battery charger
- third patch adds the driver for Richtek RT9455 battery charger

Thanks,
Anda

Anda-Maria Nicolae (3):
of: Add vendor prefix for Richtek Technology Corporation
Documentation: devicetree: Add Richtek RT9455 bindings
power_supply: Add support for Richtek RT9455 battery charger

.../devicetree/bindings/power/rt9455_charger.txt | 46 +
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/rt9455_charger.c | 1821 ++++++++++++++++++++
5 files changed, 1876 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/rt9455_charger.txt
create mode 100644 drivers/power/rt9455_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/