public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
@ 2009-10-30  6:20 Vimal Singh
  2009-10-30  6:28 ` Artem Bityutskiy
  2009-10-30  8:42 ` Vimal Singh
  0 siblings, 2 replies; 5+ messages in thread
From: Vimal Singh @ 2009-10-30  6:20 UTC (permalink / raw)
  To: Linux MTD

From: Vimal Singh <vimalsingh@ti.com>
Date: Fri, 30 Oct 2009 11:34:14 +0530
Subject: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

This patch series addresses some of the issues in omap nand driver.

Vimal Singh (3):
  Fixing compilation warning for 'nand/omap2.c'
  NAND: OMAP: Fixing omap nand driver, compiled as module
  NAND: OMAP: Simplifying HWECC and removing unnecessary macros

 drivers/mtd/nand/omap2.c |  315 ++++++++++++++++------------------------------
 1 files changed, 108 insertions(+), 207 deletions(-)

-- 
Regards,
Vimal Singh

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

* Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
  2009-10-30  6:20 [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver Vimal Singh
@ 2009-10-30  6:28 ` Artem Bityutskiy
  2009-10-30  8:42 ` Vimal Singh
  1 sibling, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2009-10-30  6:28 UTC (permalink / raw)
  To: Vimal Singh; +Cc: Linux MTD

On Fri, 2009-10-30 at 11:50 +0530, Vimal Singh wrote:
> From: Vimal Singh <vimalsingh@ti.com>
> Date: Fri, 30 Oct 2009 11:34:14 +0530
> Subject: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
> 
> This patch series addresses some of the issues in omap nand driver.
> 
> Vimal Singh (3):
>   Fixing compilation warning for 'nand/omap2.c'
>   NAND: OMAP: Fixing omap nand driver, compiled as module
>   NAND: OMAP: Simplifying HWECC and removing unnecessary macros
> 
>  drivers/mtd/nand/omap2.c |  315 ++++++++++++++++------------------------------
>  1 files changed, 108 insertions(+), 207 deletions(-)

Could you please post this to linux-omap as well?

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

* Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
  2009-10-30  6:20 [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver Vimal Singh
  2009-10-30  6:28 ` Artem Bityutskiy
@ 2009-10-30  8:42 ` Vimal Singh
  2009-11-09 10:15   ` Vimal Singh
  1 sibling, 1 reply; 5+ messages in thread
From: Vimal Singh @ 2009-10-30  8:42 UTC (permalink / raw)
  To: Linux MTD, linux-omap

Looping Linux-omap mailing list.


From: Vimal Singh <vimalsingh@ti.com>
Date: Fri, 30 Oct 2009 11:34:14 +0530
Subject: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver

This patch series addresses some of the issues in omap nand driver.

Vimal Singh (3):
 Fixing compilation warning for 'nand/omap2.c'
 NAND: OMAP: Fixing omap nand driver, compiled as module
 NAND: OMAP: Simplifying HWECC and removing unnecessary macros

 drivers/mtd/nand/omap2.c |  315 ++++++++++++++++------------------------------
 1 files changed, 108 insertions(+), 207 deletions(-)

--
Regards,
Vimal Singh

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

* Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
  2009-10-30  8:42 ` Vimal Singh
@ 2009-11-09 10:15   ` Vimal Singh
  2009-11-09 10:31     ` Artem Bityutskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Vimal Singh @ 2009-11-09 10:15 UTC (permalink / raw)
  To: Artem Bityutskiy, Tony Lindgren; +Cc: linux-omap, Linux MTD

Artem,
I just saw you have taken 2nd patch from this series to your tree .
Could you please be able to maintain this full series?

Tony,
You may want to look into 1st and 2nd patch in this series.

-vimal

On Fri, Oct 30, 2009 at 2:12 PM, Vimal Singh <vimal.newwork@gmail.com> wrote:
> Looping Linux-omap mailing list.
>
>
> From: Vimal Singh <vimalsingh@ti.com>
> Date: Fri, 30 Oct 2009 11:34:14 +0530
> Subject: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
>
> This patch series addresses some of the issues in omap nand driver.
>
> Vimal Singh (3):
>  Fixing compilation warning for 'nand/omap2.c'
>  NAND: OMAP: Fixing omap nand driver, compiled as module
>  NAND: OMAP: Simplifying HWECC and removing unnecessary macros
>
>  drivers/mtd/nand/omap2.c |  315 ++++++++++++++++------------------------------
>  1 files changed, 108 insertions(+), 207 deletions(-)
>
> --
> Regards,
> Vimal Singh
>

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

* Re: [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver
  2009-11-09 10:15   ` Vimal Singh
@ 2009-11-09 10:31     ` Artem Bityutskiy
  0 siblings, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2009-11-09 10:31 UTC (permalink / raw)
  To: Vimal Singh; +Cc: Tony Lindgren, linux-omap, Linux MTD

On Mon, 2009-11-09 at 15:45 +0530, Vimal Singh wrote:
> Artem,
> I just saw you have taken 2nd patch from this series to your tree .
> Could you please be able to maintain this full series?
> 
> Tony,
> You may want to look into 1st and 2nd patch in this series.
> 

Yes, they are in the queue, I'll look at them as soon as I reach them,
and then will either reply, or put them to my tree - either to the
master or dunno branches.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

end of thread, other threads:[~2009-11-09 10:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-30  6:20 [PATCH 0/3] NAND: OMAP: Fix and clean NAND driver Vimal Singh
2009-10-30  6:28 ` Artem Bityutskiy
2009-10-30  8:42 ` Vimal Singh
2009-11-09 10:15   ` Vimal Singh
2009-11-09 10:31     ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox