diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:32:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:32:47 -0400 |
commit | 7355a5a654ccbbfd2fd11bb1e2389910f786ea92 (patch) | |
tree | a1aa0b16bab51f8c5c505fe237d3ba6ba20b88aa /arch/mips | |
parent | 7a1b29a82ba76427de791098c095ce31dab9333d (diff) | |
parent | 84c4f46d9c0bd67b763b01a6b4c86dcfde6c818a (diff) |
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6:
mtd/nand_ids: Fix buswidth
mtd/m25p80: fix test for end of loop
mtd/m25p80: retlen is never NULL
MIPS: Fix gen_nand probe structures contents
gen_nand: Test if nr_chips field is valid
BFIN: Fix gen_nand probe structures contents
nand/denali: move all hardware initialization work to denali_hw_init
nand/denali: Add a page check in denali_read_page & denali_read_page_raw
nand/denali: use cpu_relax() while waiting for hardware interrupt
nand/denali: change read_status function method
nand/denali: Fixed check patch warnings
ARM: Fix gen_nand probe structures contents
mtd/nand_base: fix kernel-doc warnings & typos
nand/denali: use dev_xx debug function to replace nand_dbg_print and some printk
nand/denali: Fixed handle ECC error bugs
nand/denali: use iowrite32() to replace denali_write32()
nand/denali: Fixed probe function bugs
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/pnx833x/common/platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/pnx833x/common/platform.c b/arch/mips/pnx833x/common/platform.c index 01f8345a2069..ce45df17fd09 100644 --- a/arch/mips/pnx833x/common/platform.c +++ b/arch/mips/pnx833x/common/platform.c | |||
@@ -266,6 +266,7 @@ pnx833x_flash_nand_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl) | |||
266 | 266 | ||
267 | static struct platform_nand_data pnx833x_flash_nand_data = { | 267 | static struct platform_nand_data pnx833x_flash_nand_data = { |
268 | .chip = { | 268 | .chip = { |
269 | .nr_chips = 1, | ||
269 | .chip_delay = 25, | 270 | .chip_delay = 25, |
270 | .part_probe_types = part_probes, | 271 | .part_probe_types = part_probes, |
271 | }, | 272 | }, |