lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Oct 2010 16:53:23 +0200
From:	Lars-Peter Clausen <lars@...afoo.de>
To:	piotr@...owicz.com
CC:	rklein@...dia.com, Anton Vorontsov <cbouatmailru@...il.com>,
	broonie@...nsource.wolfsonmicro.com, achew@...dia.com,
	olof@...om.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] POWER: Add gpio chager driver

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@...afoo.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