aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl20-63/+32
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner1-1/+1
2005-11-07[MTD] OneNAND: Clean up trailing white spacesThomas Gleixner1-12/+12
2005-11-07[MTD] NAND: Clean up trailing white spacesThomas Gleixner17-695/+695
2005-11-07[MTD] devices: Clean up trailing white spacesThomas Gleixner12-156/+156
2005-11-07[MTD] maps: Clean up trailing white spacesThomas Gleixner61-470/+470
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner15-493/+493
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner16-399/+399
2005-11-07[MTD] chips cfi_cmdset_0002: Prevent timeout raceKonstantin Baidarov1-9/+9
2005-11-07[MTD] maps: Add support for the "TQM834x" BoardsMarian Balakowicz3-2/+302
2005-11-07[MTD] maps ixp2000: fix compile warnings in ixp2000 map driverLennert Buytenhek1-3/+3
2005-11-07[MTD] NAND Kconfig: Simplify dependenciesThomas Gleixner1-6/+6
2005-11-07[MTD] maps/plat-ram: Avoid gcc 4.0 warningThomas Gleixner1-2/+2
2005-11-07[MTD] NAND: nand_write_ecc memory and OOB corruptionTodd Poynor1-0/+1
2005-11-07[MTD] NAND nand_base: Fix shift for bad block check (16bit devices only)Vitaly Wool1-1/+1
2005-11-07[MTD] OneNAND/Kconfig: Fix dependenciesThomas Gleixner1-4/+3
2005-11-07Revert "[PATCH] OneNAND: Add simulator"Thomas Gleixner3-474/+0
2005-11-07[MTD] maps/Kconfig: Simplify and update dependenciesSean Young1-29/+32
2005-11-07[MTD] maps/ts5500: Fix partition support. Code cleanupSean Young1-26/+12
2005-11-07[MTD] Tidy up Tims include cleanupThomas Gleixner3-16/+19
2005-11-07[MTD] maps/ixp4xx: kill some warningsDavid Vrabel1-14/+12
2005-11-06[MTD] NAND sharpsl.c: Add support for akita and borzoi modelsRichard Purdie1-3/+24
2005-11-06[MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsingNicolas Pitre1-3/+6
2005-11-06[MTD] NAND s3c2410.c: Fix timing calculation bugsBen Dooks1-9/+12
2005-11-06[MTD] NAND s3c2410.c: Fix missing dev parameter to dev_errBen Dooks1-2/+2
2005-11-06[MTD] maps/plat-ram.c: Initialize owner in device_driver structBen Dooks1-1/+2
2005-11-06[MTD] maps/bast-flash.c: Initialize owner in device_driver structBen Dooks1-1/+2
2005-11-06[MTD] NAND: s3c2410.c Initialize owner in device_driver structBen Dooks1-1/+3
2005-11-06[MTD] mtdpart.c: Allow eraseblock size != power of 2Artem B. Bityutskiy1-4/+5
2005-11-06[MTD] OneNAND: Enhanced support for DDP (Dual Densitiy Packages)Kyungmin Park1-21/+18
2005-11-06[MTD] OneNAND: Power Management (PM) supportKyungmin Park1-3/+33
2005-11-06[MTD] OneNAND: Add missing filesKyungmin Park1-0/+246
2005-11-06[MTD] NAND: s3c2410 use dev_err() to report errors instead of printk()Ben Dooks1-7/+7
2005-11-06[MTD] NAND: Alchemy board driver cleanupPete Popov2-49/+72
2005-11-06[MTD] maps: Add support for MTX-1 Flash deviceJoern Engel3-2/+106
2005-11-06[MTD] NAND: Add suspend/resume functionalityVitaly Wool1-6/+40
2005-11-06[MTD] maps: Add mapping driver for PQ2FADS boards.Todd Poynor3-2/+97
2005-11-06OneNAND: Remove OMAP platform driverKyungmin Park3-154/+0
2005-11-06[MTD] OneNAND: Add generic platform driverKyungmin Park3-0/+155
2005-11-06[MTD] maps/ixp4xx: remove platform specific bitsDavid Vrabel1-16/+1
2005-11-06[MTD] OneNAND: Remove experimental Kconfig dependencyKyungmin Park1-2/+2
2005-11-06[PATCH] OneNAND: Fix bug in write verifyKyungmin Park1-7/+4
2005-11-06[PATCH] OneNAND: Add simulatorKyungmin Park3-0/+474
2005-11-06[PATCH] OneNAND: Update OMAP OneNAND mapping using device driver modelKyungmin Park1-182/+89
2005-11-06[PATCH] OneNAND: Simple Bad Block handling supportKyungmin Park2-20/+89
2005-11-06[PATCH] OneNAND: Sync. Burst Read supportKyungmin Park3-4/+107
2005-11-06[MTD] Add initial support for OneNAND flash chipsKyungmin Park6-6/+1689
2005-11-06[MTD] NAND: Use correct mask for OOB size calculationThomas Gleixner1-2/+2
2005-11-06[MTD] Remove deprecated power management functionsThomas Gleixner1-45/+1
2005-11-06[MTD] Missing check on kmalloc return in INFTL mount.David Woodhouse1-3/+8
2005-11-06[MTD] writev support for cfi-cmdset-0001Nicolas Pitre1-50/+75
2005-11-06{MTD] add support for Intel's "Sibley" flashNicolas Pitre2-24/+67
2005-11-06[MTD] cleanups to cfi_cmdset_0001Nicolas Pitre1-56/+71
2005-11-06[MTD] Add Resident Flash Disk (RFD) supportSean Young5-12/+873
2005-11-06Merge branch 'master' of /home/tglx/work/mtd/git/linux-2.6.git/Thomas Gleixner31-75/+128
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds8-5/+8
2005-10-30[PATCH] fix missing includesTim Schmielau22-10/+45
2005-10-29Create platform_device.h to contain all the platform device details.Russell King8-8/+8
2005-10-29[ARM] Fix Assabet reboot with SA1100 MTD map driverRussell King1-0/+9
2005-10-29[ARM] Allow MTD device name to be passed via platform dataRussell King1-3/+3
2005-10-29[ARM] Fix MTD device/partition destructionRussell King1-2/+9
2005-10-29[ARM] Add support for init/exit methods in sa1100 MTD map driverRussell King1-3/+15
2005-10-29[ARM] Rename 'data' to 'plat' in sa1100 MTD map driverRussell King1-11/+11
2005-10-28Merge ../bleed-2.6Greg KH1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-4/+4
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-2/+2
2005-10-28[ARM] 3/4: Remove asm/hardware.h from SA1100 io.hRussell King1-0/+1
2005-09-30Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-6/+0
2005-09-29[PATCH] Fix ixp4xx MTD driver module buildDeepak Saxena1-1/+1
2005-09-29[ARM] Don't include mach-types.h unnecessarilyRussell King6-6/+0
2005-09-22[PATCH] DEBUG redefined in drivers/mtd/devices/docecc.cGrant Coady1-4/+4
2005-09-17[PATCH] MTD: Update SharpSL partition definitionsRichard Purdie2-3/+9
2005-09-11[PATCH] uclinux: remove use of mtd_put_device() in uclinux MTD map driverGreg Ungerer1-8/+5
2005-09-10[PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2-13/+1
2005-09-07[PATCH] detect soft lockupsIngo Molnar1-0/+1
2005-08-04[MTD] mtdchar: Return EINVAL for bad seeks instead of fixing up to valid byteTodd Poynor1-9/+6
2005-08-04[MTD] Pre-CFI Sharp chip driver: Some speedups and cleanupsTodd Poynor1-9/+8
2005-08-04[MTD] mtd_blkdevs.c: Fix names when many devices/partitions are createdTodd Poynor1-3/+13
2005-08-04[MTD] mtd_blkdevs.c: Remove DEVFS leftoversTodd Poynor1-7/+1
2005-08-04[MTD] CHIPS: Recognize Spansion CFI 1.4 chipsTodd Poynor4-13/+32
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-0/+1
2005-07-16[MTD] NAND: Fix broken bad block scan for 16 bit devicesThomas Gleixner2-22/+20
2005-07-13[MTD] cfi_cmdset_0002: Plugged a mem leak.Joern Engel1-1/+4
2005-07-13Merge with rsync://fileserver/linuxTodd Poynor1-6/+1
2005-07-12[MTD] Make XIP support depend on CONFIG_ARMThomas Gleixner1-1/+1
2005-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds48-2877/+2767
2005-07-07[PATCH] pcmcia: remove references to pcmcia/version.hDominik Brodowski1-1/+0
2005-07-07[PATCH] pcmcia: move event handlerDominik Brodowski1-5/+1
2005-07-07[MTD] XIP cleanupThomas Gleixner2-2/+2
2005-07-07[MTD] Remove MODULE_DEVICE_TABLE() for ICHx flash driverDavid Woodhouse1-2/+2
2005-07-06[MTD] NAND s3c2410: Add missing NULL pointer checkBen Dooks1-2/+3
2005-07-06Merge with rsync://fileserver/linuxArtem B. Bityuckiy3-15/+40
2005-07-06[MTD] NOR flash map driver for TI OMAP boards.Todd Poynor3-2/+191
2005-07-06[MTD] Add mapping driver for Intel PXA27x Mainstone board flash.Nico Pitre3-2/+189
2005-07-06[MTD] NAND: Remove unmaintained tx49xx board driversThomas Gleixner4-838/+0
2005-07-06[MTD] NAND: sharpsl.c set correct file permissionsThomas Gleixner1-0/+0
2005-07-05[MTD] cfi_cmdset_0002: Remove bogus includeThomas Gleixner1-2/+2
2005-07-04[MTD] mtdchar: Return the real error code when create_class() failedCoywolf Qi Hunt1-2/+2
2005-07-01[MTD] mtdchar.c: Replace DEVFS by udevTodd Poynor1-28/+24
2005-06-30[PATCH] ARM: 2780/1: AFS partition length calculation fixCatalin Marinas1-14/+2
2005-06-29[MTD] NAND: Add ST chip IDs. Thomas Gleixner1-2/+11
2005-06-29[MTD] ms02-nv: Fix 64bit operation?1-4/+4
2005-06-29[MTD] NAND: s3c24xx updatesBen Dooks2-35/+152
2005-06-29[MTD] NAND: Change exports to _GPLThomas Gleixner1-3/+3
2005-06-29[MTD] NAND: Fix broken bad block table scanThomas Gleixner1-10/+43
2005-06-29[MTD] Fix commandline parser alignementJoern Engel1-2/+6
2005-06-29[MTD] XIP for AMD CFI flash.Todd Poynor4-100/+323
2005-06-29[MTD] NAND: Reorganize chip lockingThomas Gleixner1-28/+29
2005-06-27[PATCH] pcmcia: id_table for pcmciamtd.cDominik Brodowski2-1/+38
2005-05-27[MTD] NAND: Add Hynix to manufacturer listNicolas S. Dade1-0/+1
2005-05-24[MTD] cfi_cmdset_0002: Fix broken status checkThomas Gleixner1-2/+2
2005-05-23[MTD] CFI-0002 - Improve error checkingEric W. Biedermann1-32/+67
2005-05-23[MTD] CFI flash locking reorg for XIPNicolas Pitre1-50/+40
2005-05-23[MTD] NAND: Honour autoplacement schemes supplied by the callerThomas Gleixner1-2/+8
2005-05-23[MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash:Todd Poynor1-2/+3
2005-05-23[MTD] mtdram: Quick cleanup of the driver:Joern Engel1-169/+96
2005-05-23[MTD] NAND: Fix the broken dynamic array allocationsJarkko Lavinen1-5/+5
2005-05-23[MTD] DiskOnChip: Add some commentsDan Brown1-1/+11
2005-05-23[MTD] DiskOnChip: Fix compile w/o CONFIG_MTD_PARTITIONS.Dan Brown1-3/+1
2005-05-23[MTD] DiskOnChip: Prevent problems with existing filesystemsDan Brown1-2/+2
2005-05-23[MTD] NAND: Fix reading of autoplaced OOB when there are multiple free sections.Dan Brown1-4/+3
2005-05-23[MTD] DiskOnChip: Fix (?) free OOB array info.Dan Brown1-2/+2
2005-05-23[MTD] NAND: Move the NULL check into the calling functionThomas Gleixner1-8/+8
2005-05-23[MTD] NAND: Fix missing NULL pointer checkDan Brown1-7/+7
2005-05-23[MTD] Fix OTP for top-parameter devicesNicolas Pitre1-2/+14
2005-05-23[MTD] Reset file position when switching OTP modeNicolas Pitre1-1/+2
2005-05-23[MTD] NAND: Fix oob available calculationThomas Gleixner1-7/+4
2005-05-23[MTD] Add reboot notifier to Intel NOR flash driverNicolas Pitre1-2/+43
2005-05-23[MTD] Avoid compile warnings for Intel CFI flash without OTP support.Todd Poynor1-1/+3
2005-05-23[MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is setTodd Poynor1-4/+12
2005-05-23[MTD] DiskOnChip: Scan the entire device for Media Headers. Dan Brown1-22/+28
2005-05-23[MTD] NAND: Use arrays of needed size instead of constant-sized.Artem B. Bityuckiy1-5/+5
2005-05-23[MTD] sharpsl-flash: Correct error pathsRichard Purdie1-5/+10
2005-05-23[MTD] Add support for more SharpSL machines and fix missing mapping initRichard Purdie1-6/+20
2005-05-23[MTD] plat-ram: Make it usable on non ARM platformsThomas Gleixner1-2/+2
2005-05-23[MTD] block2mtd: Fix incompatible pointer typeThomas Gleixner1-9/+8
2005-05-23[MTD] cfi_cmdset_0001: Fix compiler warningsThomas Gleixner1-5/+5
2005-05-23[MTD] NAND nandsim: Use NAND_SKIP_BBT optionArtem B. Bityuckiy1-29/+12
2005-05-23[MTD] ixp2000: Remove port setting codeLennert Buytenhek1-6/+1
2005-05-23[MTD] Kernel Janitor fixes.Domen Puncer4-8/+8
2005-05-23[MTD] Fix typo in KconfigThomas Gleixner1-2/+2
2005-05-23[MTD] NAND s3c2410: Simplify command handlingBen Dooks1-106/+12
2005-05-23[MTD] cfi_cmdset_0001: Fix state after syncNicolas Pitre1-1/+2
2005-05-23[MTD] cfi_cmdset_0001: Fix the buggy status check. Thomas Gleixner1-13/+3
2005-05-23[MTD] plat-ram: removed extraneous debugging codeBen Dooks1-10/+2
2005-05-23[MTD] NAND: Fixed unused loop variableBen Dooks1-2/+2
2005-05-23[MTD] phram: Allow short reads. Joern Engel1-8/+22
2005-05-23[MTD] block2mtd: Remove copyright. Fix offset calculationJoern Engel1-4/+3
2005-05-23[MTD] Remove Elan-104NCDavid Vrabel3-241/+2
2005-05-23[MTD] NAND: Use cond_resched instead of msleepThomas Gleixner1-2/+2
2005-05-23[MTD] Replace all the Au1x mapping drivers with a simplified single driverPete Popov7-867/+199
2005-05-23[MTD] Use after free, found by the Coverity toolJoern Engel1-3/+3
2005-05-23[MTD] NAND: Check command timeoutThomas Gleixner1-11/+26
2005-05-23[MTD] DiskOnChip: Wait for the command to finish.Thomas Gleixner1-2/+9
2005-05-23[MTD] Sparse fixesBen Dooks1-9/+11
2005-05-23[MTD] Fix unregister_mtd_user() public function documentation.Artem B. Bityuckiy1-3/+3
2005-05-23[MTD] Update BAST driver configurationBen Dooks1-4/+5
2005-05-23[MTD] Make OTP actually work.Nicolas Pitre1-3/+5
2005-05-23[MTD] NAND: Fix bad block table scan for small page devicesArtem B. Bityuckiy1-29/+30
2005-05-23[MTD] NAND: Early Manufacturer ID lookupKyungmin Park2-12/+11
2005-05-23[MTD] Add SST 39VF1601 (MPF+) IDBen Dooks1-1/+17
2005-05-23[MTD] Fixup probing logic for single 16bit devicesBen Dooks1-1/+11
2005-05-23[MTD] NAND: Read only OOB bytes during bad block scanArtem B. Bityuckiy1-14/+38
2005-05-23[MTD] NAND: Allow operation without bad block tableArtem B. Bityuckiy1-2/+3
2005-05-23[MTD] NAND: Skip bad block table scan on requestThomas Gleixner1-1/+5
2005-05-23[MTD] Unabuse file-f_mode for OTP purposeNicolas Pitre1-21/+27
2005-05-23[MTD] User interface to Protection RegistersNicolas Pitre1-3/+110
2005-05-23[MTD] Support for protection register support on Intel FLASH chipsNicolas Pitre3-117/+339
2005-05-23[MTD] Add OTP basiscNicolas Pitre1-3/+5
2005-05-23[MTD] amd_flash: Fix chip ID clashJonas Holmberg1-13/+1
2005-05-23[MTD] DiskOnChip: big endian fix for NFTL devicesThomas Gleixner1-1/+5
2005-05-23[MTD] DiskOnChip code cleanupThomas Gleixner1-16/+3
2005-05-23[MTD] DiskOnChip use CONFIG_ options instead of random symbolsThomas Gleixner1-5/+5
2005-05-23[MTD] Fix MTD device probingRussell King1-2/+2
2005-05-23[MTD] rtc_from4 error status check, disable virtual erase blocksDavid A. Marlin1-5/+89
2005-05-23[MTD] NAND Add optional ECC status check callbackDavid A. Marlin1-11/+54
2005-05-23[MTD] Platform RAM DriverBen Dooks3-2/+299
2005-05-23[MTD] NAND use symbols instead of literalsDavid A. Marlin1-7/+7
2005-05-23[MTD] NAND SharpSL fix default partition sizeRichard Purdie1-2/+2