All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo.de>
To: piotr@hosowicz.com
Cc: rklein@nvidia.com, Anton Vorontsov <cbouatmailru@gmail.com>,
	broonie@opensource.wolfsonmicro.com, achew@nvidia.com,
	olof@lixom.net, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] POWER: Add gpio chager driver
Date: Thu, 21 Oct 2010 16:53:23 +0200	[thread overview]
Message-ID: <4CC053E3.4050207@metafoo.de> (raw)
In-Reply-To: <4CC03563.3060908@example.com>

Piotr Hosowicz wrote:
> On 21.10.2010 14:25, Lars-Peter Clausen wrote:
>> This patch adds a simple driver for chargers indicating their online
>> status
>> through a GPIO pin.
>>
>> Signed-off-by: Lars-Peter Clausen<lars@metafoo.de>
>> ---
>>   drivers/power/Kconfig              |   10 ++
>>   drivers/power/Makefile             |    1 +
>>   drivers/power/gpio-charger.c       |  184
>> ++++++++++++++++++++++++++++++++++++
>>   include/linux/power/gpio-charger.h |   39 ++++++++
>>   4 files changed, 234 insertions(+), 0 deletions(-)
>>   create mode 100644 drivers/power/gpio-charger.c
>>   create mode 100644 include/linux/power/gpio-charger.h
>>
>> diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
>> index 0734356..90b1940 100644
>> --- a/drivers/power/Kconfig
>> +++ b/drivers/power/Kconfig
>> @@ -166,4 +166,14 @@ config BATTERY_INTEL_MID
>>         Say Y here to enable the battery driver on Intel MID
>>         platforms.
>>
>> +config CHARGER_GPIO
>> +    tristate "GPIO charger"
>> +    depends on GPIOLIB
>> +    help
>> +      Say Y to include support for chargers which report their online
>> status
>> +      through a GPIO pin.
>> +
>> +      This driver can be build as a module. If so, the module will be
>> +      called gpio-chager.
> 
> Shouldn't it say gpio-charger not gpio-chager? A typo.
> 
> Regards,
> 
> Piotr Hosowicz
> 

Hi

Yes, thanks.

- Lars

  reply	other threads:[~2010-10-21 14:53 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-21  0:56 [PATCH v2] power: bq24617: Adding initial charger support rklein
2010-10-21 12:20 ` Lars-Peter Clausen
2010-10-21 12:25   ` [PATCH] POWER: Add gpio chager driver Lars-Peter Clausen
2010-10-21 12:43     ` Piotr Hosowicz
2010-10-21 14:53       ` Lars-Peter Clausen [this message]
2010-10-21 14:14     ` Anton Vorontsov
2010-10-21 14:52       ` Lars-Peter Clausen
2010-10-21 15:05         ` Anton Vorontsov
2010-10-21 17:22       ` Rhyland Klein
2010-10-21 15:55     ` [PATCH v2] POWER: Add gpio charger driver Lars-Peter Clausen
2010-10-21 16:00       ` Mark Brown
2010-10-21 16:16         ` Lars-Peter Clausen
2010-10-21 16:19           ` Mark Brown
2010-10-21 16:26       ` Anton Vorontsov
2010-10-21 17:47         ` Lars-Peter Clausen
2010-10-22 21:41           ` Rhyland Klein
2010-10-28 21:17           ` Rhyland Klein
2010-11-04 17:47             ` Anton Vorontsov
2010-11-11  0:53               ` Rhyland Klein
2010-11-11  1:33                 ` Lars-Peter Clausen
2010-11-11  1:46                   ` Rhyland Klein
2010-11-17  1:37                   ` Rhyland Klein
2010-11-18 14:05       ` Anton Vorontsov
2010-11-18 14:30         ` Lars-Peter Clausen
2010-11-18 14:42           ` Anton Vorontsov

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=4CC053E3.4050207@metafoo.de \
    --to=lars@metafoo.de \
    --cc=achew@nvidia.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=cbouatmailru@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=piotr@hosowicz.com \
    --cc=rklein@nvidia.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 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.