Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1258634
| From | Ramakrishna Pallala <ramakrishna.pallala@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] power: Add support for TI BQ24261 charger |
| Date | 2015-10-29 09:30 +0100 |
| Message-ID | <qoQKR-6cM-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series adds the support for TI BQ24261 charger driver. TI BQ24261 charger driver relies on extcon notifications to get the charger cable type and based on that it will set the charging parameters. Ramakrishna Pallala (2): dt: power: Add support for BQ24261 charger power: Add support for TI BQ24261 charger .../devicetree/bindings/power/bq24261.txt | 34 + drivers/power/Kconfig | 6 + drivers/power/Makefile | 1 + drivers/power/bq24261_charger.c | 1195 ++++++++++++++++++++ include/linux/power/bq24261_charger.h | 26 + 5 files changed, 1262 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/bq24261.txt create mode 100644 drivers/power/bq24261_charger.c create mode 100644 include/linux/power/bq24261_charger.h -- 1.7.9.5 -- 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] power: Add support for TI BQ24261 charger Ramakrishna Pallala <ramakrishna.pallala@intel.com> - 2015-10-29 09:30 +0100 [PATCH 1/2] dt: power: Add support for TI BQ24261 charger Ramakrishna Pallala <ramakrishna.pallala@intel.com> - 2015-10-29 09:30 +0100 [PATCH 2/2] power: Add support for TI BQ24261 charger Ramakrishna Pallala <ramakrishna.pallala@intel.com> - 2015-10-29 09:30 +0100
csiph-web