aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
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