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:	Thu, 14 Mar 2013 11:29:13 +0000
From:	"Kim, Milo" <Milo.Kim@...com>
To:	Bryan Wu <cooloney@...il.com>
CC:	"linux-leds@...r.kernel.org" <linux-leds@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH v2 0/3] leds: replace macros with inline functions and
 support camera LED triggers

Patch v2
 (1) LED trigger macros are replaced with inline function in case of
     !CONFIG_LED_TRIGGERS and !CONFIG_LEDS_TRIGGER_IDE_DISK.
 (2) Use an inline function when CONFIG_LEDS_TRIGGER_CAMERA is not configured.

Patch v1
 Initial patch

Milo(Woogyom) Kim (3):
  leds: trigger: use inline functions instead of macros
  leds: add camera LED triggers
  leds: lm355x, lm3642: support camera LED triggers for flash and torch

 drivers/leds/leds-lm355x.c            |    2 ++
 drivers/leds/leds-lm3642.c            |    2 ++
 drivers/leds/trigger/Kconfig          |    8 +++++
 drivers/leds/trigger/Makefile         |    1 +
 drivers/leds/trigger/ledtrig-camera.c |   57 +++++++++++++++++++++++++++++++++
 include/linux/leds.h                  |   33 ++++++++++++-------
 include/linux/mmc/host.h              |    2 --
 7 files changed, 92 insertions(+), 13 deletions(-)
 create mode 100644 drivers/leds/trigger/ledtrig-camera.c

-- 
1.7.9.5


Best Regards,
Milo


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