Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753230Ab2FTFOa (ORCPT ); Wed, 20 Jun 2012 01:14:30 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:33935 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342Ab2FTFO3 (ORCPT ); Wed, 20 Jun 2012 01:14:29 -0400 From: "G.Shark Jeong" To: Bryan Wu , Richard Purdie Cc: Daniel Jeong , , milo kim , "G.Shark Jeong" Subject: [PATCH 0/1 v3] leds: Add LED driver for lm3556 chip Date: Wed, 20 Jun 2012 14:11:27 +0900 Message-Id: <1340169088-4401-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: 974 Lines: 27 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 drivers/leds/Kconfig | 7 + drivers/leds/Makefile | 1 + drivers/leds/leds-lm3556.c | 529 +++++++++++++++++++++++++++++ include/linux/platform_data/leds-lm3556.h | 50 +++ 4 files changed, 587 insertions(+), 0 deletions(-) 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/