An error occurred fetching the project authors.
- 07 Jun, 2008 3 commits
-
-
Håvard Skinnemoen authored
This is basically s/at91_nand/atmel_nand/g with some manual inspection. Signed-off-by:
Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Håvard Skinnemoen authored
The AT91 NAND driver needs just a few tiny modifications to work on AVR32 as well. Rename it atmel_nand to reflect this. Also move the ECC register definitions into drivers/mtd/nand since they are only useful to the atmel_nand driver, and get rid of the useless filename at the top of each file. Signed-off-by:
Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Håvard Skinnemoen authored
No point in using an AT91-specific GPIO API when the generic API works just as well. Signed-off-by:
Håvard Skinnemoen <haavard.skinnemoen@atmel.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 26 Apr, 2008 1 commit
-
-
Atsushi Nemoto authored
Use at91_nand_enable(), at91_nand_disable() to manipulate enable_pin. No functional changes. Signed-off-by:
Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 25 Apr, 2008 2 commits
-
-
Atsushi Nemoto authored
This driver did not control NCE signal during normal operations (only enable NCE on probing and disable NCE on removing). This patch make NCE signal inactive on idle state. Signed-off-by:
Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Richard Genoud authored
The sam926x docs allegedly don't list an "ECC_PARITY" field, and the header files in the upstream kernel don't have it either. Masking with it was useless anyway, so just remove it. Signed-off-by:
Richard Genoud <richard.genoud@gmail.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 23 Apr, 2008 1 commit
-
-
Richard Genoud authored
This is a patch to use the hardware ECC controller of the AT91SAM9260 and AT91SAM9263 for the AT91 nand. On AT91 NAND, there's now a choice between ECC soft, ECC hard or no ECC (for debug). It has been tested on AT91SAM9263 with 8 bits large and small page NAND. Signed-off-by:
Richard Genoud <richard.genoud@gmail.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 22 Apr, 2008 2 commits
-
-
Atsushi Nemoto authored
The part_probes[] should be static. Signed-off-by:
Atsushi Nemoto <anemo@mba.ocn.ne.jp> Acked-by:
Jörn Engel <joern@logfs.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
Kay Sievers authored
Since 43cc71ee, the platform modalias is prefixed with "platform:". Add MODULE_ALIAS() to the hotpluggable MTD NAND platform drivers, to re-enable auto loading. NOTE: at91_nand for some reason disallows modular builds. I'm assuming that's just an oversight that will be fixed. [dbrownell@users.sourceforge.net: minor fix] Signed-off-by:
Kay Sievers <kay.sievers@vrfy.org> Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 03 Feb, 2008 1 commit
-
-
Atsushi Nemoto authored
Call parse_mtd_partitions before checking board's partition_info, so that "mtdparts=" option can override board's default setting. Signed-off-by:
Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 02 Aug, 2007 1 commit
-
-
Ivan Kuten authored
The patch below fixes nand driver for AT91 boards which do not have NAND R/B signal connected to gpio (rdy_pin is not connected). Signed-off-by:
Ivan Kuten <ivan.kuten@promwad.com> Acked-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 28 Jun, 2007 1 commit
-
-
Ivan Kuten authored
The patch below fixes nand driver for AT91 boards which do not have NAND R/B signal connected to gpio (rdy_pin is not connected). Signed-off-by:
Ivan Kuten <ivan.kuten@promwad.com> Acked-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 03 May, 2007 1 commit
-
-
Andrew Victor authored
This patch allows you to specify at91_nand partitions on the kernel command line using the mtdparts variable, if CONFIG_MTD_CMDLINE_PARTS is set. Signed-off-by:
Frank Mandarino <fmandarino@endrelia.com> Signed-off-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 08 Dec, 2006 1 commit
-
-
Andrew Victor authored
Add support for 16-bit NAND bus-width for the AT91 NAND driver. The 16-bit NAND is found on the Atmel AT91SAM9260-EK and AT91SAM9261-EK boards. Orignal Patch from Patrice Vilchez Signed-off-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 21 Oct, 2006 1 commit
-
-
Andrew Victor authored
This version only differs from version posted by Savin Zlobec (20 Jun 2006) in that the AT91RM9200-specific chip-select / bus setup code has been moved from the at91_nand.c driver into the processor-specific file. From: Savin Zlobec <savin@epico.si> Signed-off-by:
Andrew Victor <andrew@sanpeople.com> Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-