| From: |
| Laurentiu Palcu <laurentiu.palcu@intel.com> |
| To: |
| Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, Sebastian Reichel <sre@kernel.org>, Krzysztof Kozlowski <k.kozlowski@samsung.com>, Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>, David Woodhouse <dwmw2@infradead.org> |
| Subject: |
| [PATCH 0/2] Add support for BQ25890 charger chip |
| Date: |
| Fri, 15 May 2015 17:06:16 +0300 |
| Message-ID: |
| <1431698778-29462-1-git-send-email-laurentiu.palcu@intel.com> |
| Cc: |
| Laurentiu Palcu <laurentiu.palcu@intel.com>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org |
| Archive‑link: | |
Article |
Hi,
This series adds support for BQ25890 USB charger chip. Information about
the chip can be found here:
http://www.ti.com/product/bq25890
Thanks,
laurentiu
Laurentiu Palcu (2):
Documentation: devicetree: Add TI BQ25890 bindings
power_supply: Add support for TI BQ25890 charger chip
.../devicetree/bindings/power/bq25890.txt | 45 +
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/bq25890_charger.c | 998 +++++++++++++++++++++
4 files changed, 1051 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/bq25890.txt
create mode 100644 drivers/power/bq25890_charger.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/