summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2009-06-05mtd: nand: fix 512 byte software ecc supportVimal Singh1-2/+2
2009-06-05mtd: nand: davinci_nand, 4-bit ECC for smallpageDavid Brownell1-13/+291
2009-06-05mtd: nand: minor davinci_nand cleanupDavid Brownell1-16/+11
2009-06-05mtd: nand: don't walk past end of oobfree[]David Brownell1-1/+2
2009-06-05mtd: plat_nand: fix section errorThomas Chou1-1/+1
2009-06-03UBI: make gluebi a separate moduleDmitry Pervushin3-98/+295
2009-06-02UBI: remove built-in gluebiDmitry Pervushin3-51/+2
2009-06-02UBI: add notification APIDmitry Pervushin5-21/+204
2009-06-02UBI: do not switch to R/O mode on read errorsArtem Bityutskiy4-15/+74
2009-06-02UBI: fix and clean-up error paths in WL workerArtem Bityutskiy2-61/+53
2009-06-02UBI: introduce new constantsArtem Bityutskiy3-26/+36
2009-05-30[MTD] [NAND] S3C2410: Allow commandline partition processingAndy Green1-2/+16
2009-05-30[MTD] [NAND] S3C2410: Fix CFG debug orderAndy Green1-2/+2
2009-05-30[MTD] [NAND] S3C2410: Uninitialised variable cleanupNelson Castillo1-4/+1
2009-05-30[MTD] [NAND] S3C2410: NAND ECC by chip rather than globalAndy Green1-9/+25
2009-05-30[MTD] [NAND] S3C2410: Basic kerneldoc comment updatesBen Dooks1-11/+78
2009-05-30[MTD] [NAND] S3C2410: Move to using platform device tableBen Dooks1-52/+26
2009-05-29mtd: Fix pointer handling in compat ioctls to use compat_ptr()David Woodhouse1-2/+2
2009-05-29mtd: Handle compat ioctls directly; remove all trace from compat_ioctl.cKevin Cernekee1-1/+2
2009-05-29mtd: add OOB ioctls for >4GiB devicesKevin Cernekee1-0/+28
2009-05-29mtd: compat_ioctl cleanupKevin Cernekee1-84/+171
2009-05-29mtd: add MEMERASE64 ioctl for >4GiB devicesKevin Cernekee1-8/+21
2009-05-29mtd: Fix handling of mtdname in txx9ndfmc.cDavid Woodhouse1-4/+12
2009-05-29mtd: Add armflash support for multiple blocks of flashCatalin Marinas1-62/+164
2009-05-29mtd: DIL/NetPC broken for nowDavid Woodhouse1-1/+1
2009-05-29mtd: MXC NAND driver fixes (v5)Vladimir Barinov1-20/+23
2009-05-28OMAP2/3: PM: push core PM code from linux-omapKevin Hilman1-1/+0
2009-05-26[MTD] Remove option for add_mtd_partitions() to not register partitions.David Woodhouse1-14/+4
2009-05-26[MTD] Only set partition suspend/resume method if parent not registeredDavid Woodhouse1-1/+1
2009-05-26[MTD] Remove mtd->{suspend,resume} calls from board driversDavid Woodhouse5-113/+0
2009-05-26[MTD] Restore suspend/resume support for mtd devicesDavid Woodhouse1-10/+37
2009-05-26[MTD] set blkdev parent to the mtd device, not its parentDavid Woodhouse1-1/+1
2009-05-26UBI: fix race conditionArtem Bityutskiy1-1/+7
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe4-18/+31
2009-05-18mtd_dataflash: unbreak erase supportPeter Korsgaard1-1/+1
2009-05-18UBI: minor serialization fixArtem Bityutskiy1-2/+2
2009-05-18UBI: do not panic if volume check failsArtem Bityutskiy1-7/+11
2009-05-18UBI: add dump_stack in checking codeArtem Bityutskiy1-0/+1
2009-05-18UBI: fix races in I/O debugging checksArtem Bityutskiy1-7/+73
2009-05-18UBI: small debugging code optimizationArtem Bityutskiy2-4/+4
2009-05-18UBI: improve debugging messagesArtem Bityutskiy3-10/+15
2009-05-18UBI: re-name volumes_mutex to device_mutexArtem Bityutskiy5-23/+23
2009-05-18UBI: remove redundant mutexArtem Bityutskiy3-7/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-6/+1
2009-05-11mtd_blkdevs: dequeue in-flight requestTejun Heo1-4/+13
2009-05-11block: blk_rq_[cur_]_{sectors|bytes}() usage cleanupTejun Heo1-1/+1
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo1-3/+4
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-08Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-15/+29