From: Jean Delvare <khali@linux-fr.org>
To: Axel Lin <axel.lin@gmail.com>, Ben Dooks <ben-linux@fluff.org>
Cc: linux-kernel@vger.kernel.org, Jochen Friedrich <jochen@scram.de>,
Peter Korsgaard <jacmet@sunsite.dk>,
Wolfram Sang <w.sang@pengutronix.de>,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Manuel Lauss <manuel.lauss@googlemail.com>,
Barry Song <21cnbao@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
Yong Zhang <yong.zhang0@gmail.com>,
Lucas De Marchi <lucas.demarchi@profusion.mobi>,
Grant Likely <grant.likely@secretlab.ca>,
Samuel Ortiz <sameo@linux.intel.com>,
linux-i2c@vger.kernel.org
Subject: Re: [PATCH v2] i2c: convert drivers/i2c/* to use module_platform_driver()
Date: Sun, 8 Jan 2012 11:36:56 +0100 [thread overview]
Message-ID: <20120108113656.70c6fcd0@endymion.delvare> (raw)
In-Reply-To: <20111128092721.15ac7b7d@endymion.delvare>
On Mon, 28 Nov 2011 09:27:21 +0100, Jean Delvare wrote:
> On Mon, 28 Nov 2011 08:13:26 +0800, Axel Lin wrote:
> > This patch converts the drivers in drivers/i2c/* to use the
>
> Now drivers/i2c/busses/* even.
>
> > module_platform_driver() macro which makes the code smaller and a bit
> > simpler.
> >
> > Cc: Jean Delvare <khali@linux-fr.org>
> > Cc: Ben Dooks <ben-linux@fluff.org>
> > Cc: Jochen Friedrich <jochen@scram.de>
> > Cc: Peter Korsgaard <jacmet@sunsite.dk>
> > Cc: Wolfram Sang <w.sang@pengutronix.de>
> > Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
> > Cc: Manuel Lauss <manuel.lauss@googlemail.com>
> > Cc: Barry Song <21cnbao@gmail.com>
> > Cc: Linus Walleij <linus.walleij@linaro.org>
> > Cc: Yong Zhang <yong.zhang0@gmail.com>
> > Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
> > Cc: Grant Likely <grant.likely@secretlab.ca>
> > Cc: Samuel Ortiz <sameo@linux.intel.com>
> > Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
> > Acked-by: Wolfram Sang <w.sang@pengutronix.de>
> > Acked-by: Jochen Friedrich<jochen@scram.de>
> > Signed-off-by: Axel Lin <axel.lin@gmail.com>
> > ---
> > drivers/i2c/busses/i2c-at91.c | 17 ++---------------
> > drivers/i2c/busses/i2c-au1550.c | 13 +------------
> > drivers/i2c/busses/i2c-cpm.c | 13 +------------
> > drivers/i2c/busses/i2c-highlander.c | 13 +------------
> > drivers/i2c/busses/i2c-ibm_iic.c | 13 +------------
> > drivers/i2c/busses/i2c-iop3xx.c | 16 +---------------
> > drivers/i2c/busses/i2c-isch.c | 13 +------------
> > drivers/i2c/busses/i2c-ixp2000.c | 13 +------------
> > drivers/i2c/busses/i2c-mpc.c | 13 +------------
> > drivers/i2c/busses/i2c-mv64xxx.c | 15 +--------------
> > drivers/i2c/busses/i2c-ocores.c | 17 ++---------------
> > drivers/i2c/busses/i2c-octeon.c | 16 +---------------
> > drivers/i2c/busses/i2c-pca-platform.c | 14 +-------------
> > drivers/i2c/busses/i2c-pmcmsp.c | 17 ++---------------
> > drivers/i2c/busses/i2c-powermac.c | 19 ++-----------------
> > drivers/i2c/busses/i2c-puv3.c | 16 ++--------------
> > drivers/i2c/busses/i2c-sh7760.c | 13 +------------
> > drivers/i2c/busses/i2c-simtec.c | 18 ++----------------
> > drivers/i2c/busses/i2c-xiic.c | 18 ++----------------
> > 19 files changed, 26 insertions(+), 261 deletions(-)
> > (...)
>
> Reviewed-by: Jean Delvare <khali@linux-fr.org>
>
> As said before, I'll let Ben pick the patch in his tree to minimize the
> risks of merge conflicts.
As Ben did not pick this patch after over a month, I'll include it in
my own tree. As I plan to send it to Linus quickly, hopefully it won't
have the time to cause merge conflicts.
--
Jean Delvare
prev parent reply other threads:[~2012-01-08 10:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-28 0:13 Axel Lin
2011-11-28 1:02 ` Guan Xuetao
2011-11-28 8:27 ` Jean Delvare
2012-01-08 10:36 ` Jean Delvare [this message]
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=20120108113656.70c6fcd0@endymion.delvare \
--to=khali@linux-fr.org \
--cc=21cnbao@gmail.com \
--cc=axel.lin@gmail.com \
--cc=ben-linux@fluff.org \
--cc=grant.likely@secretlab.ca \
--cc=gxt@mprc.pku.edu.cn \
--cc=jacmet@sunsite.dk \
--cc=jochen@scram.de \
--cc=linus.walleij@linaro.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lucas.demarchi@profusion.mobi \
--cc=manuel.lauss@googlemail.com \
--cc=sameo@linux.intel.com \
--cc=w.sang@pengutronix.de \
--cc=yong.zhang0@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®