Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760754Ab2FVAPf (ORCPT ); Thu, 21 Jun 2012 20:15:35 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:47045 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760722Ab2FVAPd (ORCPT ); Thu, 21 Jun 2012 20:15:33 -0400 From: "G.Shark Jeong" To: Rob Landley , Bryan Wu , Richard Purdie Cc: Daniel Jeong , , milo kim , , "G.Shark Jeong" Subject: [PATCH 0/1 v4] leds: Add LED driver for lm3556 chip Date: Fri, 22 Jun 2012 09:12:05 +0900 Message-Id: <1340323926-6826-1-git-send-email-gshark.jeong@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 31 From: "G.Shark Jeong" 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 G.Shark Jeong (1): leds: Add LED driver for lm3556 chip Documentation/leds/00-INDEX | 2 + Documentation/leds/leds-lm3556.txt | 85 +++++ drivers/leds/Kconfig | 8 + drivers/leds/Makefile | 1 + drivers/leds/leds-lm3556.c | 523 +++++++++++++++++++++++++++++ include/linux/platform_data/leds-lm3556.h | 50 +++ 6 files changed, 669 insertions(+), 0 deletions(-) create mode 100644 Documentation/leds/leds-lm3556.txt create mode 100644 drivers/leds/leds-lm3556.c create mode 100644 include/linux/platform_data/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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/