From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv7 1/2] pwm: Add Allwinner SoC support
Date: Mon, 6 Oct 2014 16:48:35 +0200 [thread overview]
Message-ID: <20141006144835.GB1744@ulmo> (raw)
In-Reply-To: <20141006143008.GC15599@piout.net>
On Mon, Oct 06, 2014 at 04:30:08PM +0200, Alexandre Belloni wrote:
> On 06/10/2014 at 15:24:05 +0200, Thierry Reding wrote :
> > On Wed, Sep 17, 2014 at 09:53:57PM +0200, Alexandre Belloni wrote:
> > [...]
> > > diff --git a/drivers/pwm/pwm-sunxi.c b/drivers/pwm/pwm-sunxi.c
> > > new file mode 100644
> > > index 000000000000..643f84ea013e
> > > --- /dev/null
> > > +++ b/drivers/pwm/pwm-sunxi.c
> > > @@ -0,0 +1,371 @@
> > > +/*
> > > + * Driver for Allwinner Pulse Width Modulation Controller
> > > + *
> > > + * Copyright (C) 2014 Alexandre Belloni <alexandre.belloni@free-electrons.com>
> >
> > This is somewhat weird. So you are the copyright holder, not your
> > employer? The email address is somewhat misleading.
> >
>
> It has been done on my free, unpaid time so yes...
>
> Anyway, even my employer could not actually claim to hold copyright on
> what I'm writing as this right is not transferable in France.
Interesting. And yet there's a bunch of Copyright.*Free Electrons in the
kernel. There's also this little mention on Wikipedia:
"The droit d?auteur or authors' rights, in France, Belgium or
Germany, grant (subject to some exceptions) the benefice of the
right to natural persons (the author or his heir(s)) and denies
it to legal persons (except for collective works, and for
software), ..."[0]
Which indicates that for software this isn't true. Anyway, what I meant
to say was that it's unusual (at least in my experience) to submit code
authored and copyrighted using a corporate email address. So typically
I've seen people that work on open source in their spare time use a
different email address to separate these "identities".
But I don't mind this all that much, it just jumped out at me.
[0]: http://en.wikipedia.org/wiki/Copyright_law_of_France#Difference_between_copyright_and_droit_d.27auteur
> > > +static const u32 prescaler_table[] = {
> > > + 120,
> > > + 180,
> > > + 240,
> > > + 360,
> > > + 480,
> > > + 0,
> > > + 0,
> > > + 0,
> > > + 12000,
> > > + 24000,
> > > + 36000,
> > > + 48000,
> > > + 72000,
> > > + 0,
> > > + 0,
> > > + 0, /* Actually 1 but tested separately */
> > > +};
> >
> > Did I already mention that this was really weird?
> >
>
> I'm not sure what you want to do here then. This is simply coming from
> the datasheet. The last one (0xF) being a bypass is actually only existing on
No need to do anything about it. I just think it's really, really weird.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141006/5d748bdd/attachment-0001.sig>
next prev parent reply other threads:[~2014-10-06 14:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-17 19:53 [PATCHv7 0/2] Add Allwinner SoCs PWM support Alexandre Belloni
2014-09-17 19:53 ` [PATCHv7 1/2] pwm: Add Allwinner SoC support Alexandre Belloni
2014-10-06 13:24 ` Thierry Reding
2014-10-06 14:30 ` Alexandre Belloni
2014-10-06 14:43 ` Alexandre Belloni
2014-10-06 14:48 ` Thierry Reding [this message]
2014-09-17 19:53 ` [PATCHv7 2/2] pwm: sunxi: document OF bindings Alexandre Belloni
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=20141006144835.GB1744@ulmo \
--to=thierry.reding@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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