aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-12mxc nand: use buffersSascha Hauer1-233/+77
2009-11-12mxc nand: use resource_size()Sascha Hauer1-1/+1
2009-11-12mxc nand: remove dead codeSascha Hauer1-17/+0
2009-11-12mxc nand: remove debug paramSascha Hauer1-8/+8
2009-11-12mxc_nand: introduce mxc_do_addr_cycleSascha Hauer1-40/+47
2009-11-12mxc_nand: merge send_read_page and send_prog_pageSascha Hauer1-41/+13
2009-11-12mxc_nand: cleanup initializationSascha Hauer1-50/+22
2009-11-12mxc_nand: cleanup eccoob descriptionsSascha Hauer1-15/+9
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-2/+0
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2-4/+4
2009-10-20Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"David Woodhouse1-15/+1
2009-10-20mtd: add bcmring nand driverLeo (Hao) Chen6-0/+1318
2009-10-20mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten1-16/+34
2009-10-17mtd: move mxcnd_remove to .exit.textUwe Kleine-König1-1/+1
2009-10-08mtd: atmel_nand: unused variable removedClaudio Scordino1-1/+0
2009-10-05mtd: nand: davinci: fix to use mask_ale from pdataHemant Pedanekar1-1/+1
2009-09-24mtd: nand: fix htmldocs warningsJaswinder Singh Rajput1-0/+6
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds18-98/+1277
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2-4/+4
2009-09-20mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini3-0/+257
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-4/+4
2009-09-19mtd: sh_flctl: register sh_flctl using platform_driver_probe()David Woodhouse1-2/+1
2009-09-19mtd: nand: txx9ndfmc: transfer 512 byte at a time if possibleAtsushi Nemoto1-5/+47
2009-09-19mtd: nand: fix tmio_nand ecc correctionAtsushi Nemoto1-1/+16
2009-09-19mtd: nand: add __nand_correct_data helper functionAtsushi Nemoto1-7/+24
2009-09-19mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driverFeng Kan1-2/+2
2009-09-19mtd: omap: adding DMA mode support in nand prefetch/post-writevimal singh2-2/+193
2009-09-19mtd: omap: add support for nand prefetch-read and post-writevimal singh2-9/+160
2009-09-19mtd: add nand support for w90p910 (v2)Wan ZongShun3-0/+390
2009-09-19mtd: pxa3xx_nand: add single-bit error corrections reportingYeasah Pell1-5/+12
2009-09-19mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27Eric Benard1-1/+15
2009-09-19mtd: nand: DaVinci: Add 4-bit ECC support for large page NAND chipsSneha Narnakaje1-6/+39
2009-09-19mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje1-1/+60
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje5-12/+15
2009-09-19mtd: nand: register orion_nand using platform_driver_probe()Uwe Kleine-König1-2/+1
2009-09-18Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-4/+4
2009-09-12Merge branch 'master' into develRussell King1-1/+1
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into develRussell King3-4/+10
2009-09-04mtd: nand_base: allow drivers to choose ECC block sizeSingh, Vimal1-1/+2
2009-09-04mtd: ep93xx: cleanup includes in ts7250 nand driverH Hartley Sweeten1-1/+4
2009-09-04mtd: nand_base: use __func__ instead of typing namesvimal singh1-40/+42
2009-09-04mtd: nand: remove repeated comment, fix spellingvimal singh1-2/+1
2009-08-28OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren1-4/+4
2009-08-24[ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom1-1/+1
2009-07-09[ARM] 5592/1: ep93xx: cleanup platform header includesHartley Sweeten1-1/+4
2009-06-28mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh1-2/+5
2009-06-25mtd: atmel_nand: Fix typo s/parititions/partitions/Thadeu Lima de Souza Cascardo1-1/+1
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds13-164/+1406
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-2/+2
2009-06-09mtd: nand: Fix memory leak on txx9ndfmc probe failure.Atsushi Nemoto1-9/+9