summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2009-11-30mtd: alauda: Use hweight8Akinobu Mita1-10/+1
2009-11-30mtd: error return -EIO instead of EIORoel Kluin3-4/+4
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt1-10/+10
2009-11-30mtd: add lock fixup for AT49BV640D and AT49BV640DT chipsHans-Christian Egtvedt1-0/+14
2009-11-30mtd: ensure index is positiveRoel Kluin2-2/+2
2009-11-30mtd: m25p80: make command buffer DMA-safeJohannes Stezenbach1-2/+9
2009-11-30mtd: s3c2410: propagate nand options from the platform dataBen Dooks1-1/+1
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks1-1/+2
2009-11-30mtd: txx9ndfmc: Use nand_release to free resourcesAtsushi Nemoto1-2/+1
2009-11-30mtd: ixp4xx map: use resource_sizeTobias Klauser1-3/+3
2009-11-30mtd: Add panic_write for NAND flashesSimon Kagstrom1-8/+120
2009-11-30mtd: add missing put_chip() in cfi_intelext_reset()Nicolas Pitre1-0/+1
2009-11-30mtd: OneNAND: fix double printing of function nameMika Korhonen1-2/+2
2009-11-30mtd: OneNAND: multiblock erase supportMika Korhonen2-6/+189
2009-11-30mtd: OneNAND: move erase method to a separate functionMika Korhonen1-56/+76
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita2-0/+88
2009-11-30mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita1-5/+20
2009-11-30mtd: OneNAND OTP support reworkAmul Kumar Saha1-31/+261
2009-11-20mtd: vmu-flash: Use hweight_longAkinobu Mita1-4/+3
2009-10-21mtd: Fix compile failure and error path in physmap.cH Hartley Sweeten1-23/+21
2009-10-20Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27"David Woodhouse1-15/+1
2009-10-20mtd_blkdevs.c: quiet a "symbol shadows" sparse warninghartleys1-1/+1
2009-10-20mtd: add bcmring nand driverLeo (Hao) Chen6-0/+1318
2009-10-20mtd: Fix kernel NULL pointer dereference in physmap.cH Hartley Sweeten1-24/+25
2009-10-20mtd: plat_nand: request memory resource before doing ioremapH Hartley Sweeten1-16/+34
2009-10-19pcmcia: convert pcmciamtd driver to use new CIS helpersDominik Brodowski1-84/+91
2009-10-17mtd: maps: remove obsolete ipaq-flash driverDmitry Artamonow3-467/+0
2009-10-17mtd: fix memory leak in mtd_dataflashH Hartley Sweeten1-3/+16
2009-10-17mtd: cleanup mtd_oobtestAkinobu Mita1-14/+4
2009-10-17mtd: maps/sa1100: fix section mismatchDmitry Artamonow1-1/+1
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: make onenand_base.c compile againDavid Woodhouse1-3/+3
2009-10-05mtd: Standardising prints in onenand_base.cAmul Kumar Saha1-68/+108
2009-10-05mtd: nand: davinci: fix to use mask_ale from pdataHemant Pedanekar1-1/+1
2009-09-27mtd: Fix warning in sa1100-flash.cRussell King1-2/+2
2009-09-24mtd: m25p80: disable SST software protection bits by defaultGraf Yang1-3/+4
2009-09-24mtd/maps: gpio-addr-flash: depend on GPIO arch supportMike Frysinger1-0/+1
2009-09-24mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/Mike Frysinger1-3/+2
2009-09-24mtd: nand: fix htmldocs warningsJaswinder Singh Rajput1-0/+6
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds49-218/+2463
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-23mtd: jedec_probe: add PSD4256G6V idMike Frysinger1-0/+19
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-11/+11
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-21Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds6-20/+90
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar3-3/+3
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe5-8/+8
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/torval...David Woodhouse12-17/+17