aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-10mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz1-1/+1
2008-08-10mfd: driver for the TMIO NAND controllerIan Molton3-0/+564
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King20-31/+31
2008-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King8-129/+249
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King10-10/+10
2008-08-03Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2008-08-02[ARM] Fix explicit asm(-arm)?/arch-foo referencesRussell King1-1/+1
2008-08-02[MTD] Fix !CONFIG_BLOCK compile for mtdsuper.cDavid Woodhouse1-5/+12
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-106/+230
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro1-22/+11
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton1-3/+5
2008-08-01[MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_probe functionBryan Wu1-14/+24
2008-08-01[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger1-2/+1
2008-08-01[MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by defaultMike Frysinger1-0/+1
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to probe/remove functionsMike Frysinger1-3/+3
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom usesMike Frysinger2-0/+52
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we extract 11 bits from each register instead of 10Mike Frysinger1-2/+2
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from the first 256 bytes if operating on 512 pagesMike Frysinger1-1/+1
2008-08-01[MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison1-15/+15
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton1-0/+1
2008-07-31[MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks1-1/+1
2008-07-30[MTD] DataFlash: bugfix, binary page sizes now handledakpm@linux-foundation.org1-47/+83
2008-07-30[MTD] [NAND] fsl_elbc_nand.c: fix printk warningakpm@linux-foundation.org1-1/+1
2008-07-30[MTD] [NAND] nandsim: support random page read commandArtem Bityutskiy1-17/+40
2008-07-26Merge git://git.infradead.org/mtd-2.6Linus Torvalds122-984/+1324
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds17-603/+940
2008-07-25[MTD] [NAND] subpage read feature as a way to increase performance. Alexey Korolev1-1/+86
2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse27-767/+1041
2008-07-25CPUFREQ: S3C24XX NAND driver frequency scaling support.Ben Dooks1-21/+122
2008-07-25[MTD][NAND] au1550nd: remove unused variableYoichi Yuasa1-2/+0
2008-07-25[MTD] jedec_probe: Fix SST 16-bit chip detectionAtsushi Nemoto1-4/+10
2008-07-25[MTD][MTDPART] Fix a division by zero bugAtsushi Nemoto1-1/+3
2008-07-25[MTD][MTDPART] Cleanup and document the erase region handlingAtsushi Nemoto1-4/+10
2008-07-25[MTD][MTDPART] Handle most checkpatch findingsAtsushi Nemoto1-64/+65
2008-07-25[MTD][MTDPART] Seperate main loop from per-partition code in add_mtd_partitionAtsushi Nemoto1-158/+166
2008-07-25[MTD] physmap: resume already suspended chips on failure to suspendUwe Kleine-König1-2/+13
2008-07-25[MTD] physmap: Fix suspend/resume/shutdown bugs.Robert Jarzmik1-4/+7
2008-07-25[MTD] [NOR] Fix -ETIMEO errors in CFI driverAlexey Korolev1-1/+8
2008-07-25[MTD] [NAND] fsl_elbc_nand: fix section mismatch with CONFIG_MTD_OF_PARTS=yAnton Vorontsov1-2/+2
2008-07-25UBI: always start the background threadArtem Bityutskiy1-4/+2
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24UBI: fix gcc warningArtem Bityutskiy1-1/+1
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy5-79/+30
2008-07-24UBI: fix kernel-doc errors and warningsArtem Bityutskiy8-35/+23
2008-07-24UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy11-81/+78
2008-07-24UBI: bugfix - do not torture PEB needlesslyArtem Bityutskiy1-1/+1
2008-07-24UBI: rework scrubbing messagesArtem Bityutskiy2-2/+12
2008-07-24UBI: implement multiple volumes renameArtem Bityutskiy5-12/+318
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy11-177/+206
2008-07-24UBI: amend commentariesArtem Bityutskiy9-126/+127