Messages in this thread |  | | | Date | Fri, 10 Jun 2011 19:57:09 +0200 | | From | Lars-Peter Clausen <> | | Subject | Re: [Device-drivers-devel] [PATCH 1/3] ASoC: Add ADAU1701 codec driver |
| |
On 06/10/2011 07:43 PM, Mike Frysinger wrote: > On Fri, Jun 10, 2011 at 13:18, Lars-Peter Clausen wrote: >> +MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>"); > > did you actually rewrite this thing from scratch ? seems like you > should keep Cliff as the author in git/MODULE_AUTHOR, and then add > your name to the s-o-b list and this macro.
Not from scratch, but I guess except for the register definitions and the copyright header not much of the original driver is left: sound/soc/codecs/adau1701.c | 662 ++++++++++++++++++++++++------------------- 1 files changed, 371 insertions(+), 291 deletions(-)
> > friendly git commits can easily be cherry picked from my tree for asoc stuff: > http://git.kernel.org/?p=linux/kernel/git/vapier/blackfin.git;a=summary > (see the "trunk" branch) > -mike
|  |