lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 13 Aug 2012 13:34:30 +0900
From:	"G.Shark Jeong" <gshark.jeong@...il.com>
To:	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] backlight: add new lm3630 backlight driver

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

This driver is a general version for LM3630 backlgiht driver chip of TI. 

LM3630 :
The LM3630 is a current mode boost converter which supplies the power
and controls the current in two strings of up to 10 LEDs per string.
Programming is done over an I2C compatible interface.
www.ti.com

G.Shark Jeong (1):
  backlight: Add Backlight driver for lm3630 chip

 drivers/video/backlight/Kconfig         |    7 +
 drivers/video/backlight/Makefile        |    1 +
 drivers/video/backlight/lm3630_bl.c     |  476 +++++++++++++++++++++++++++++++
 include/linux/platform_data/lm3630_bl.h |   57 ++++
 4 files changed, 541 insertions(+), 0 deletions(-)
 create mode 100644 drivers/video/backlight/lm3630_bl.c
 create mode 100644 include/linux/platform_data/lm3630_bl.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

Powered by Openwall GNU/*/Linux Powered by OpenVZ