All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part
Date: Tue, 13 Apr 2010 14:11:57 -0500	[thread overview]
Message-ID: <4BC4C1FD.9000204@freescale.com> (raw)
In-Reply-To: <0554BEF07D437848AF01B9C9B5F0BC5D9D0E9D76@dlee01.ent.ti.com>

Paulraj, Sandeep wrote:
> Scott,
> 
> Can this go through u-boot-ti?
> 
> Sandeep

Acked-by: Scott Wood <scottwood@freescale.com>

-Scott

>> -----Original Message-----
>> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
>> On Behalf Of Enric Balletbo i Serra
>> Sent: Monday, March 01, 2010 10:33 AM
>> To: u-boot at lists.denx.de
>> Cc: Enric Balletbo i Serra
>> Subject: [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part
>>
>> From: Enric Balletbo i Serra <eballetbo@iseebcn.com>
>>
>>
>> Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
>> ---
>>  drivers/mtd/onenand/onenand_base.c |    1 +
>>  include/linux/mtd/onenand.h        |    1 +
>>  2 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/mtd/onenand/onenand_base.c
>> b/drivers/mtd/onenand/onenand_base.c
>> index f9273ab..c978420 100644
>> --- a/drivers/mtd/onenand/onenand_base.c
>> +++ b/drivers/mtd/onenand/onenand_base.c
>> @@ -2214,6 +2214,7 @@ char *onenand_print_device_info(int device, int
>> version)
>>
>>  static const struct onenand_manufacturers onenand_manuf_ids[] = {
>>  	{ONENAND_MFR_SAMSUNG, "Samsung"},
>> +	{ONENAND_MFR_NUMONYX, "Numonyx"},
>>  };
>>
>>  /**
>> diff --git a/include/linux/mtd/onenand.h b/include/linux/mtd/onenand.h
>> index 68e174e..1827226 100644
>> --- a/include/linux/mtd/onenand.h
>> +++ b/include/linux/mtd/onenand.h
>> @@ -155,6 +155,7 @@ struct onenand_chip {
>>   * OneNAND Flash Manufacturer ID Codes
>>   */
>>  #define ONENAND_MFR_SAMSUNG	0xec
>> +#define ONENAND_MFR_NUMONYX     0x20
>>
>>  /**
>>   * struct nand_manufacturers - NAND Flash Manufacturer ID Structure
>> --
>> 1.5.4.3
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
> 

      reply	other threads:[~2010-04-13 19:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-13 17:01 [U-Boot] [PATCH 0/3] Initial support for IGEP v2 Enric Balletbo i Serra
2010-04-13 16:53 ` [U-Boot] [PATCH 1/3] OMAP3:SDRC: Introduce Numonyx DDR type Enric Balletbo i Serra
2010-04-13 16:59   ` [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part Enric Balletbo i Serra
2010-04-13 16:53     ` [U-Boot] [PATCH 3/3] IGEP v2 support Enric Balletbo i Serra
2010-04-13 17:24       ` Paulraj, Sandeep
2010-04-14  7:36         ` Enric Balletbò i Serra
2010-04-13 17:18     ` [U-Boot] [PATCH 2/3] OneNAND: Add support for Numonyx part Paulraj, Sandeep
2010-04-13 19:11       ` Scott Wood [this message]

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=4BC4C1FD.9000204@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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.