summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [MAPS] Remove unused variable after ROM API cleanup.David Woodhouse2008-10-141-2/+0
* [MTD] m25p80.c extended jedec support (v2)Chen Gong2008-10-141-2/+2
* [MTD] remove unused mtd parameter in of_mtd_parse_partitions()Sebastian Andrzej Siewior2008-10-133-5/+2
* [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] [INFTL] Fix infinite loop in INFTL_foldchainDaniel Rosenthal2008-10-081-1/+4
* [MTD] [MAPS] Maps: make uclinux mapping driver depend on MTD_RAM Mike Frysinger2008-09-261-1/+1
* [MTD] [NOR] intel_dc21285 switch to ROM APIAlan Cox2008-09-261-13/+3
* [MTD] [NOR] fix cfi_cmdset_0001 FL_SYNCING race (take 2)Alexander Belyakov2008-09-261-2/+15
* [MTD] [NAND] nand_base.c: reset chip firstKarl Beldan2008-09-161-0/+8
* [MTD] [NAND] OMAP2: add retry after read timeoutAdrian Hunter2008-09-161-3/+23
* [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
* [MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type tableEnrico Scholz2008-09-012-0/+11
* [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform dataEnrico Scholz2008-09-011-2/+16
* [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform headerEnrico Scholz2008-09-011-44/+0
* [MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabledDavid Woodhouse2008-09-011-0/+1
* [MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashesSemun Lee2008-09-011-0/+23
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-09-011-1/+1
|\
| * removed unused #include <linux/version.h>'sAdrian Bunk2008-08-234-4/+0
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-161-1/+1
| |\
| | * [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/platLennert Buytenhek2008-08-091-1/+1
* | | [MTD] [NAND] nand_ecc.c: adding support for 512 byte eccSingh, Vimal2008-08-251-24/+62
* | | [MTD] [NAND] au1550nd.c: remove unused #include <version.h>Huang Weiyi2008-08-251-1/+0
* | | [MTD] [NAND] Fix missing kernel-docAlexey Korolev2008-08-202-6/+6
* | | [MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printkfrans2008-08-201-11/+33
* | | [MTD] removed unused #include <version.h>Huang Weiyi2008-08-173-3/+0
* | | [MTD] [NAND] Minor cleanup of nand_ecc.cDavid Woodhouse2008-08-161-11/+9
* | | [MTD] [NAND] nand_ecc.c: rewrite for improved performancefrans2008-08-161-124/+372
* | | [MTD] [OneNAND] OMAP3: add delay for GPIOAdrian Hunter2008-08-151-2/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-08-1224-36/+607
|\ \ \ | |/ /
| * | mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz2008-08-101-1/+1
| * | mfd: driver for the TMIO NAND controllerIan Molton2008-08-103-0/+564
| |/
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0720-31/+31
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-078-129/+249
| |\
| | * Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-031-1/+1
| | |\
| | * | [MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse2008-08-021-5/+12
| * | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0710-10/+10
| | |/ | |/|
| * | [ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King2008-08-021-1/+1
* | | [MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter2008-08-123-0/+785
* | | [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter2008-08-124-6/+6
* | | [MTD] m25p80.c extended jedec supportChen Gong2008-08-111-39/+47
* | | [MTD] m25p80.c code cleanupChen Gong2008-08-111-1/+1
* | | [MTD] m25p80.c erase enhanceChen Gong2008-08-111-8/+40
* | | [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi2008-08-111-1/+0
* | | [MTD] [NOR] Rename and export new cfi_qry_*() functionsDavid Woodhouse2008-08-072-21/+25
* | | [MTD] make dataflash write-verify be optionalDavid Brownell2008-08-072-5/+13
OpenPOWER on IntegriCloud