[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1347451550-7785-1-git-send-email-gshark.jeong@gmail.com>
Date: Wed, 12 Sep 2012 21:05:49 +0900
From: "G.Shark Jeong" <gshark.jeong@...il.com>
To: Bryan Wu <bryan.wu@...onical.com>,
Richard Purdie <rpurdie@...ys.net>
Cc: Daniel Jeong <daniel.jeong@...com>, <linux-kernel@...r.kernel.org>,
"G.Shark Jeong" <gshark.jeong@...il.com>
Subject: [PATCH 0/1] leds: Add new LED driver for lm3642 chips
From: "G.Shark Jeong" <gshark.jeong@...il.com>
This driver is a general version for LM642 led chip of TI.
LM3642 :
The LM3642 is a 4MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current
white LED.
The LM3642 is controlled via an I2C-compatible interface.
G.Shark Jeong (1):
leds: Add new LED driver for lm3642 chips
drivers/leds/Kconfig | 11 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-lm3642.c | 471 +++++++++++++++++++++++++++++
include/linux/platform_data/leds-lm3642.h | 38 +++
4 files changed, 521 insertions(+), 0 deletions(-)
create mode 100644 drivers/leds/leds-lm3642.c
create mode 100644 include/linux/platform_data/leds-lm3642.h
--
1.7.5.4
--
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