[RFC/PATCH v2] ubi: Add ubiblock read-write driver

Ezequiel Garcia elezegarcia at gmail.com
Wed Dec 12 11:35:46 EST 2012


On Wed, Dec 12, 2012 at 1:18 PM, Ezequiel Garcia <elezegarcia at gmail.com> wrote:
> Hi Richard,
>
> Thanks for the feedback.
> Yeah I forgot the remove some clumsy or work-in-progress code. Shame on me :-(
>
> Anyway, I wanted to post the new cache shape and the new module parameter
> to get some feedback. I'd like to decide if write support is useful or not.
>
> On Wed, Dec 12, 2012 at 12:21 PM, richard -rw- weinberger
> <richard.weinberger at gmail.com> wrote:
>> Hi!
>>
>> A few comments...
>>
>> On Wed, Dec 12, 2012 at 1:21 PM, Ezequiel Garcia <elezegarcia at gmail.com> wrote:
>>> --- /dev/null
>>> +++ b/drivers/mtd/ubi/ubiblock.c
>>> @@ -0,0 +1,830 @@
>>> +/*
>>> + * Copyright (c) 2012 Ezequiel Garcia
>>> + * Copyright (c) 2011 Free Electrons
>>> + *
>>> + * This program is free software; you can redistribute it and/or modify
>>> + * it under the terms of the GNU General Public License as published by
>>> + * the Free Software Foundation; either version 2 of the License, or
>>> + * (at your option) any later version.
>>
>> Linux is GPLv2 and not v2 or any later version...
>>
>
> True.
>

On a second thought and considering this code is originally
copyrighted by Free Electrons,
I'd guess I need their permission to make a license change (right?).

So considering Greg's comments, I'll leave it as it is and let Free
Electrons decide.

Thanks,

    Ezequiel



More information about the linux-mtd mailing list