summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-28mtd: nand: r852: correct write_buf loop boundsBrian Norris1-2/+4
2014-05-28mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris1-2/+6
2014-05-28mtd: nand_bbt: remove unused variableBrian Norris1-4/+1
2014-05-28mtd: maps: sc520cdp: fix warningsBrian Norris1-3/+3
2014-05-28mtd: slram: fix unused variable warningBrian Norris1-3/+1
2014-05-28mtd: pfow: remove unused variableBrian Norris1-3/+0
2014-05-26mtd: lpddr: fix Kconfig dependency, for I/O accessorsBrian Norris1-1/+2
2014-05-21mtd: nand: pxa3xx: Add supported ECC strength and step size to the DT bindingEzequiel Garcia1-0/+8
2014-05-21mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2-2/+18
2014-05-21mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia1-11/+10
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia1-0/+36
2014-05-20mtd: nand: omap: Documentation: How to select correct ECC scheme for your dev...pekon gupta1-0/+45
2014-05-20mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-0/+94
2014-05-20mtd: nand: omap: add support for BCH16_ECC - ELM driver updatespekon gupta2-1/+38
2014-05-20mtd: nand: omap: add support for BCH16_ECC - GPMC driver updatespekon gupta2-0/+20
2014-05-20NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee1-2/+10
2014-05-20mtd: lpddr: add driver for LPDDR2-NVM PCM memoriesVincenzo Aliberti4-2/+519
2014-05-20mtd: Kconfig: give the CFI command set version in prompt and helpPhilippe De Muyter1-8/+8
2014-05-20mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz1-1/+4
2014-05-20mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra1-7/+9
2014-05-20mtd: cfi: indent some if statementsDan Carpenter2-3/+3
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2-6/+36
2014-05-20Documentation: mtd: update the document for m25p80Huang Shijie1-2/+2
2014-05-20mtd: eLBC NAND: fix subpage write supportPekon Gupta1-0/+14
2014-05-20mtd: onenand: fix build warning for dma typeArnd Bergmann1-4/+4
2014-05-20mtd: orion_nand: Make of_device_id array constJingoo Han1-1/+1
2014-05-20mtd: nand: pxa3xx: Make of_device_id array constJingoo Han1-1/+1
2014-05-20mtd: st_spi_fsm: Make of_device_id array constJingoo Han1-1/+1
2014-05-20mtd: Fix warning in access_ok() parameter passingGeert Uytterhoeven1-9/+11
2014-05-20mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta1-1/+1
2014-05-12mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032pGeert Uytterhoeven1-1/+1
2014-05-12mtd: m25p80: Revive dual read supportGeert Uytterhoeven1-0/+2
2014-05-12mtd: elm: compile suspend/resume only with PM_SLEEPWolfram Sang1-0/+2
2014-05-12mtd: Fix Elan SC520 dependenciesJean Delvare1-2/+2
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris4-16/+16
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada1-1/+1
2014-04-17mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita1-7/+10
2014-04-16Merge branch 'spinor'Brian Norris13-1415/+2723
2014-04-16mtd: st_spi_fsm: only build for ARMBrian Norris1-1/+1
2014-04-16mtd: st_spi_fsm: correct type issuesBrian Norris1-6/+6
2014-04-16mtd: fsl-quadspi: fix __iomem annotationsBrian Norris1-2/+2
2014-04-16mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie3-40/+46
2014-04-16mtd: nand: add line feed to pr_errRaphaël Poggi1-1/+1
2014-04-15mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri1-0/+6
2014-04-15mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback...Roman Peniaev1-0/+6
2014-04-15mtd: nand: use the nand_read_subpage index everywhereRon1-2/+1
2014-04-15mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer1-1/+1
2014-04-14mtd: spi-nor: allow to be built as moduleBrian Norris1-2/+2
2014-04-14mtd: st_spi_fsm: begin using spi-nor.h opcodesBrian Norris2-24/+5
2014-04-14mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*Brian Norris2-87/+87