summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nandPhilip Rakity2009-01-091-2/+5
* [MTD] [NAND] ndfc driverSean MacLennan2009-01-052-136/+140
* [MTD] [NAND] pxa3xx: convert from ns to clock ticks more accuratelyMatt Reimer2009-01-051-1/+1
* [MTD] [NAND] pxa3xx: fix non-page-aligned readsMatt Reimer2009-01-051-2/+2
* [MTD] [NAND] fix nandsim sched.h referencesRandy Dunlap2009-01-051-0/+1
* [MTD] [NAND] alauda: use USB API functions rather than constantsJulia Lawall2009-01-051-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2009-01-053-7/+7
|\
| * [ARM] MX3: add NAND supportSascha Hauer2008-12-161-1/+1
| * Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-153-3/+7
| |\
| * \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-021-1/+1
| |\ \
| | * | [ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao2008-12-021-1/+1
| * | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-2/+2
| |\ \ \
| | * | | [ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/platBen Dooks2008-10-301-2/+2
| | |/ /
| * | | Merge branches 'core' and 'clks' into develRussell King2008-11-271-1/+1
| |\ \ \
| | * | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| | |/ /
| * | | [ARM] remove memzero()Russell King2008-11-271-2/+2
| |/ /
* | | [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-233-3/+3
* | | [MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.Jason Jin2008-12-101-1/+3
* | | [MTD] [NAND] remove excess kernel-doc notationRandy Dunlap2008-12-101-1/+0
* | | Merge branch 'misc/mtd/sharpsl-nand' of git://git.kernel.org/pub/scm/linux/ke...David Woodhouse2008-12-101-125/+122
|\ \ \
| * | | [MTD] sharpsl-nand: move registration to board codeDmitry Baryshkov2008-10-291-86/+0
| * | | [MTD] sharpsl-nand: use platform_data for model-specific valuesDmitry Baryshkov2008-10-291-74/+84
| * | | [MTD] sharpsl-nand: cleanup partitions supportDmitry Baryshkov2008-10-291-4/+18
| * | | [MTD] sharpsl_nand: move io addr to struct sharpsl_nandDmitry Baryshkov2008-10-291-27/+32
| * | | [MTD] sharpsl_nand: make drvdata non-staticDmitry Baryshkov2008-10-291-24/+29
| * | | [MTD] sharpsl_nand: switch to driver model usage.Dmitry Baryshkov2008-10-291-7/+56
| |/ /
* | | [MTD] [NAND] Remove strange u_int64_t types from nandsimDavid Woodhouse2008-12-101-5/+5
* | | [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-102-25/+30
* | | MTD: nandsim: use less RAMAlexey Korolev2008-12-101-7/+18
* | | MTD: nandsim: add option to use a file to cache pagesAdrian Hunter2008-12-101-24/+261
* | | MTD: nandsim: suppress unnecessary warningAdrian Hunter2008-12-101-7/+11
| |/ |/|
* | [MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXADenis V. Lunev2008-12-031-0/+1
* | [MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_putJulia Lawall2008-12-021-0/+1
* | [MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2Wolfgang Grandegger2008-11-271-3/+5
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2008-10-2014-499/+2932
|\
| * [MTD] [NAND] GPIO driver depends on ARM... for now.David Woodhouse2008-10-201-1/+1
| * [MTD] [NAND] sh_flctl: fix compile errorYoshihiro Shimoda2008-10-201-0/+577
| * [MTD] [NAND] GPIO NAND flash driverMike Rapoport2008-10-183-0/+382
| * [MTD] [NAND] Fix compilation warnings in drivers/mtd/nand/cs553x_nand.cManish Katiyar2008-10-181-0/+2
| * [MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTLYoshihiro Shimoda2008-10-143-0/+309
| * [MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly writtenRichard Genoud2008-10-141-52/+6
| * [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-131-2/+1
| * [MTD] [NAND] remove dead Kconfig associated with !CONFIG_PPC_MERGEKumar Gala2008-10-101-7/+0
| * [MTD] [NAND] driver extension to support NAND on TQM85xx modulesWolfgang Grandegger2008-10-102-5/+14
| * [MTD] [NAND] fsl_upm: update driver for the new OF bindingsAnton Vorontsov2008-10-101-24/+33
| * [MTD] [NAND] nand_base.c: reset chip firstKarl Beldan2008-09-161-0/+8
| * [MTD] [NAND] Freescale i.MX2 NAND driverSascha Hauer2008-09-023-0/+1085
| * [MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NANDEnrico Scholz2008-09-011-1/+4
| * [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform dataEnrico Scholz2008-09-011-18/+25
| * [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported APIEnrico Scholz2008-09-011-5/+5
OpenPOWER on IntegriCloud