[lm-sensors] [PATCH 3/4] Move lis3lv02d drivers to drivers/misc
Jean Delvare
khali at linux-fr.org
Sun Feb 20 13:11:03 CET 2011
Hi Guenter,
On Sat, 19 Feb 2011 12:24:12 -0800, Guenter Roeck wrote:
> 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 at linux-fr.org>
> > Cc: Eric Piel <eric.piel at tremplin-utc.net>
> > Cc: Guenter Roeck <guenter.roeck at 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.
Thanks for the hint. I had also forgotten about the files under
Documentation. I'll send updated patches.
--
Jean Delvare
More information about the lm-sensors
mailing list