mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: aliaksei.katovich@gmail.com
To: sameo@linux.intel.com
Cc: linux-kernel@vger.kernel.org,
	Aliaksei Katovich <aliaksei.katovich@nokia.com>
Subject: [PATCH 0/2] mfd: bq2415x charger driver
Date: Mon, 28 Feb 2011 23:36:13 +0200	[thread overview]
Message-ID: <cover.1298918741.git.aliaksei.katovich@nokia.com> (raw)
In-Reply-To: <"cover.1298918741.git.aliaksei.katovich@nokia.com">

From: Aliaksei Katovich <aliaksei.katovich@nokia.com>

The bq2415x family of Texas Instruments charger ICs are multifunctional chips
that combine voltage/current regulation with Li-Ion battery charge controller.

Given bq2415x driver implements both regulator and i2c devices within single
module. Despite not being mfd core dependant this driver however is thought
to belong to mfd subsystem rather than regulators or i2c one.

Also I have some concern about hardcoded i2c addresses which may well limit
driver usage to some certain hardware set. Alternatively driver can be extented
to support device tree or another relevant interface to eliminate this possible
limit.

Implementation is based on BQ24153/6/8 datasheet.

The patch set applies cleanly to the MFD repository at
git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git

Please review.

Aliaksei Katovich (2):
  mfd: bq2415x charger driver
  mfd: bq2415x compilation enablers

 drivers/mfd/Kconfig         |    7 +
 drivers/mfd/Makefile        |    1 +
 drivers/mfd/bq2415x.c       |  780 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/mfd/bq2415x.h |   88 +++++
 4 files changed, 876 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mfd/bq2415x.c
 create mode 100644 include/linux/mfd/bq2415x.h


       reply	other threads:[~2011-02-28 21:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <"cover.1298918741.git.aliaksei.katovich@nokia.com">
2011-02-28 21:36 ` aliaksei.katovich [this message]
2011-02-28 21:36   ` [PATCH 1/2] " aliaksei.katovich
2011-02-28 21:36   ` [PATCH 2/2] mfd: bq2415x compilation enablers aliaksei.katovich

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=cover.1298918741.git.aliaksei.katovich@nokia.com \
    --to=aliaksei.katovich@gmail.com \
    --cc=aliaksei.katovich@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®