From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH 3/4] Move lis3lv02d drivers to drivers/misc
Date: Sat, 19 Feb 2011 20:24:12 +0000 [thread overview]
Message-ID: <20110219202412.GA1696@ericsson.com> (raw)
In-Reply-To: <20110219142638.16c306eb@endymion.delvare>
Hi Jean,
On Sat, Feb 19, 2011 at 08:26:38AM -0500, Jean Delvare wrote:
> The lis3lv02d drivers aren't hardware monitoring drivers, so the don't
> belong to drivers/hwmon. Move them to drivers/misc, short of a better
> home.
>
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> Cc: Eric Piel <eric.piel@tremplin-utc.net>
> Cc: Guenter Roeck <guenter.roeck@ericsson.com>
> ---
> Not tested due to lack of hardware.
>
> drivers/hwmon/Makefile | 5
> drivers/hwmon/lis3lv02d.c | 1000 --------------------------------
> drivers/hwmon/lis3lv02d.h | 291 ---------
> drivers/hwmon/lis3lv02d_i2c.c | 279 --------
> drivers/hwmon/lis3lv02d_spi.c | 144 ----
> drivers/misc/Kconfig | 9
> drivers/misc/Makefile | 1
> drivers/misc/lis3lv02d/Kconfig | 37 +
> drivers/misc/lis3lv02d/Makefile | 7
> drivers/misc/lis3lv02d/lis3lv02d.c | 999 +++++++++++++++++++++++++++++++
> drivers/misc/lis3lv02d/lis3lv02d.h | 291 +++++++++
> drivers/misc/lis3lv02d/lis3lv02d_i2c.c | 279 ++++++++
> drivers/misc/lis3lv02d/lis3lv02d_spi.c | 144 ++++
> drivers/platform/x86/hp_accel.c | 2
> 14 files changed, 1768 insertions(+), 1720 deletions(-)
>
You might want to update MAINTAINERS as well.
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2011-02-19 20:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-19 13:26 [lm-sensors] [PATCH 3/4] Move lis3lv02d drivers to drivers/misc Jean Delvare
2011-02-19 20:24 ` Guenter Roeck [this message]
2011-02-20 12:11 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110219202412.GA1696@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.