linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
@ 2015-04-16  2:09 Peter Pan 潘栋 (peterpandong)
  2015-04-22 17:50 ` Brian Norris
  2015-04-23  7:48 ` Rafał Miłecki
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Pan 潘栋 (peterpandong) @ 2015-04-16  2:09 UTC (permalink / raw)
  To: dwmw2, Brian Norris, zajec5, ezequiel.garcia; +Cc: linux-mtd, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb2312", Size: 737 bytes --]


Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Peter Pan <peterpandong@micron.com>
---
 drivers/mtd/nand/nand_bbt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
index 9bb8453..307a285 100644
--- a/drivers/mtd/nand/nand_bbt.c
+++ b/drivers/mtd/nand/nand_bbt.c
@@ -64,7 +64,6 @@
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/bbm.h>
 #include <linux/mtd/nand.h>
-#include <linux/mtd/nand_ecc.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
 #include <linux/vmalloc.h>
-- 
1.9.1
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
  2015-04-16  2:09 [PATCH 1/6] mtd: nand_bbt: drop unnecessary header Peter Pan 潘栋 (peterpandong)
@ 2015-04-22 17:50 ` Brian Norris
  2015-04-23  7:47   ` Rafał Miłecki
  2015-04-23  7:48 ` Rafał Miłecki
  1 sibling, 1 reply; 6+ messages in thread
From: Brian Norris @ 2015-04-22 17:50 UTC (permalink / raw)
  To: Peter Pan 潘栋 (peterpandong)
  Cc: dwmw2, zajec5, ezequiel.garcia, linux-mtd, linux-kernel

On Thu, Apr 16, 2015 at 02:09:41AM +0000, Peter Pan 潘栋 (peterpandong) wrote:
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> Signed-off-by: Peter Pan <peterpandong@micron.com>

Why are you just resending my patches? You could Ack/Reviewed-by/etc.
instead...

http://patchwork.ozlabs.org/patch/444604/

> ---
>  drivers/mtd/nand/nand_bbt.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
> index 9bb8453..307a285 100644
> --- a/drivers/mtd/nand/nand_bbt.c
> +++ b/drivers/mtd/nand/nand_bbt.c
> @@ -64,7 +64,6 @@
>  #include <linux/mtd/mtd.h>
>  #include <linux/mtd/bbm.h>
>  #include <linux/mtd/nand.h>
> -#include <linux/mtd/nand_ecc.h>
>  #include <linux/bitops.h>
>  #include <linux/delay.h>
>  #include <linux/vmalloc.h>
> -- 
> 1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
  2015-04-22 17:50 ` Brian Norris
@ 2015-04-23  7:47   ` Rafał Miłecki
  2015-04-24  0:36     ` Peter Pan 潘栋 (peterpandong)
  0 siblings, 1 reply; 6+ messages in thread
From: Rafał Miłecki @ 2015-04-23  7:47 UTC (permalink / raw)
  To: Brian Norris
  Cc: Peter Pan 潘栋 (peterpandong),
	dwmw2, ezequiel.garcia, linux-mtd, linux-kernel

On 22 April 2015 at 19:50, Brian Norris <computersforpeace@gmail.com> wrote:
> On Thu, Apr 16, 2015 at 02:09:41AM +0000, Peter Pan 潘栋 (peterpandong) wrote:
>>
>> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
>> Signed-off-by: Peter Pan <peterpandong@micron.com>
>
> Why are you just resending my patches? You could Ack/Reviewed-by/etc.
> instead...
>
> http://patchwork.ozlabs.org/patch/444604/

That was fishy to me too, thanks for clarifying it Brian.

Also, if you *really* need to submit somebody's patch, you *should*
use From to point the author to git.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
  2015-04-16  2:09 [PATCH 1/6] mtd: nand_bbt: drop unnecessary header Peter Pan 潘栋 (peterpandong)
  2015-04-22 17:50 ` Brian Norris
@ 2015-04-23  7:48 ` Rafał Miłecki
  1 sibling, 0 replies; 6+ messages in thread
From: Rafał Miłecki @ 2015-04-23  7:48 UTC (permalink / raw)
  To: Peter Pan 潘栋 (peterpandong)
  Cc: dwmw2, Brian Norris, ezequiel.garcia, linux-mtd, linux-kernel

