Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68488
b: refs/heads/master
c: 30eb0db
h: refs/heads/master
v: v3
  • Loading branch information
Steven J. Hill authored and David Woodhouse committed Jul 23, 2007
1 parent 34dad00 commit a745ef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39fe5434cb9de5da40510028b17b96bc4eb312b3
refs/heads/master: 30eb0db07d67b9211da7f506220184df827e425d
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/nand_ids.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_STMICRO, "ST Micro"},
{NAND_MFR_HYNIX, "Hynix"},
{NAND_MFR_MICRON, "Micron"},
{NAND_MFR_AMD, "AMD"},
{0x0, "Unknown"}
};

Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/mtd/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ struct nand_chip {
#define NAND_MFR_STMICRO 0x20
#define NAND_MFR_HYNIX 0xad
#define NAND_MFR_MICRON 0x2c
#define NAND_MFR_AMD 0x01

/**
* struct nand_flash_dev - NAND Flash Device ID Structure
Expand Down

0 comments on commit a745ef6

Please sign in to comment.