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 14:37:59 +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 lm3639 backlight driver

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

This driver is a general version for LM3639 backlgiht + flash driver chip of TI.

LM3639 :
The LM3639 is a single chip LCD Display Backlight driver + white LED Camera driver.
Programming is done over an I2C compatible interface.
www.ti.com

G.Shark Jeong (1):
  backlight: add new lm3639 backlight driver

 drivers/video/backlight/Kconfig         |    7 +
 drivers/video/backlight/Makefile        |    1 +
 drivers/video/backlight/lm3639_bl.c     |  436 +++++++++++++++++++++++++++++++
 include/linux/platform_data/lm3639_bl.h |   69 +++++
 4 files changed, 513 insertions(+), 0 deletions(-)
 create mode 100644 drivers/video/backlight/lm3639_bl.c
 create mode 100644 include/linux/platform_data/lm3639_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