* [PATCH 1/3] power: Add LP8727 charger driver
@ 2011-09-07 8:54 Kim, Milo
2012-01-04 4:36 ` Anton Vorontsov
0 siblings, 1 reply; 2+ messages in thread
From: Kim, Milo @ 2011-09-07 8:54 UTC (permalink / raw)
To: cbouatmailru; +Cc: linux-kernel, dwmw2, cbou
Signed-off-by: Woogyom Kim <milo.kim@nsc.com>
>From 83130c4498cff1b40b68babfba405cacbb27e291 Mon Sep 17 00:00:00 2001
From: Woogyom Kim <milo.kim@nsc.com>
Date: Wed, 7 Sep 2011 17:34:46 +0900
Subject: [PATCH] LP8727 is the battery charger with Micro/Mini USB interface.
This IC includes below functions
- I2c interface for accessing user registers
- Single input Li-Ion battery charger
- Charger input ID detection from Micro/Mini USB
- multiplexing switches on USB, UART
---
drivers/power/Kconfig | 6 +
drivers/power/Makefile | 1 +
drivers/power/lp8727_charger.c | 491 ++++++++++++++++++++++++++++++++++++++++
include/linux/lp8727.h | 54 +++++
4 files changed, 552 insertions(+), 0 deletions(-)
create mode 100755 drivers/power/lp8727_charger.c
create mode 100755 include/linux/lp8727.h
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 57de051..51cb302 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -249,4 +249,10 @@ config CHARGER_MAX8998
Say Y to enable support for the battery charger control sysfs and
platform data of MAX8998/LP3974 PMICs.
+config CHARGER_LP8727
+ tristate "National Semiconductor LP8727 charger driver"
+ depends on I2C
+ help
+ Say Y here to enable support for LP8727 Charger Driver.
+
endif # POWER_SUPPLY
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index b4af13d..aed6098 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -38,3 +38,4 @@ obj-$(CONFIG_CHARGER_TWL4030) += twl4030_charger.o
obj-$(CONFIG_CHARGER_GPIO) += gpio-charger.o
obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o
obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o
+obj-$(CONFIG_CHARGER_LP8727) += lp8727_charger.o
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/3] power: Add LP8727 charger driver
2011-09-07 8:54 [PATCH 1/3] power: Add LP8727 charger driver Kim, Milo
@ 2012-01-04 4:36 ` Anton Vorontsov
0 siblings, 0 replies; 2+ messages in thread
From: Anton Vorontsov @ 2012-01-04 4:36 UTC (permalink / raw)
To: Kim, Milo; +Cc: linux-kernel, dwmw2
On Wed, Sep 07, 2011 at 01:54:34AM -0700, Kim, Milo wrote:
>
> Signed-off-by: Woogyom Kim <milo.kim@nsc.com>
>
> From 83130c4498cff1b40b68babfba405cacbb27e291 Mon Sep 17 00:00:00 2001
> From: Woogyom Kim <milo.kim@nsc.com>
> Date: Wed, 7 Sep 2011 17:34:46 +0900
> Subject: [PATCH] LP8727 is the battery charger with Micro/Mini USB interface.
> This IC includes below functions
> - I2c interface for accessing user registers
> - Single input Li-Ion battery charger
> - Charger input ID detection from Micro/Mini USB
> - multiplexing switches on USB, UART
All three applied. (Though, I merged them into one patch.)
Thanks!
--
Anton Vorontsov
Email: cbouatmailru@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-04 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-07 8:54 [PATCH 1/3] power: Add LP8727 charger driver Kim, Milo
2012-01-04 4:36 ` Anton Vorontsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome