aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[MTD] NAND: Fix breakage all over the placeThomas Gleixner3-87/+220
2006-06-20[PATCH] NAND: fix remaining OOB length calculationVitaly Wool1-2/+2
2006-06-20[MTD] NAND Fixup NDFC merge brokenessThomas Gleixner1-9/+4
2006-06-19[MTD NAND] S3C2410 driver cleanupBen Dooks1-8/+3
2006-06-19[MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.Ben Dooks2-5/+81
2006-06-14[MTD] Restore MTD_ROM and MTD_RAM typesDavid Woodhouse8-8/+8
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy7-0/+7
2006-06-10[MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compilesDavid Woodhouse1-5/+5
2006-06-09[MTD] Prepare physmap for 64-bit-resourcesAndrew Morton1-3/+3
2006-05-30[MTD] Disconnect struct mtd_info from ABIJoern Engel1-1/+10
2006-05-30[MTD] replace MTD_RAM with MTD_GENERIC_TYPEJoern Engel8-8/+8
2006-05-30[MTD] replace MTD_ROM with MTD_GENERIC_TYPEJoern Engel1-4/+2
2006-05-30[MTD] remove a forgotten MTD_XIPJoern Engel1-1/+1
2006-05-30[MTD] Fix build warnings (and debug build error) in nand_base.cAndrew Morton1-4/+4
2006-05-30[MTD] NAND Expose the new raw mode function and status info to userspaceThomas Gleixner5-87/+232
2006-05-29[MTD] NAND Signal that a bitflip was corrected by ECCThomas Gleixner5-9/+29
2006-05-29[MTD] Rework the out of band handling completelyThomas Gleixner14-468/+859
2006-05-29[MTD] Remove silly MTD_WRITE/READ macrosThomas Gleixner7-157/+186
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutThomas Gleixner10-44/+74
2006-05-29[MTD] NAND Consolidate oobinfo handlingThomas Gleixner5-24/+6
2006-05-29[MTD] NAND Fix platform structure and NDFC driverThomas Gleixner1-4/+2
2006-05-29[MTD] Fix debug printk format warning in m25p80 SPI chip driver, again.Andrew Morton1-1/+1
2006-05-29[MTD] AMD Geode NAND support can depend on X86_32; we won't see it on x86_64David Woodhouse1-1/+1
2006-05-27[MTD] NAND Consolidate references and add back default name settingThomas Gleixner1-7/+10
2006-05-27[MTD] NAND simplify nand_chip_selectThomas Gleixner1-2/+0
2006-05-26[MTD] Fix thinko in nand_write_page_hwecc()David Woodhouse1-1/+1
2006-05-26[MTD] NAND modularize write functionThomas Gleixner6-522/+263
2006-05-26[MTD] Remove PCI dependency for Geode CS553[56] NAND controller.David Woodhouse2-4/+31
2006-05-25[MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changesDavid Woodhouse1-4/+4
2006-05-25[MTD] Remove the only useless readv implementationThomas Gleixner2-33/+0
2006-05-25[MTD] NAND Modularize read functionThomas Gleixner3-247/+267
2006-05-25[MTD] NAND Cleanup oob functionsThomas Gleixner1-75/+81
2006-05-25[MTD] NAND Introduce NAND_NO_READRDY optionThomas Gleixner1-77/+88
2006-05-25[MTD] NAND Initialize controller lock and wq only onceThomas Gleixner2-4/+9
2006-05-24[MTD] NAND fix cmd_ctrl breakageThomas Gleixner1-5/+10
2006-05-24[MTD] NAND coding style and namespace cleanupThomas Gleixner1-534/+520
2006-05-23[MTD] NAND LED support cleanupThomas Gleixner1-2/+6
2006-05-23[MTD] NAND remove write_byte/word function from nand_chipThomas Gleixner6-88/+14
2006-05-23[MTD] Refactor NAND hwcontrol to cmd_ctrlThomas Gleixner17-527/+413
2006-05-23[MTD] Export nand_write_rawThomas Gleixner1-0/+1
2006-05-23[MTD] Mark NAND drivers TOTO and PPChameleon brokenThomas Gleixner1-2/+2
2006-05-23[MTD] Remove read/write _ecc variantsThomas Gleixner12-381/+198
2006-05-23[MTD] Remove readv/readv_eccThomas Gleixner3-32/+0
2006-05-23[MTD] Remove nand writev supportThomas Gleixner5-432/+3
2006-05-23[MTD] ECC rework broke diskonchipThomas Gleixner1-1/+1
2006-05-23Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/Thomas Gleixner15-113/+112
2006-05-23[MTD] NAND modularize ECCThomas Gleixner15-136/+98
2006-05-23[MTD] NAND cleanup nand_scanThomas Gleixner1-174/+233
2006-05-23[MTD] NAND consolidate data typesThomas Gleixner1-53/+53
2006-05-23[MTD] NAND whitespace and formatting cleanupThomas Gleixner1-42/+62
2006-05-23[MTD] Add support for NDFC NAND controllerThomas Gleixner3-0/+324
2006-05-23[MTD] Simplify NAND lockingThomas Gleixner1-38/+43
2006-05-23[MTD] Improve software ECC calculationThomas Gleixner2-134/+96
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel4-5/+4
2006-05-22[MTD] Merge STMicro NOR_ECC code with Intel Sibley codeJoern Engel1-2/+2
2006-05-22[MTD] Introduce writesizeJoern Engel14-108/+108
2006-05-21[MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driverDavid Woodhouse1-3/+3
2006-05-21[MTD] Use symbol_request() in old DiskOnChip probe code to find actual driverDavid Woodhouse1-42/+5
2006-05-21[MTD] Add Amstrad Delta NAND supportJonathan McDowell3-0/+245
2006-05-20[MTD] Avoid 64-bit division in mtdconcatAndrew Morton1-2/+6
2006-05-20[MTD] Use __symbol_get() instead of symbol_get() in NOR chip probeDavid Woodhouse1-2/+2
2006-05-20git-mtd: symbol_get() fixAndrew Morton1-2/+2
2006-05-17[MTD] Fix printk format error in gen_probe.cDavid Woodhouse1-1/+1
2006-05-17[MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet.David Woodhouse1-2/+2
2006-05-17MTD: mtdconcat NAND/Sibley support (rev.2)Alexander Belyakov1-5/+164
2006-05-17LASAT depends on MTD_CFIMartin Michlmayr1-2/+2
2006-05-17Re-add module description for ms02-nv to KconfigMartin Michlmayr1-0/+5
2006-05-17[MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erasedSean Young1-23/+25
2006-05-17[MTD] generic: propagate oobavail to MTD partitionsVitaly Wool1-0/+1
2006-05-17[PCMCIA MTD] Fix leak and crash on rebootSean Young1-0/+1
2006-05-17cfi_cmdset_0001: factorize code to wait for flash statusNicolas Pitre1-264/+157
2006-05-17cfi-cmdset-0001: always update the chip statusNicolas Pitre1-1/+3
2006-05-17CHIPS: Fix potential starvation in cfi_cmdset_0001Josh Boyer1-0/+5
2006-05-16NAND: Fix NAND ECC errors on AMD Au1550Sergei Shtylyov1-0/+139
2006-05-16[MTD] Fix build warnings in RedBoot MTD partition parser.Ben Dooks1-9/+9
2006-05-16NAND: AMD Au1550 driver reads write-only registerSergei Shtylyov1-4/+2
2006-05-16[MTD NAND] Make various initfuncs static, remove #ifdef MODULE from exitfuncsDavid Woodhouse7-17/+7
2006-05-16drivers/mtd/devices/docprobe.c: correct #if'sAdrian Bunk1-3/+3
2006-05-16[MTD] Add help text for MTD_NAND_CS553X option.David Woodhouse1-2/+11
2006-05-14[MTD NAND] Modify check for modules registering NAND devices without ->ownerDavid Woodhouse1-6/+11
2006-05-14[MTD] Remove gratuitous inclusion of ARM-only header from physmap.cDavid Woodhouse1-1/+0
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse10-16/+16
2006-05-14[MTD] Deal correctly with NOR chips which are smaller than the map windowDavid Woodhouse1-2/+14
2006-05-14mtd: fix memory leak in block2mtd_setup()Jesper Juhl1-3/+6
2006-05-14[MTD] Fix module refcounting in NAND board drivers.David Woodhouse14-4/+27
2006-05-14mtd: fix memory leaks in phram_setupJesper Juhl1-2/+6
2006-05-13[MTD NAND] Indent all of drivers/mtd/nand/*.c.David Woodhouse17-1292/+1217
2006-05-13[MTD NAND] Reduce paranoia level when scanning for bad blocks on virgin chipsDavid Woodhouse1-2/+2
2006-05-13[MTD NAND] Update CS553x NAND driver: Hardware ECC support, optimisations.David Woodhouse1-27/+75
2006-05-13[MTD NAND] Use vmalloc for buffer when scanning for bad blocks.David Woodhouse1-3/+3
2006-05-12Trivial typo fixes in Kconfig files (MTD).Egry Gábor3-4/+4
2006-05-12OneNAND: fix block command typoKyungmin Park1-1/+1
2006-05-12OneNAND: One-Time Programmable (OTP) supportKyungmin Park3-4/+325
2006-05-12OneNAND: Handle erase correctly in Double Density Package (DDP)Kyungmin Park1-0/+6
2006-05-12OneNAND: Write oob area with aligned size, mtd->oobsizeKyungmin Park1-2/+5
2006-05-12OneNAND: Add write_oob verify functionKyungmin Park1-4/+43
2006-05-12OneNand: Fix free byte positions.Jarkko Lavinen1-1/+2
2006-05-12OneNAND: handle byte access on BufferRAMKyungmin Park1-0/+38
2006-05-12OneNAND: Add touch_softlock_watchdog()Kyungmin Park1-0/+1
2006-05-12[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in KconfigJean-Luc Leger1-1/+0
2006-05-12[MTD] Fix capitalisation in export of old doc2001.c initfuncDavid Woodhouse1-1/+1
2006-05-11[MTD] Basic NAND driver for AMD/NatSemi CS5535/CS5536 Geode companion chipDavid Woodhouse3-0/+298
2006-05-10[MTD] Fix capitalisation in export of DiskOnChip Millennium initfuncDavid Woodhouse1-1/+1
2006-05-08Export cfi_cmdset_0020 and cfi_cmdset_0002 with EXPORT_SYMBOL_GPLDavid Woodhouse2-1/+2
2006-05-08Remove use of inter_module_crap in NOR flash chip drivers.David Woodhouse7-93/+20
2006-05-08Fix non-modular case for DiskOnChip probeDavid Woodhouse1-4/+31
2006-05-08Remove inter_module_xxx() from DiskOnChip drivers.David Woodhouse6-64/+18
2006-05-07[MTD] Convert physmap to platform driverLennert Buytenhek2-70/+188
2006-04-30ts72xx NAND driverLennert Buytenhek3-0/+215
2006-04-29mtd: SC520CDP should depend on MTD_CONCATDaniel Drake1-1/+1
2006-04-19mtd: improve parameter parsing for block2mtdJoern Engel1-3/+14
2006-04-18MTD: Correct Poodle partition sizeRichard Purdie1-1/+1
2006-04-17[PATCH] Remove unnecessary kmalloc/kfree calls in mtdcharThago Galesi1-13/+21
2006-04-17Remove unchecked MTD flagsJörn Engel3-4/+3
2006-04-17Make mtdblock_ro unconditionally readonlyJörn Engel1-3/+1
2006-04-17Simplify test for RAM devicesJörn Engel1-2/+1
2006-04-11[PATCH] MTD: m25p80: fix printk format warningRandy Dunlap1-1/+1
2006-04-11[PATCH] mtd, nettel: fix build error and implicit declarationJesper Juhl1-0/+2
2006-04-11[PATCH] Remove blkmtdJoern Engel3-831/+2
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-21/+0
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-67/+48
2006-04-01MTD: remove obsolete Kconfig optionsAnders Larsen1-21/+0
2006-03-31[PATCH] LED: add NAND MTD activity LED triggerRichard Purdie1-1/+25
2006-03-31[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtdPetri T. Koistinen1-1/+1
2006-03-31[PATCH] mtd: fix broken name_to_dev_t() declarationHerbert Poetzl1-2/+1
2006-03-31[PATCH] mtd/redboot: Handle holes in fis tablePeter Korsgaard1-5/+1
2006-03-31[PATCH] Add chip used in collie to jedec_probePavel Machek1-0/+17
2006-03-31[PATCH] Dead code in mtd/maps/pci.cEric Sesterhenn1-3/+0
2006-03-31[PATCH] Kill ifdefs in mtdcore.cPavel Machek1-9/+4
2006-03-31[PATCH] Fix debug statement in inftlcore.cEric Sesterhenn / snakebyte1-1/+1
2006-03-31[PATCH] mtd cmdlinepart: allow zero offset valueAtsushi Nemoto1-3/+4
2006-03-31[PATCH] drivers/mtd: Use ARRAY_SIZE macroTobias Klauser22-45/+31
2006-03-31[PATCH] MTD_NAND_SHARPSL and MTD_NAND_NANDSIM should be tristate'sAdrian Bunk1-9/+8
2006-03-31[PATCH] drivers/mtd/: small cleanupsAdrian Bunk2-9/+3
2006-03-31[PATCH] sem2mutex: drivers/mtd/Ingo Molnar6-64/+67
2006-03-31[PATCH] sem2mutex: mtd/doc2000.cIngo Molnar1-3/+4
2006-03-31[PATCH] m25p80: printk warning fixAndrew Morton1-1/+1
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski1-17/+10
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski1-12/+11
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski1-29/+26
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski1-13/+9
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski1-5/+2
2006-03-31[PATCH] pcmcia: remove export of pcmcia_release_configurationDominik Brodowski1-2/+1
2006-03-26Kconfig help: MTD_JEDECPROBE already supports IntelAdrian Bunk1-3/+2
2006-03-26BUG_ON() Conversion in drivers/mtd/Eric Sesterhenn3-10/+7
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-7/+7
2006-03-14[PATCH] mtd_dataflash, fix block vs page eraseDavid Brownell1-1/+1
2006-03-02[PATCH] "drivers/mtd/redboot.c: recognise a foreign byte sex partition table"...John Bowler1-12/+10
2006-02-28[PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition tableJohn Bowler1-1/+27
2006-02-24[PATCH] cfi: init wait queue in chip structSimon Vogl1-0/+1
2006-02-20[PATCH] cfi_cmdset_0001: fix range for cache invalidationAlexey Korolev1-7/+7
2006-02-08[PATCH] arm: fix dependencies for MTD_XIPAl Viro1-1/+1
2006-02-03[PATCH] Fix compilation errors in maps/dc21285.cMartin Michlmayr1-3/+6
2006-02-01[PATCH] tsunami_flash: fix "parse error before ';' token"Alexey Dobriyan1-1/+1
2006-01-16[PATCH] build kernel/intermodule.c only when requiredAdrian Bunk2-0/+2
2006-01-16[PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKENAdrian Bunk1-3/+3
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven4-4/+4
2006-01-13[PATCH] spi: misc fixesDavid Brownell2-2/+4
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool2-36/+42
2006-01-13[PATCH] spi: M25 series SPI flashMike Lavender3-0/+589
2006-01-13[PATCH] spi: mtd dataflash driverDavid Brownell3-0/+632
2006-01-10[PATCH] turn "const static" into "static const"Jesper Juhl3-3/+3
2006-01-09Merge Linus' tree.Russell King3-16/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-16/+9
2006-01-08[PATCH] fix more missing includesTim Schmielau2-0/+2
2006-01-08[ARM] Remove EPXA10DB machine supportRussell King3-188/+0
2006-01-07[ARM] Move asm/hardware/clock.h to linux/clk.hRussell King1-1/+1
2006-01-07Merge with Linus' kernel.Russell King1-85/+36
2006-01-06[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski1-45/+9
2006-01-06[PATCH] pcmcia: remove dev_list from driversDominik Brodowski1-4/+1
2006-01-06[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski1-25/+11
2006-01-05[PATCH] pcmcia: new suspend coreDominik Brodowski1-16/+20
2006-01-03[ARM] Remove clk_use()/clk_unuse()Russell King1-2/+0
2005-12-22[SPARC]: introduce a SPARC Kconfig symbolAdrian Bunk1-1/+1
2005-12-18[PATCH] mtd onenand driver: use platform_device.h instead device.hKyungmin Park1-2/+2
2005-12-18[PATCH] mtd onenand driver: reduce stack usageKyungmin Park2-5/+26
2005-12-18[PATCH] mtd onenand driver: fix unlock problem in DDPKyungmin Park1-4/+6
2005-12-18[PATCH] mtd onenand driver: check correct manufacturerKyungmin Park1-6/+10
2005-12-12[PATCH] blkmtd: use clear_page_dirty()Andrew Morton1-4/+4
2005-11-29[MTD] Make functions static, include header files with prototypesAdrian Bunk5-10/+11
2005-11-29[MTD] chips: make sharps driver usable againRichard Purdie1-57/+66
2005-11-29[MTD] Remove bogus PQ2FADS driverThomas Gleixner2-7/+0
2005-11-29[MTD] maps: sparse fixupLuiz Capitulino1-2/+2
2005-11-29[MTD] cfi_cmdset_0001: relax locking rules for multi hardware partition supportNicolas Pitre1-6/+4
2005-11-29[MTD] Make some tables 'const' so they can live in .rodataDavid Woodhouse2-4/+4
2005-11-29[MTD] maps/ixp4xx: half-word boundary and little-endian fixupsJohn Bowler1-12/+66
2005-11-29[MTD] CFI: Use 16-bit access to autoselect/read device id dataTodd Poynor1-3/+3
2005-11-29[MTD] devices/ms02-nv: phys/virt address fixupsMaciej W. Rozycki1-3/+3
2005-11-29[MTD] RFD_FTL: Use lanana assigned major device numberSean Young1-4/+2
2005-11-19Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-11/+11
2005-11-17[ARM] Drivers should not make use of architecture private __ioremapRussell King2-4/+4
2005-11-17[DRIVER MODEL] Fix merge clashes with ARM ixp2000 / ixp4xx platformsRussell King1-11/+11
2005-11-13[MTD] maps: Replace dependency on non existing config optionSean Young1-1/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-159/+151
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King8-159/+151
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering7-6/+1
2005-11-09[PATCH] mtd: onenand_base needs sched.hAndrew Morton1-0/+2
2005-11-09[PATCH] mtd: rfd_ftl build fixAndrew Morton1-0/+1
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds127-2527/+6042
2005-11-07[PATCH] check for failed kmalloc in inftlmount.cGreg Ungerer1-0/+6