On 16 April 2015 at 04:09, Peter Pan 潘栋 (peterpandong)
<peterpandong@micron.com> wrote:
>
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> Signed-off-by: Peter Pan <peterpandong@micron.com>

I'm curious, what made you picking my e-mail address directly?

-- 
Rafał

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
  2015-04-23  7:47   ` Rafał Miłecki
@ 2015-04-24  0:36     ` Peter Pan 潘栋 (peterpandong)
  2015-04-24  7:01       ` Rafał Miłecki
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Pan 潘栋 (peterpandong) @ 2015-04-24  0:36 UTC (permalink / raw)
  To: zajec5, Brian Norris; +Cc: dwmw2, ezequiel.garcia, linux-mtd, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1155 bytes --]

On 23 April 2015 at 15:47, Rafał Miłecki wrote:
> On 22 April 2015 at 19:50, Brian Norris <computersforpeace@gmail.com>
> wrote:
> > On Thu, Apr 16, 2015 at 02:09:41AM +0000, Peter Pan 潘栋
> (peterpandong) wrote:
> >>
> >> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> >> Signed-off-by: Peter Pan <peterpandong@micron.com>
> >
> > Why are you just resending my patches? You could Ack/Reviewed-by/etc.
> > instead...
> >
> > http://patchwork.ozlabs.org/patch/444604/
> 
> That was fishy to me too, thanks for clarifying it Brian.
> 
> Also, if you *really* need to submit somebody's patch, you *should*
> use From to point the author to git.


Hi Brain and Rafał,

I am really sorry for this. It is my mistake. I just start sending patch
to community recently. If I do something improper, please tell me.

I will resend Brain's and my patch with the right comment, but please look
through this patchset if you can.

Sorry for bringing troubles to you again.

Thanks
Peter Pan
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/6] mtd: nand_bbt: drop unnecessary header
  2015-04-24  0:36     ` Peter Pan 潘栋 (peterpandong)
@ 2015-04-24  7:01       ` Rafał Miłecki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafał Miłecki @ 2015-04-24  7:01 UTC (permalink / raw)
  To: Peter Pan 潘栋 (peterpandong)
  Cc: Brian Norris, dwmw2, ezequiel.garcia, linux-mtd, linux-kernel

On 24 April 2015 at 02:36, Peter Pan 潘栋 (peterpandong)
<peterpandong@micron.com> wrote:
> On 23 April 2015 at 15:47, Rafał Miłecki wrote:
>> On 22 April 2015 at 19:50, Brian Norris <computersforpeace@gmail.com>
>> wrote:
>> > On Thu, Apr 16, 2015 at 02:09:41AM +0000, Peter Pan 潘栋
>> (peterpandong) wrote:
>> >>
>> >> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
>> >> Signed-off-by: Peter Pan <peterpandong@micron.com>
>> >
>> > Why are you just resending my patches? You could Ack/Reviewed-by/etc.
>> > instead...
>> >
>> > http://patchwork.ozlabs.org/patch/444604/
>>
>> That was fishy to me too, thanks for clarifying it Brian.
>>
>> Also, if you *really* need to submit somebody's patch, you *should*
>> use From to point the author to git.
>
>
> Hi Brain and Rafał,
>
> I am really sorry for this. It is my mistake. I just start sending patch
> to community recently. If I do something improper, please tell me.
>
> I will resend Brain's and my patch with the right comment, but please look
> through this patchset if you can.

I don't think there is any need to re-send Brian's patches. I'm sure
he's aware of them :)
You may try pinging him, asking what's the status. And send your own
with an appropriate comment that it depends on other stuff.

-- 
Rafał

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-24  7:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16  2:09 [PATCH 1/6] mtd: nand_bbt: drop unnecessary header Peter Pan 潘栋 (peterpandong)
2015-04-22 17:50 ` Brian Norris
2015-04-23  7:47   ` Rafał Miłecki
2015-04-24  0:36     ` Peter Pan 潘栋 (peterpandong)
2015-04-24  7:01       ` Rafał Miłecki
2015-04-23  7:48 ` Rafał Miłecki

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).