summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] Marvell Orion device bus NAND controllerTzachi Perelstein2007-12-033-0/+181
* [MTD] [NAND] pasemi_nand driverEgor Martovetsky2007-11-293-0/+250
* [MTD] [NAND] S3C2410 correctly set nFCE over resumeBen Dooks2007-11-281-0/+20
* [MTD] [NAND] Add Blackfin BF52x support in bf5xx_nand driverMichael Hennerich2007-10-302-3/+19
* [MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse2007-10-281-0/+19
* [MTD] [NAND] Replace -1 with -EBADMSG in nand error correction codeJörn Engel2007-10-202-3/+3
* [MTD] [NAND] treat any negative return value from correct() as an errorMatt Reimer2007-10-201-3/+3
* [MTD] [NAND] nandsim: bugfix in initializationArtem Bityutskiy2007-10-201-1/+1
* [MTD] Fix typo in Alauda config option help text.Dave Jones2007-10-201-1/+1
* [MTD] [NAND] add s3c2440-specific read_buf/write_bufMatt Reimer2007-10-201-0/+14
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* signedness: module_param_array nump argumentAl Viro2007-10-141-1/+1
* [MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu2007-10-133-0/+808
* [MTD] [NAND] Fix compiler warning in Alauda driverakpm@linux-foundation.org2007-10-131-1/+1
* [MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.David Woodhouse2007-10-061-3/+4
* [MTD] [NAND] Resume method for CAFÉ NAND controllerDavid Woodhouse2007-10-061-3/+39
* [MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.David Woodhouse2007-10-061-1/+7
* [MTD] [NAND] s3c2410: fix arch movesBen Dooks2007-09-251-2/+2
* [MTD] [NAND] nandsim: avoid deadlocking FSArtem Bityutskiy2007-09-061-1/+7
* [MTD] [NAND] Driver for Olympus MAUSB-10 and Fujifilm DPC-R1 card readersJörn Engel2007-08-293-0/+749
* Merge branch 'mtd-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...David Woodhouse2007-08-231-1/+1
|\
| * [MTD] 4xx: Don't build arch/ppc dependent drivers in arch/powerpcJosh Boyer2007-08-221-1/+1
| * [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-08-021-4/+4
| * [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-08-021-1/+4
| * [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-08-021-0/+4
| * [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-08-021-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-08-011-3/+0
|\ \ | |/
| * [MIPS] Remove Momentum Ocelot support.Ralf Baechle2007-07-311-3/+0
* | [MTD] [NAND] nand_base.c fix broken linkmaximilian attems2007-08-011-1/+1
* | [MTD] [NAND] fix race in nand_base.cArtem Bityutskiy2007-07-231-0/+4
* | [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function.Roland Stigge2007-07-231-5/+5
* | [MTD] Clean up duplicate includes in drivers/mtd/Jesper Juhl2007-07-231-1/+0
* | [MTD] [NAND] Add NAND manufacturer AMD.Steven J. Hill2007-07-231-0/+1
* | [MTD] Remove Ocelot G support from DiskOnChip drivers.Yoichi Yuasa2007-07-111-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2007-07-111-1/+1
|\ \ | |/
| * [MIPS] Remove Momenco Ocelot C supportFranck Bui-Huu2007-07-101-1/+1
* | [MTD] [NAND] cafe_nand.c: the OLPC laptop is not available for $100Adrian Bunk2007-06-291-1/+1
* | [MTD] [NAND] Change NDFC driver to support 405 platforms tooStefan Roese2007-06-282-2/+10
* | [MTD] [NAND] nand_base.c: fix type of eccpos pointerBen Dooks2007-06-281-4/+4
* | [MTD] [NAND] at91_nand rdy_pin fixIvan Kuten2007-06-281-1/+4
|/
* parse errors in ifdefsYoann Padioleau2007-06-011-2/+2
* potential parse error in ifdefYoann Padioleau2007-06-012-2/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2007-05-097-1413/+299
|\
| * [MTD] [NAND] platform NAND driver: add driverVitaly Wool2007-05-083-0/+160
| * [MTD] [NAND] at91_nand.c: CMDLINE_PARTS supportAndrew Victor2007-05-031-0/+10
| * [MTD] [NAND] Tidy up handling of page number in nand_block_bad()Thomas Knobloch2007-05-031-6/+5
| * [MTD] [NAND] Support multiple chips in CAFÉ driverDavid Woodhouse2007-05-021-9/+20
| * [MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magicDavid Woodhouse2007-05-022-1/+0
| * [MTD] [NAND] Use rslib for CAFÉ ECCSegher Boessenkool2007-05-024-1399/+106
* | PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
|/
OpenPOWER on IntegriCloud