[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333089508-8501-1-git-send-email-gshark.jeong@gmail.com>
Date: Fri, 30 Mar 2012 15:38:27 +0900
From: Geon Si Jeong <gshark.jeong@...il.com>
To: Richard Purdie <rpurdie@...ys.net>
Cc: Daniel Jeong <daniel.jeong@...com>, <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Geon Si Jeong <gshark.jeong@...il.com>
Subject: [PATCH 0/1] leds: Add LED driver for lm3556 chip
It is a simple driver for LM3556 Chip(Texas Instruments)
LM3556 :
The LM3556 is a 4 MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current white LED.
Datasheet: www.national.com/ds/LM/LM3556.pdf
Tested on OMAP4430
Geon Si Jeong (1):
leds: Add LED driver for lm3556 chip
drivers/leds/Kconfig | 9 +
drivers/leds/Makefile | 2 +-
drivers/leds/leds-lm3556.c | 462 +++++++++++++++++++++++++++++++++++++++++++
include/linux/leds-lm3556.h | 242 ++++++++++++++++++++++
4 files changed, 714 insertions(+), 1 deletions(-)
create mode 100644 drivers/leds/leds-lm3556.c
create mode 100644 include/linux/leds-lm3556.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