summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: don't use __exit_p to wrap mxcnd_removeUwe Kleine-König2009-11-301-1/+1
* mtd: move excite_nand_remove to .devexit.textUwe Kleine-König2009-11-301-1/+1
* mtd: eLBC NAND: give more verbose output on errorScott Wood2009-11-301-5/+8
* mtd: eLBC NAND: use recommended command sequencesScott Wood2009-11-301-39/+27
* mtd: eLBC NAND: increase bus timeout to maximumScott Wood2009-11-301-0/+7
* mtd: alauda: Use hweight8Akinobu Mita2009-11-301-10/+1
* mtd: error return -EIO instead of EIORoel Kluin2009-11-301-2/+2
* mtd: ensure index is positiveRoel Kluin2009-11-301-1/+1
* mtd: s3c2410: propagate nand options from the platform dataBen Dooks2009-11-301-1/+1
* mtd: nand: add option to quieten off the no device found messgaeBen Dooks2009-11-301-1/+2
* mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto2009-11-301-2/+1
* mtd: Add panic_write for NAND flashesSimon Kagstrom2009-11-301-8/+120
* mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita2009-11-301-5/+20
* Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"David Woodhouse2009-10-201-15/+1
* mtd: add bcmring nand driverLeo (Hao) Chen2009-10-206-0/+1318
* mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten2009-10-201-16/+34
* mtd: move mxcnd_remove to .exit.textUwe Kleine-König2009-10-171-1/+1
* mtd: atmel_nand: unused variable removedClaudio Scordino2009-10-081-1/+0
* mtd: nand: davinci: fix to use mask_ale from pdataHemant Pedanekar2009-10-051-1/+1
* mtd: nand: fix htmldocs warningsJaswinder Singh Rajput2009-09-241-0/+6
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-2318-98/+1277
|\
| * mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)Alessandro Rubini2009-09-203-0/+257
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-09-201-4/+4
| |\
| * | mtd: sh_flctl: register sh_flctl using platform_driver_probe()David Woodhouse2009-09-191-2/+1
| * | mtd: nand: txx9ndfmc: transfer 512 byte at a time if possibleAtsushi Nemoto2009-09-191-5/+47
| * | mtd: nand: fix tmio_nand ecc correctionAtsushi Nemoto2009-09-191-1/+16
| * | mtd: nand: add __nand_correct_data helper functionAtsushi Nemoto2009-09-191-7/+24
| * | mtd: nand: fix ECC Correction bug for SMC ordering for NDFC driverFeng Kan2009-09-191-2/+2
| * | mtd: omap: adding DMA mode support in nand prefetch/post-writevimal singh2009-09-192-2/+193
| * | mtd: omap: add support for nand prefetch-read and post-writevimal singh2009-09-192-9/+160
| * | mtd: add nand support for w90p910 (v2)Wan ZongShun2009-09-193-0/+390
| * | mtd: pxa3xx_nand: add single-bit error corrections reportingYeasah Pell2009-09-191-5/+12
| * | mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27Eric Benard2009-09-191-1/+15
| * | mtd: nand: DaVinci: Add 4-bit ECC support for large page NAND chipsSneha Narnakaje2009-09-191-6/+39
| * | mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje2009-09-191-1/+60
| * | mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje2009-09-195-12/+15
| * | mtd: nand: register orion_nand using platform_driver_probe()Uwe Kleine-König2009-09-191-2/+1
| * | mtd: nand_base: allow drivers to choose ECC block sizeSingh, Vimal2009-09-041-1/+2
| * | mtd: ep93xx: cleanup includes in ts7250 nand driverH Hartley Sweeten2009-09-041-1/+4
| * | mtd: nand_base: use __func__ instead of typing namesvimal singh2009-09-041-40/+42
| * | mtd: nand: remove repeated comment, fix spellingvimal singh2009-09-041-2/+1
* | | trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2009-09-212-4/+4
| |/ |/|
* | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-181-4/+4
|\ \
| * | OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren2009-08-281-4/+4
| |/
* | Merge branch 'master' into develRussell King2009-09-121-1/+1
|\ \ | |/
| * [ARM] Orion NAND: Make asm volatile avoid GCC pushing ldrd out of the loopSimon Kagstrom2009-08-241-1/+1
| |
| \
*-. \ Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King2009-09-123-4/+10
|\ \ \ | | |/
| | * mtd: nand: fix build failure and incorrect return from omap_wait()vimal singh2009-06-281-2/+5
| | * mtd: atmel_nand: Fix typo s/parititions/partitions/Thadeu Lima de Souza Cascardo2009-06-251-1/+1
| |/ |/|
| * [ARM] 5592/1: ep93xx: cleanup platform header includesHartley Sweeten2009-07-091-1/+4
|/
OpenPOWER on IntegriCloud