devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] power: Add support for TI BQ24261 charger
@ 2015-10-29 16:34 Ramakrishna Pallala
  2015-10-29 16:34 ` [PATCH 1/2] dt: " Ramakrishna Pallala
  2015-10-29 16:34 ` [PATCH 2/2] " Ramakrishna Pallala
  0 siblings, 2 replies; 10+ messages in thread
From: Ramakrishna Pallala @ 2015-10-29 16:34 UTC (permalink / raw)
  To: linux-kernel, linux-pm, devicetree, Sebastian Reichel
  Cc: Pallala Ramakrishna, Jenny Tc, Andreas Dannenberg

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2] power: Add support for TI BQ24261 charger
@ 2015-10-29 16:37 Ramakrishna Pallala
  2015-10-29 16:37 ` [PATCH 2/2] " Ramakrishna Pallala
  0 siblings, 1 reply; 10+ messages in thread
From: Ramakrishna Pallala @ 2015-10-29 16:37 UTC (permalink / raw)
  To: linux-kernel, linux-pm, devicetree, Sebastian Reichel
  Cc: Pallala Ramakrishna, Jenny Tc, Andreas Dannenberg

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-01-19 18:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 16:34 [PATCH 0/2] power: Add support for TI BQ24261 charger Ramakrishna Pallala
2015-10-29 16:34 ` [PATCH 1/2] dt: " Ramakrishna Pallala
2015-10-29 16:34 ` [PATCH 2/2] " Ramakrishna Pallala
2015-10-30  9:17   ` Andy Shevchenko
2016-01-19  1:26     ` Pallala, Ramakrishna
2016-01-19  7:02       ` Andy Shevchenko
2016-01-19 18:27         ` Pallala, Ramakrishna
  -- strict thread matches above, loose matches on Subject: below --
2015-10-29 16:37 [PATCH 0/2] " Ramakrishna Pallala
2015-10-29 16:37 ` [PATCH 2/2] " Ramakrishna Pallala
2015-11-18 23:49   ` Andreas Dannenberg
2016-01-19  3:04     ` Pallala, Ramakrishna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).