All of lore.kernel.org
 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; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread

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

Thread overview: 12+ 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
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
2015-11-18 23:49     ` Andreas Dannenberg
2016-01-19  3:04     ` Pallala, Ramakrishna
2016-01-19  3:04       ` Pallala, Ramakrishna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.