aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy2-3/+3
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy2-2/+2
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy10-19/+19
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy11-21/+21
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy2-4/+4
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy17-57/+58
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy28-122/+129
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy3-5/+4
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy18-20/+20
2012-01-09mtd: mtdchar: rename functionsArtem Bityutskiy1-37/+39
2012-01-09mtd: lpddr: drop unnecessary zeroingArtem Bityutskiy1-7/+0
2012-01-09mtd: txx9ndfmc: use devm_request_and_ioremapJulia Lawall1-5/+1
2012-01-09mtd: lantiq-flash: drop iounmap for devm_ allocated dataJulia Lawall1-5/+1
2012-01-09mtd: gpio-nand: add device tree bindingsJamie Iles1-7/+108
2012-01-09mtd: bcm63xxpart: check the image tag's crc32Jonas Gorski1-16/+29
2012-01-09mtd: bcm63xxpart: don't assume NVRAM is always the fourth partitionJonas Gorski1-2/+2
2012-01-09mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiBJonas Gorski1-7/+15
2012-01-09mtd: bcm63xxpart: check version marker string for newer CFEsJonas Gorski1-5/+17
2012-01-09mtd: sm_ftl: fix module parameterRusty Russell1-1/+1
2012-01-09mtd: docg3: remove unused functionRobert Jarzmik1-0/+2
2012-01-09mtd: nand: Add ONFI support for FSL NAND controllerShengzhou Liu1-8/+10
2012-01-09mtd: nand: fixup for fmr initialization of Freescale NAND controllerShengzhou Liu1-5/+5
2012-01-09mtd: fsl_elbc_nand: set Nand flash page address to FBAR and FPAR correctlyLiu Shuo1-3/+10
2012-01-09mtdoops: fix the oops_page_used array sizeRoman Tereshonkov1-1/+1
2012-01-09mtd: maps: remove the now unused bcm963xx-flashJonas Gorski3-130/+0
2012-01-09mtd: maps: physmap: allow partition parsers for physmap_flash_dataJonas Gorski1-1/+4
2012-01-09mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski5-150/+202
2012-01-09mtd: maps: bcm963xx-flash: clean up printk usageJonas Gorski1-10/+10
2012-01-09mtd: maps: bcm963xx-flash: remove superfluous semicolonsJonas Gorski1-5/+5
2012-01-09mtd: maps: bcm963xx-flash: fix word order for spare partitionJonas Gorski1-1/+1
2012-01-09mtd: davinci: if no amif timing is passed, don; t setup cscfg registerHeiko Schocher1-1/+3
2012-01-09mtd: nand: set correct length to FBCR for a non-full-page writeLiu Shuo1-1/+2
2012-01-09mtd: nand: use elbc_fcm_ctrl->oob to set FPAR_MS bit of FPARLiu Shuo1-7/+11
2012-01-09mtd: docg3: fixes and cleanupsRobert Jarzmik2-14/+15
2012-01-09mtd: mtdoops: skip reading initially bad blocksRoman Tereshonkov1-0/+3
2012-01-09mtd: tests: stresstest: bail out if device has not enough eraseblocksWolfram Sang1-0/+7
2012-01-09mtd: convert drivers/mtd/* to use module_platform_driver()Axel Lin29-345/+30
2012-01-09mtd: docg3: dereferencing an ERR_PTR() in docg3_probe()Dan Carpenter1-9/+12
2012-01-09mtd: Remove redundant spi driver bus initializationLars-Peter Clausen3-3/+0
2012-01-09mtd: docg3: add protection areas sysfs accessRobert Jarzmik2-0/+134
2012-01-09mtd: docg3: add fast modeRobert Jarzmik2-20/+75
2012-01-09mtd: docg3: add suspend and resumeRobert Jarzmik2-1/+80
2012-01-09mtd: docg3: add ECC correction codeRobert Jarzmik3-23/+113
2012-01-09mtd: docg3: map erase and write functionsRobert Jarzmik1-10/+4
2012-01-09mtd: docg3: add erase functionsRobert Jarzmik1-0/+90
2012-01-09mtd: docg3: add write functionsRobert Jarzmik1-12/+541
2012-01-09mtd: docg3: add OOB buffer to device structureRobert Jarzmik1-0/+8