From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Fabio Estevam <festevam@gmail.com>
Cc: linux-media@vger.kernel.org,
Martin Hostettler <martin@neutronstar.dyndns.org>
Subject: Re: [PATCH 01/11] v4l: Add driver for Micron MT9M032 camera sensor
Date: Sun, 26 Feb 2012 23:21:51 +0100 [thread overview]
Message-ID: <1834863.9UPK1xgUTI@avalon> (raw)
In-Reply-To: <1684336.vSGXv4O9Ho@avalon>
On Sunday 26 February 2012 15:28:29 Laurent Pinchart wrote:
> On Sunday 26 February 2012 11:16:19 Fabio Estevam wrote:
> > On Sun, Feb 26, 2012 at 12:27 AM, Laurent Pinchart wrote:
> > > +static int __init mt9m032_init(void)
> > > +{
> > > + int rval;
> > > +
> > > + rval = i2c_add_driver(&mt9m032_i2c_driver);
> > > + if (rval)
> > > + pr_err("%s: failed registering " MT9M032_NAME "\n",
> > > __func__); +
> > > + return rval;
> > > +}
> > > +
> > > +static void mt9m032_exit(void)
> > > +{
> > > + i2c_del_driver(&mt9m032_i2c_driver);
> > > +}
> > > +
> > > +module_init(mt9m032_init);
> > > +module_exit(mt9m032_exit);
> >
> > module_i2c_driver could be used here instead.
>
> That's fixed by patch 4/11. As explained in the cover letter, patch 01/11 is
> the original driver as submitted by Martin. I've decided not to change it
> to make review easier. I can then squash some of the other patches onto
> this one when pushing the set upstream.
>
> > > +
> > > +MODULE_AUTHOR("Martin Hostettler");
> >
> > E-mail address missing.
>
> Good point. Martin, can I add your e-mail address here ?
$ find drivers/ -type f -name \*.c -exec grep MODULE_AUTHOR {} \; \
| awk '/@/ { print "email" } ! /@/ { print "name" }' \
| | sort | uniq -c
2304 email
1511 name
I guess the e-mail address isn't mandatory :-)
Martin, I can keep your name there (with or without e-mail address) or put
mine (with an e-mail address). You will of course be the author of the git
commit (even if I end up squashing several of my other patches onto this one).
I can also optionally put my name and e-mail address at the beginning of the
file as a contact person if you don't want to be bothered. It's your call
really, just tell me what you prefer.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2012-02-26 22:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-26 3:27 [PATCH 00/11] MT9M032 sensor driver Laurent Pinchart
2012-02-26 3:27 ` [PATCH 01/11] v4l: Add driver for Micron MT9M032 camera sensor Laurent Pinchart
2012-02-26 14:16 ` Fabio Estevam
2012-02-26 14:28 ` Laurent Pinchart
2012-02-26 22:21 ` Laurent Pinchart [this message]
2012-02-26 3:27 ` [PATCH 02/11] mt9m032: Reorder code into section and whitespace cleanups Laurent Pinchart
2012-02-26 3:27 ` [PATCH 03/11] mt9m032: Make get/set format/crop operations consistent across drivers Laurent Pinchart
2012-02-26 3:27 ` [PATCH 04/11] mt9m032: Use module_i2c_driver() macro Laurent Pinchart
2012-02-26 3:27 ` [PATCH 05/11] mt9m032: Enclose to_dev() macro argument in brackets Laurent Pinchart
2012-02-26 3:27 ` [PATCH 06/11] mt9m032: Pass an i2c_client pointer to the register read/write functions Laurent Pinchart
2012-02-26 3:27 ` [PATCH 07/11] mt9m032: Put HFLIP and VFLIP controls in a cluster Laurent Pinchart
2012-02-26 3:27 ` [PATCH 08/11] mt9m032: Compute PLL parameters at runtime Laurent Pinchart
2012-02-26 14:26 ` Laurent Pinchart
2012-02-26 3:27 ` [PATCH 09/11] mt9m032: Remove unneeded register read Laurent Pinchart
2012-02-26 3:27 ` [PATCH 10/11] v4l: Aptina-style sensor PLL support Laurent Pinchart
2012-02-26 3:27 ` [PATCH 11/11] mt9m032: Use generic PLL setup code Laurent Pinchart
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=1834863.9UPK1xgUTI@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=festevam@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=martin@neutronstar.dyndns.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox