From: Wolfram Sang <wsa@the-dreams.de>
To: Laszlo Papp <lpapp@kde.org>
Cc: Curt Brune <curt@cumulusnetworks.com>,
Thomas De Schampheleire <patrickdepinguin@gmail.com>,
gregkh@linuxfoundation.org,
Shrijeet Mukherjee <shm@cumulusnetworks.com>,
wolfram@the-dreams.de, linux-i2c@vger.kernel.org,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] Add at24 based EEPROMs to the eeprom_dev hardware class
Date: Thu, 23 Jan 2014 18:25:34 +0100 [thread overview]
Message-ID: <20140123172534.GA2665@katana> (raw)
In-Reply-To: <CAOMwXhMVgcVVWiUYbEgGcM+K5bZmKA3LO0=jZCEsyJak1TbTSA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]
Hi,
No need to quote the whole message if you reply only to a bit of it.
> > module_init(at24_init);
> >
> > static void __exit at24_exit(void)
> > {
> > i2c_del_driver(&at24_driver);
> > }
> > module_exit(at24_exit);
>
> Couldn't you use module_i2c_driver() instead of this?
He didn't write that code. It doesn't have a + at the beginning. He used
the whole driver as context, which is highly unusual. A context of 3
lines is usually good enough.
>
> > MODULE_DESCRIPTION("Driver for most I2C EEPROMs");
> > MODULE_AUTHOR("David Brownell and Wolfram Sang");
>
> I would personally put your name in here if I were you, otherwise
> David and Wolfram might get contacted by some people instead of you
> (at least based on this).
See above. He changed only 10 lines. Not enough for copyright IMO.
> PS.: Fixing the broken i2c mailing list typo, and updating Wolfram's
> address from the broken (obsolete?) version.
It came through to the i2c list? What was wrong?
Regards,
Wolfram
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-01-23 17:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 7:44 [PATCH 2/2] Add at24 based EEPROMs to the eeprom_dev hardware class Laszlo Papp
2014-01-23 15:05 ` Curt Brune
[not found] ` <20140123150524.GH29955-qUQiAmfTcIp+XZJcv9eMoEEOCMrvLtNR@public.gmane.org>
2014-01-23 17:06 ` Laszlo Papp
2014-01-23 17:25 ` Wolfram Sang [this message]
2014-01-23 17:51 ` Laszlo Papp
[not found] ` <CAOMwXhPqnSNWtPMo7Qrr-O3qAqtjju7au7Mudckp7kN50yQW3A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-01-23 18:15 ` Wolfram Sang
2014-01-23 19:10 ` Curt Brune
-- strict thread matches above, loose matches on Subject: below --
2014-01-22 17:47 Curt Brune
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=20140123172534.GA2665@katana \
--to=wsa@the-dreams.de \
--cc=curt@cumulusnetworks.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lpapp@kde.org \
--cc=patrickdepinguin@gmail.com \
--cc=shm@cumulusnetworks.com \
--cc=wolfram@the-dreams.de \
/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;
as well as URLs for NNTP newsgroup(s).