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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 1 Dec 2010 10:00:16 +0100
From:	Jean Delvare <khali@...ux-fr.org>
To:	Chethan Krishna N <chethan.krishna@...ricsson.com>
Cc:	guenter.roeck@...csson.com, lm-sensors@...sensors.org,
	linux-kernel@...r.kernel.org, preetham.rao@...ricsson.com,
	linus.walleij@...aro.org, mian-yousaf.kaukab@...aro.org
Subject: Re: [PATCH] lsm303dlh: Adding Accelerometer and Magnetometer
 support

On Wed,  1 Dec 2010 10:44:07 +0530, Chethan Krishna N wrote:
> From: Chethan Krishna N <chethan.krishna@...ricsson.com>
> 
> lsm303dlh accelerometer magnetometer device support added.
> Also provides input device support through interrupts.
> 
> Signed-off-by: Chethan Krishna N <chethan.krishna@...ricsson.com>
> ---
>  drivers/hwmon/Kconfig       |   23 +
>  drivers/hwmon/Makefile      |    1 +
>  drivers/hwmon/lsm303dlh_a.c | 1112 +++++++++++++++++++++++++++++++++++++++++++
>  drivers/hwmon/lsm303dlh_m.c |  764 +++++++++++++++++++++++++++++
>  include/linux/lsm303dlh.h   |   56 +++
>  5 files changed, 1956 insertions(+), 0 deletions(-)
>  mode change 100644 => 100755 drivers/hwmon/Kconfig
>  create mode 100644 drivers/hwmon/lsm303dlh_a.c
>  create mode 100644 drivers/hwmon/lsm303dlh_m.c
>  create mode 100644 include/linux/lsm303dlh.h

Nack. This isn't a hardware monitoring driver, so it has nothing to do
in drivers/hwmon. Please find a better place.

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