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:	Tue, 5 Jun 2012 15:43:08 +0000
From:	"Kim, Milo" <Milo.Kim@...com>
To:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:	Richard Purdie <rpurdie@...ys.net>,
	Andrew Morton <akpm@...ux-foundation.org>,
	"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
Subject: [RFC] clean up headers for light drivers : backlights, leds and
 iio-light

I'd like to suggest some clean up idea for headers under include/linux.
Light device drivers are exist under 'drivers/leds' and 'drivers/video/backlight'.
(and iio light drivers are ongoing in staging directory)
At this moment, there is no specific directory for light driver, some headers are located in include/linux.
Furthermore, new light drivers may be added into include/linux again and again.

So my suggestion is 

- create new directory for light driver : include/linux/light
- move driver headers into this directory
- change header declaration per each driver source

Here is the cleanup list of light drivers.

(leds and backlight)
include/linux/apple_bl.h
include/linux/atmel_pwm.h
include/linux/backlight.h
include/linux/led-lm3530.h
include/linux/leds-bd2802.h
include/linux/leds.h
include/linux/leds-lm3556.h
include/linux/leds-lp3944.h
include/linux/leds-lp5521.h
include/linux/leds-lp5523.h
include/linux/leds-pca9532.h
include/linux/leds_pwm.h
include/linux/leds-regulator.h
include/linux/leds-tca6507.h
include/linux/lp855x.h
include/linux/pwm_backlight.h

(iio/backlight)
drivers/staging/iio/light/tsl2563.h
drivers/staging/iio/light/tsl2x7x.h

I'd like to have your opinion.

Thanks & BR
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