All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, Sebastian Reichel <sre@kernel.org>
Cc: Pallala Ramakrishna <ramakrishna.pallala@intel.com>,
	Jenny Tc <jenny.tc@intel.com>,
	Andreas Dannenberg <dannenberg@ti.com>
Subject: [PATCH 0/2] power: Add support for TI BQ24261 charger
Date: Thu, 29 Oct 2015 22:04:13 +0530	[thread overview]
Message-ID: <1446136455-20752-1-git-send-email-ramakrishna.pallala@intel.com> (raw)

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


             reply	other threads:[~2015-10-29  8:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29 16:34 Ramakrishna Pallala [this message]
2015-10-29 16:34 ` [PATCH 1/2] dt: power: Add support for TI BQ24261 charger 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-30  1:55 ` Krzysztof Kozlowski
2015-12-05 16:40 ` Sebastian Reichel
2015-12-05 16:40   ` Sebastian Reichel
2015-12-07  7:03   ` Pallala, Ramakrishna
2016-01-05 15:20     ` Andreas Dannenberg
2016-01-08  7:17       ` Pallala, Ramakrishna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446136455-20752-1-git-send-email-ramakrishna.pallala@intel.com \
    --to=ramakrishna.pallala@intel.com \
    --cc=dannenberg@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jenny.tc@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=sre@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.