All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Axel Lin <axel.lin@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Jean Delvare <khali@linux-fr.org>,
	Corentin Labbe <corentin.labbe@geomatys.fr>,
	Dirk Eibach <eibach@gdsys.de>,
	"Mark M. Hoffman" <mhoffman@lightlink.com>,
	Steve Glendinning <steve.glendinning@smsc.com>,
	Riku Voipio <riku.voipio@iki.fi>,
	Guillaume Ligneul <guillaume.ligneul@gmail.com>,
	David George <david.george@ska.ac.za>,
	"Hans J. Koch" <hjk@hansjkoch.de>,
	Marc Hulsman <m.hulsman@tudelft.nl>,
	Rudolf Marek <r.marek@assembler.cz>,
	"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>
Subject: Re: [lm-sensors] [PATCH 1/2] hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Date: Fri, 20 Jan 2012 09:57:21 +0000	[thread overview]
Message-ID: <20120120095721.GA31838@ericsson.com> (raw)
In-Reply-To: <1327045098.29773.0.camel@phoenix>

On Fri, Jan 20, 2012 at 02:38:18AM -0500, Axel Lin wrote:
> This patch converts the drivers in drivers/hwmon/* to use the
> module_i2c_driver() macro which makes the code smaller and a bit simpler.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
> Cc: Dirk Eibach <eibach@gdsys.de>
> Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
> Cc: Steve Glendinning <steve.glendinning@smsc.com>
> Cc: Riku Voipio <riku.voipio@iki.fi>
> Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com>
> Cc: David George <david.george@ska.ac.za>
> Cc: "Hans J. Koch" <hjk@hansjkoch.de>
> Cc: Marc Hulsman <m.hulsman@tudelft.nl>
> Cc: Rudolf Marek <r.marek@assembler.cz>
> ---

Applied.

Thanks,
Guenter

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

WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Axel Lin <axel.lin@gmail.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Jean Delvare <khali@linux-fr.org>,
	Corentin Labbe <corentin.labbe@geomatys.fr>,
	Dirk Eibach <eibach@gdsys.de>,
	"Mark M. Hoffman" <mhoffman@lightlink.com>,
	Steve Glendinning <steve.glendinning@smsc.com>,
	Riku Voipio <riku.voipio@iki.fi>,
	Guillaume Ligneul <guillaume.ligneul@gmail.com>,
	David George <david.george@ska.ac.za>,
	"Hans J. Koch" <hjk@hansjkoch.de>,
	Marc Hulsman <m.hulsman@tudelft.nl>,
	Rudolf Marek <r.marek@assembler.cz>,
	"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>
Subject: Re: [PATCH 1/2] hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Date: Fri, 20 Jan 2012 01:57:21 -0800	[thread overview]
Message-ID: <20120120095721.GA31838@ericsson.com> (raw)
In-Reply-To: <1327045098.29773.0.camel@phoenix>

On Fri, Jan 20, 2012 at 02:38:18AM -0500, Axel Lin wrote:
> This patch converts the drivers in drivers/hwmon/* to use the
> module_i2c_driver() macro which makes the code smaller and a bit simpler.
> 
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> Cc: Corentin Labbe <corentin.labbe@geomatys.fr>
> Cc: Dirk Eibach <eibach@gdsys.de>
> Cc: "Mark M. Hoffman" <mhoffman@lightlink.com>
> Cc: Steve Glendinning <steve.glendinning@smsc.com>
> Cc: Riku Voipio <riku.voipio@iki.fi>
> Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com>
> Cc: David George <david.george@ska.ac.za>
> Cc: "Hans J. Koch" <hjk@hansjkoch.de>
> Cc: Marc Hulsman <m.hulsman@tudelft.nl>
> Cc: Rudolf Marek <r.marek@assembler.cz>
> ---

Applied.

Thanks,
Guenter

  reply	other threads:[~2012-01-20  9:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-20  7:38 [lm-sensors] [PATCH 1/2] hwmon: convert drivers/hwmon/* to use module_i2c_driver() Axel Lin
2012-01-20  7:38 ` Axel Lin
2012-01-20  9:57 ` Guenter Roeck [this message]
2012-01-20  9:57   ` Guenter Roeck

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=20120120095721.GA31838@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=axel.lin@gmail.com \
    --cc=corentin.labbe@geomatys.fr \
    --cc=david.george@ska.ac.za \
    --cc=eibach@gdsys.de \
    --cc=guillaume.ligneul@gmail.com \
    --cc=hjk@hansjkoch.de \
    --cc=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lm-sensors@lm-sensors.org \
    --cc=m.hulsman@tudelft.nl \
    --cc=mhoffman@lightlink.com \
    --cc=r.marek@assembler.cz \
    --cc=riku.voipio@iki.fi \
    --cc=steve.glendinning@smsc.com \
    /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.