aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2010-05-14mtd: nand: support alternate BB marker locations on MLCKevin Cernekee
2010-05-14mtd: nand: extend NAND flash detection to new MLC chipsKevin Cernekee
2010-05-14mtd: suppress warnings in inline_map_read()Kevin Cernekee
2010-05-14mtd: map.h: add missing bug.h includeKevin Cernekee
2010-05-14mtd: onenand: add new callback for bufferram readKyungmin Park
2010-05-14mtd: onenand: allocate verify buffer in the coreKyungmin Park
2010-05-14mtd: onenand: add support for chips with 4KiB page sizeKyungmin Park
2010-05-14mtd: chips: use common manufacturer codes in jedec_probe()Wolfram Sang
2010-05-14mtd: cfi_probe: add support for SST 0x0701 vendornameGuillaume LECERF
2010-05-12mtd/nand/sh_flctl: Move function mtd_to_flctl to fix build failurePeter Huewe
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold
2010-05-10mtd/nand/sh_flctl: Replace the dangerous mtd_to_flctl macroFerenc Wagner
2010-05-10mtd: mtdram.h: checkpatch cleanupAndrea Gelmini
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2010-02-26mtd: Workaround wrong write protect status on some xD cardsMaxim Levitsky
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse
2010-02-26mtd: nand: add ->badblockbits for minimum number of set bits in bad block byteMaxim Levitsky
2010-02-26mtd: nand: make reads using MTD_OOB_RAW affect only ECC validationMaxim Levitsky
2010-02-26mtd: blktrans: allow FTL drivers to export sysfs attributesMaxim Levitsky
2010-02-26mtd: blktrans: Hotplug fixesMaxim Levitsky
2010-02-26mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and threadMaxim Levitsky
2010-02-26mtd: create unlocked versions of {get,put}_mtd_deviceMaxim Levitsky
2010-02-26mtd: move more manufacturers to the common cfi.h header fileGuillaume LECERF
2010-02-26mtd: nand: add lock/unlock routinesVimal Singh
2010-02-25mtd: Replace static array of devices with an idr structureBen Hutchings
2010-02-25mtd: quiet sparse noise in cfi.hH Hartley Sweeten
2010-02-02mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm
2010-02-02mtd: trivial sh_flctl changesMagnus Damm
2010-01-13mtd: Really add ARM pismo supportRussell King - ARM Linux
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt
2009-11-30mtd: nand: add option to quieten off the no device found messgaeBen Dooks
2009-11-30mtd: OneNAND: multiblock erase supportMika Korhonen
2009-11-30mtd: Add __nand_calculate_ecc() to NAND ECC functionsAkinobu Mita
2009-11-30mtd: OneNAND OTP support reworkAmul Kumar Saha
2009-11-24UBI: Add ubi_open_volume_pathCorentin Chary
2009-09-24mtd: unify status enum from three headersAlessandro Rubini
2009-09-24mtd: use bbm.h in nand.hAlessandro Rubini
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse
2009-09-19mtd: nand: add __nand_correct_data helper functionAtsushi Nemoto
2009-09-19mtd: nand: add new ECC mode - ECC_HW_OOB_FIRSTSneha Narnakaje
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje
2009-09-19mtd: onenand: make onenand/generic.c more genericMagnus Damm
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-09-04mtd: OneNAND: 4-bit ECC status macrosKyungmin Park
2009-08-03mtd: fix the conversion from dev to mtd_infoSaeed Bishara
2009-08-03mtd: let include/linux/mtd/partitions.h stand on its ownNicolas Pitre
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-06-05mtd: onenand: add bbt_wait & unlock_all as replaceable for some platformKyungmin Park