summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2015-02-02mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra3-8/+9
2015-01-21mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-20mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh1-1/+24
2015-01-20mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh1-3/+3
2015-01-16nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita1-6/+0
2015-01-16mtd: nand: ams-delta: fix overwritten mtd_info->owner in initializationAkinobu Mita1-5/+1
2015-01-13mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore1-1/+1
2015-01-10mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0
2015-01-08mtd: nand: added nand_shutdownScott Branden1-0/+11
2014-12-22mtd: nand: gpmi: remove deprecated commentBoris BREZILLON1-8/+0
2014-12-22mtd: gpmi: Remove noisy error messageFabio Estevam1-1/+0
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds17-161/+1955
2014-12-01mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON1-0/+18
2014-12-01mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2-0/+185
2014-12-01mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2-0/+157
2014-11-29mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng1-2/+2
2014-11-26mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh1-29/+10
2014-11-26mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris1-45/+0
2014-11-26mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros1-7/+0
2014-11-26mtd: nand: add ATO manufacturer infoBrian Norris1-0/+1
2014-11-26mtd: nand: print erase size on initRafał Miłecki1-2/+2
2014-11-06fsl_ifc: Support all 8 IFC chip selectsAaron Sierra1-6/+4
2014-11-06mtd: atmel_nand: make PMECC lookup table and offset property optionalJosh Wu2-4/+81
2014-11-06mtd: mxc_nand: use __iowrite32_copy for 32 bit copyKoul, Vinod1-7/+3
2014-11-06mtd: nand: omap: Synchronize the access to the ECC engineRostislav Lisovy1-5/+7
2014-11-05mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig1-1/+1
2014-11-05mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh1-1/+1
2014-11-05mtd: nand: gpio: improve comments about GPIO assisted operationGerhard Sittig2-3/+7
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman30-31/+0
2014-11-03Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2014-10-30MTD: merge 3.18 development into -next developmentBrian Norris1-1/+1
2014-10-30mtd: omap: fix mtd devices not showing upFrans Klaver1-1/+1
2014-10-29mtd: nand: add sunxi NAND flash controller supportBoris BREZILLON3-0/+1439
2014-10-23nandsim: add id_bytes module parameterAkinobu Mita1-18/+24
2014-10-22mtd: orion_nand: fix error code path in probeMichael Opdenacker1-28/+11
2014-10-22mtd: nand: omap: Do not use global variablesRostislav Lisovy1-4/+3
2014-10-20mtd: nand: bcm47xxnflash: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang29-30/+0
2014-10-19Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+2
2014-10-15mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-15mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-07mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros1-1/+1
2014-10-07mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2-2/+5
2014-09-22mtd: nand: Move ELM driver and rename as omap_elmEzequiel García2-0/+580
2014-09-22nand: omap2: Replace pr_err with dev_errEzequiel García1-13/+17
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García1-59/+71
2014-09-22mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON1-0/+4
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+2
2014-09-19mtd: denali: fix indents and other trivial thingsMasahiro Yamada1-77/+61
2014-09-19mtd: denali: remove unnecessary parenthesesMasahiro Yamada1-7/+7