LWN.net Logo

leds: Add LED driver for lm3554 chip

From:  "G.Shark Jeong" <gshark.jeong@gmail.com>
To:  Bryan Wu <bryan.wu@canonical.com>, Richard Purdie <rpurdie@rpsys.net>
Subject:  [PATCH 0/1] leds: Add LED driver for lm3554 chip
Date:  Fri, 13 Jul 2012 18:11:40 +0900
Message-ID:  <1342170701-12303-1-git-send-email-gshark.jeong@gmail.com>
Cc:  Daniel Jeong <daniel.jeong@ti.com>, <linux-kernel@vger.kernel.org>, "G.Shark Jeong" <gshark.jeong@gmail.com>
Archive-link:  Article, Thread

From: "G.Shark Jeong" <gshark.jeong@gmail.com>

LM3554 :
The LM3554 is a 2 MHz fixed-frequency synchronous boost
converter with 1.2A dual high side led drivers.
Datasheet: www.ti.com

G.Shark Jeong (1):
  leds: Add LED driver for lm3554 chip

 drivers/leds/Kconfig                      |    8 +
 drivers/leds/Makefile                     |    1 +
 drivers/leds/leds-lm3554.c                |  324 +++++++++++++++++++++++++++++
 include/linux/platform_data/leds-lm3554.h |   66 ++++++
 4 files changed, 399 insertions(+), 0 deletions(-)
 create mode 100644 drivers/leds/leds-lm3554.c
 create mode 100644 include/linux/platform_data/leds-lm3554.h

-- 
1.7.5.4

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

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds