All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using
Date: Tue, 16 Nov 2010 15:03:05 +0000	[thread overview]
Message-ID: <20101116150305.GA4442@ericsson.com> (raw)
In-Reply-To: <AANLkTi=n7f_40ZdLBd4rYC-PgVABHp_gEWKm264n=yjC@mail.gmail.com>

On Thu, Nov 11, 2010 at 01:18:56PM -0500, Davide Rizzo wrote:
> > Hi Davide,
> >
> > this looks much better, and gives me a chance for a more complete
> > review. Please see below.
> >
> > Unfortunately, I got hit with the MS Exchange server bug, meaning I can
> > not apply your patch. So I might still miss something. Next time please
> > copy lkml - that will give me a chance to retrieve the patch from
> > patchwork.kernel.org<http://patchwork.kernel.org/>.
> >
> > Thanks,
> > Guenter
> Hi Guenther, here is the driver again with requested modifies.
> What do you mean with "copy lkml" ?
> Regards
> Davide
> 
> From: Davide Rizzo <elpa.rizzo@gmail.com<mailto:elpa.rizzo@gmail.com>>
> 
> Rewriting of driver/hwmon/lm95241.c to avoid using macros
> Now it uses SENSOR_DEVICE_ATTR to distinguish similar attr.
> Signed-off-by: Davide Rizzo <elpa.rizzo@gmail.com<mailto:elpa.rizzo@gmail.com>>
> ---
> --- linux-2.6.37-rc1/drivers/hwmon/lm95241.c    2010-11-01 12:54:12.000000000 +0100
> +++ linux-2.6.37-rc1.elpa/drivers/hwmon/lm95241.c    2010-11-11 19:12:28.392515642 +0100
> @@ -1,13 +1,9 @@
>  /*
> - * lm95241.c - Part of lm_sensors, Linux kernel modules for hardware
> - *             monitoring
> - * Copyright (C) 2008 Davide Rizzo <elpa-rizzo@gmail.com<mailto:elpa-rizzo@gmail.com>>
> + * Copyright (C) 2008, 2010 Davide Rizzo <elpa.rizzo@gmail.com<mailto:elpa.rizzo@gmail.com>>
>   *
> - * Based on the max1619 driver. The LM95241 is a sensor chip made by National
> - *   Semiconductors.
> - * It reports up to three temperatures (its own plus up to
> - * two external ones). Complete datasheet can be
> - * obtained from National's website at:
> + * The LM95241 is a sensor chip made by National Semiconductors.
> + * It reports up to three temperatures (its own plus up to two external ones).
> + * Complete datasheet can be obtained from National's website at:
>   *   http://www.national.com/ds.cgi/LM/LM95241.pdf
>   *
>   * This program is free software; you can redistribute it and/or modify
> @@ -25,16 +21,13 @@
>   * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
> 
> -#include <linux/module.h>
> -#include <linux/init.h>
>  #include <linux/slab.h>
> -#include <linux/jiffies.h>
>  #include <linux/i2c.h>
>  #include <linux/hwmon.h>
>  #include <linux/hwmon-sysfs.h>
>  #include <linux/err.h>
> -#include <linux/mutex.h>
> -#include <linux/sysfs.h>

Removing the above includes violates SubmitChecklist rule #1. Also, please reparent to Linus'
latest tree.

Other than that, there are a only few formatting issues, but I can take care of those myself.
So please re-submit with the above changes, and we should be ready to go.

Thanks,
Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

  parent reply	other threads:[~2010-11-16 15:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09  9:33 [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using macros Davide Rizzo
2010-11-09 22:14 ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Guenter Roeck
2010-11-11 18:18 ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using macros Davide Rizzo
2010-11-11 18:29 ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Guenter Roeck
2010-11-11 19:07 ` Jean Delvare
2010-11-11 19:29 ` Guenter Roeck
2010-11-11 19:33 ` Jean Delvare
2010-11-12 20:49 ` Guenter Roeck
2010-11-16 15:03 ` Guenter Roeck [this message]
2010-11-17 11:05   ` Davide Rizzo
2010-11-17 11:05     ` [PATCH] hwmon: (lm95241) Rewritten without using macros Davide Rizzo
2010-11-18 15:38     ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Guenter Roeck
2010-11-18 15:38       ` [PATCH] hwmon: (lm95241) Rewritten without using macros Guenter Roeck
2010-11-18 15:54       ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Davide Rizzo
2010-11-18 15:54         ` [PATCH] hwmon: (lm95241) Rewritten without using macros Davide Rizzo
2010-11-18 16:10         ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Guenter Roeck
2010-11-18 16:10           ` [PATCH] hwmon: (lm95241) Rewritten without using macros Guenter Roeck
2011-01-17  8:31 ` [lm-sensors] [PATCH] hwmon: (lm95241) Rewritten without using Davide Rizzo
2011-01-17  8:49 ` 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=20101116150305.GA4442@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.