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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to