aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse3-12/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse13-27/+186
2010-08-08mtd-physmap: add support users can assign the probe type in board filesBarry Song1-0/+1
2010-08-06mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold1-1/+1
2010-08-04mtd: OneNAND: Introduce chip_probe functionKyungmin Park1-0/+2
2010-08-02mtd: nand: more BB Detection refactoring and dynamic scan optionsBrian Norris1-0/+4
2010-08-02mtd: nand: edit macro flag for BBT scan of last page in blockBrian Norris2-2/+2
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran1-0/+1
2010-05-14mtd: nand: support alternate BB marker locations on MLCKevin Cernekee1-0/+2
2010-05-14mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee1-1/+1
2010-05-14mtd: suppress warnings in inline_map_read()Kevin Cernekee1-0/+2
2010-05-14mtd: map.h: add missing bug.h includeKevin Cernekee1-0/+1
2010-05-14mtd: onenand: add new callback for bufferram readKyungmin Park1-0/+2
2010-05-14mtd: onenand: allocate verify buffer in the coreKyungmin Park1-0/+3
2010-05-14mtd: onenand: add support for chips with 4KiB page sizeKyungmin Park1-0/+4
2010-05-14mtd: chips: use common manufacturer codes in jedec_probe()Wolfram Sang1-2/+11
2010-05-14mtd: cfi_probe: add support for SST 0x0701 vendornameGuillaume LECERF1-0/+1
2010-05-12mtd/nand/sh_flctl: Move function mtd_to_flctl to fix build failurePeter Huewe1-5/+5
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold1-2/+2
2010-05-10mtd/nand/sh_flctl: Replace the dangerous mtd_to_flctl macroFerenc Wagner1-1/+4
2010-05-10mtd: mtdram.h: checkpatch cleanupAndrea Gelmini1-1/+1
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+3
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+17
2010-02-26mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky1-0/+6
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+3
2010-02-26mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky1-0/+1
2010-02-26mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky1-3/+1
2010-02-26mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky1-0/+2
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky1-0/+3
2010-02-26mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky1-5/+5
2010-02-26mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky1-1/+2
2010-02-26mtd: move more manufacturers to the common cfi.h header fileGuillaume LECERF1-5/+7
2010-02-26mtd: nand: add lock/unlock routinesVimal Singh1-0/+10
2010-02-25mtd: Replace static array of devices with an idr structureBen Hutchings1-1/+0
2010-02-25mtd: quiet sparse noise in cfi.hH Hartley Sweeten1-1/+1
2010-02-02mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm1-0/+2
2010-02-02mtd: trivial sh_flctl changesMagnus Damm1-0/+1
2010-01-13mtd: Really add ARM pismo supportRussell King - ARM Linux1-0/+17
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-132/+53
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt1-4/+5
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks1-1/+3
2009-11-30mtd: OneNAND: multiblock erase supportMika Korhonen2-1/+5
2009-11-30mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita1-2/+8
2009-11-30mtd: OneNAND OTP support reworkAmul Kumar Saha1-1/+3
2009-11-24UBI: Add ubi_open_volume_pathCorentin Chary1-0/+2
2009-09-24mtd: unify status enum from three headersAlessandro Rubini3-32/+11
2009-09-24mtd: use bbm.h in nand.hAlessandro Rubini2-92/+19
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2009-09-19mtd: nand: add __nand_correct_data helper functionAtsushi Nemoto1-0/+6
2009-09-19mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje1-0/+1