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:	Wed, 26 May 2010 14:29:12 +0300
From:	Samu Onkalo <samu.p.onkalo@...ia.com>
To:	rpurdie@...ys.net
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] leds: drivers for lp5521 and lp5523 chips

LP5521 and LP5523 are LED driver chips from National Semiconductor.
Chips have many similarities but also quite many differences.
It is clearer to have separate driver for both of the chip types.
LP5521 is a 3 channel chip with 3 programmable micro engines.
LP5523 is a 9 channel chip with 3 programmable micro engines

Documentation contains short instructions about the driver and also
examples of the platform data and engine control.

Samu Onkalo (2):
  leds: driver for LP5521 and LP5523 chips from National Semiconductor
  Documentation: Short documentation for LP5521 and LP553 LED chips

 Documentation/leds-lp5521.txt |   77 ++++
 Documentation/leds-lp5523.txt |   73 +++
 drivers/leds/Kconfig          |   16 +
 drivers/leds/Makefile         |    2 +
 drivers/leds/leds-lp5521.c    |  774 +++++++++++++++++++++++++++++++
 drivers/leds/leds-lp5523.c    | 1005 +++++++++++++++++++++++++++++++++++++++++
 include/linux/leds-lp5521.h   |   23 +
 include/linux/leds-lp5523.h   |   23 +
 8 files changed, 1993 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/leds-lp5521.txt
 create mode 100644 Documentation/leds-lp5523.txt
 create mode 100644 drivers/leds/leds-lp5521.c
 create mode 100644 drivers/leds/leds-lp5523.c
 create mode 100644 include/linux/leds-lp5521.h
 create mode 100644 include/linux/leds-lp5523.h

--
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