summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2014-03-20mtd: st_spi_fsm: Search for preferred FSM message sequence configurationsLee Jones1-0/+27
2014-03-20mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC IDLee Jones1-1/+25
2014-03-20mtd: st_spi_fsm: Provide device look-up tableLee Jones1-0/+136
2014-03-20mtd: devices: Provide header for shared OPCODEs and SFDP commandsLee Jones2-0/+83
2014-03-20mtd: st_spi_fsm: Add support for JEDEC ID extractionLee Jones1-0/+55
2014-03-20mtd: st_spi_fsm: Supply a method to read from the FSM's FIFOLee Jones1-0/+26
2014-03-20mtd: st_spi_fsm: Supply framework for device requestsLee Jones1-0/+56
2014-03-20mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditionsLee Jones1-0/+127
2014-03-20mtd: st_spi_fsm: Supply all register address and bit logic definesLee Jones1-0/+164
2014-03-20mtd: st_spi_fsm: Allocate resources and register with MTD frameworkLee Jones3-0/+115
2014-03-20mtd: nand: omap: remove is_elm_present flagPekon Gupta1-3/+0
2014-03-20mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta1-13/+10
2014-03-20mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta1-24/+50
2014-03-20mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta1-8/+7
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta1-49/+10
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta1-41/+10
2014-03-20mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta1-33/+35
2014-03-20mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta1-5/+5
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta1-10/+19
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta1-25/+13
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta1-52/+33
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta1-16/+23
2014-03-20mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...Pekon Gupta1-1/+3
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch3-7/+30
2014-03-10mtd: block2mtd: check device sizeFabian Frederick1-1/+5
2014-03-10mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-03-10mtd: gpmi: add subpage read supportHuang Shijie1-0/+96
2014-03-10mtd: gpmi: do not use the mtd->writesizeHuang Shijie1-3/+3
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-2/+5
2014-03-10mtd: nand: remove unused function input parameterCai Zhiyong1-7/+5
2014-03-10mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia1-1/+1
2014-03-10mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia1-1/+0
2014-03-10mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki2-2/+2
2014-03-10mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki1-0/+5
2014-03-10mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki1-2/+2
2014-03-10mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAMPhilippe De Muyter1-4/+4
2014-03-10mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris1-0/+1
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch6-56/+49
2014-03-10mtd: ts5500: Add dependencyJean Delvare1-1/+1
2014-03-10mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-03-10mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie1-2/+11
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-0/+85
2014-03-10mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam1-0/+2
2014-03-10mtd: remove some duplicative checksDan Carpenter1-6/+3
2014-03-10mtd: atmel_nand: change log levelNicolas Ferre1-1/+1
2014-03-10mtd: m25p80: add support for the Spansion s25fl008k chipKuninori Morimoto1-0/+1
2014-03-10mtd: gen_probe: Remove unnecessary OOM messagesJingoo Han1-2/+0
2014-03-10mtd: cfi: Remove unnecessary OOM messagesJingoo Han5-20/+6
2014-03-10mtd: onenand: Remove unnecessary OOM messagesJingoo Han2-9/+2
2014-03-10mtd: lpddr: Remove unnecessary OOM messagesJingoo Han2-7/+2