From: Roger Quadros <rogerq@ti.com>
To: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
Brian Norris <computersforpeace@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH v4 0/5] nand: OMAP collected fixes
Date: Mon, 22 Sep 2014 18:13:58 +0300 [thread overview]
Message-ID: <54203CB6.8080702@ti.com> (raw)
In-Reply-To: <54201B3B.50007@vanguardiasur.com.ar>
On 09/22/2014 03:51 PM, Ezequiel Garcia wrote:
>
>
> On 09/22/2014 09:22 AM, Roger Quadros wrote:
>> Hi Ezequiel,
>>
>> On 09/20/2014 07:53 PM, Ezequiel Garcia wrote:
>>> I've collected all the changes recently discussed in a whole patchset.
>>> If you are just reading this for the first time please take a look at:
>>>
>>> [1] http://www.spinics.net/lists/linux-omap/msg110965.html
>>> [2] http://www.spinics.net/lists/linux-omap/msg110958.html
>>>
>>> As requested by Roger, the omap_elm is a 'bool' driver now. The plan
>>> is to merge it inside omap2_nand, but my queue is really filled, so
>>> if anyone feels like doing, please be my guest.
>>>
>>> Although I'm hoping this to be the last round, feedback and testing
>>> is welcome.
>>
>> Patches 3 and 4 still have checkpatch issues.
>>
>
> I think you didn't look at them in detail. Unless I'm missing something,
> it's just warning about MAINTAINERS update:
>
> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> #16:
> drivers/mtd/{devices/elm.c => nand/omap_elm.c} | 0
>
> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> #13:
> drivers/mtd/nand/{omap2.c => omap2_nand.c} | 0
>
> This driver is not in MAINTAINERS. If you want to start maintaining it,
> it'd be good to add you to MAINTAINERS so people Cc you properly on patches.
>
Sorry for the noise. I was re-generating the patch without the rename detection flag
causing errors which are present in the original file itself.
cheers,
-roger
WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
Brian Norris <computersforpeace@gmail.com>
Cc: linux-mtd@lists.infradead.org, linux-omap@vger.kernel.org,
Tony Lindgren <tony@atomide.com>
Subject: Re: [PATCH v4 0/5] nand: OMAP collected fixes
Date: Mon, 22 Sep 2014 18:13:58 +0300 [thread overview]
Message-ID: <54203CB6.8080702@ti.com> (raw)
In-Reply-To: <54201B3B.50007@vanguardiasur.com.ar>
On 09/22/2014 03:51 PM, Ezequiel Garcia wrote:
>
>
> On 09/22/2014 09:22 AM, Roger Quadros wrote:
>> Hi Ezequiel,
>>
>> On 09/20/2014 07:53 PM, Ezequiel Garcia wrote:
>>> I've collected all the changes recently discussed in a whole patchset.
>>> If you are just reading this for the first time please take a look at:
>>>
>>> [1] http://www.spinics.net/lists/linux-omap/msg110965.html
>>> [2] http://www.spinics.net/lists/linux-omap/msg110958.html
>>>
>>> As requested by Roger, the omap_elm is a 'bool' driver now. The plan
>>> is to merge it inside omap2_nand, but my queue is really filled, so
>>> if anyone feels like doing, please be my guest.
>>>
>>> Although I'm hoping this to be the last round, feedback and testing
>>> is welcome.
>>
>> Patches 3 and 4 still have checkpatch issues.
>>
>
> I think you didn't look at them in detail. Unless I'm missing something,
> it's just warning about MAINTAINERS update:
>
> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> #16:
> drivers/mtd/{devices/elm.c => nand/omap_elm.c} | 0
>
> WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
> #13:
> drivers/mtd/nand/{omap2.c => omap2_nand.c} | 0
>
> This driver is not in MAINTAINERS. If you want to start maintaining it,
> it'd be good to add you to MAINTAINERS so people Cc you properly on patches.
>
Sorry for the noise. I was re-generating the patch without the rename detection flag
causing errors which are present in the original file itself.
cheers,
-roger
next prev parent reply other threads:[~2014-09-22 15:14 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-20 16:53 [PATCH v4 0/5] nand: OMAP collected fixes Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 1/5] nand: omap2: Remove horrible ifdefs to fix module probe Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 2/5] nand: omap2: Replace pr_err with dev_err Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 3/5] mtd: nand: Move ELM driver and rename as omap_elm Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-20 16:53 ` [PATCH v4 4/5] mtd: nand: Rename OMAP NAND driver Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-22 18:49 ` Brian Norris
2014-09-22 18:49 ` Brian Norris
2014-09-20 16:53 ` [PATCH v4 5/5] mtd: nand: Constrain omap_elm to built-in Ezequiel Garcia
2014-09-20 16:53 ` Ezequiel Garcia
2014-09-22 8:17 ` Roger Quadros
2014-09-22 8:17 ` Roger Quadros
2014-09-22 18:58 ` Brian Norris
2014-09-22 18:58 ` Brian Norris
2014-09-22 19:15 ` Ezequiel Garcia
2014-09-22 19:15 ` Ezequiel Garcia
2014-09-23 8:51 ` Roger Quadros
2014-09-23 8:51 ` Roger Quadros
2014-09-22 8:22 ` [PATCH v4 0/5] nand: OMAP collected fixes Roger Quadros
2014-09-22 8:22 ` Roger Quadros
2014-09-22 12:51 ` Ezequiel Garcia
2014-09-22 12:51 ` Ezequiel Garcia
2014-09-22 15:13 ` Roger Quadros [this message]
2014-09-22 15:13 ` Roger Quadros
2014-09-22 18:42 ` Brian Norris
2014-09-22 18:42 ` Brian Norris
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=54203CB6.8080702@ti.com \
--to=rogerq@ti.com \
--cc=computersforpeace@gmail.com \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.