summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
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-11mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina1-0/+1
2014-03-11mtd: gpmi: add subpage read supportHuang Shijie1-0/+96
2014-03-11mtd: gpmi: do not use the mtd->writesizeHuang Shijie1-3/+3
2014-03-11mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-2/+5
2014-03-11mtd: nand: remove unused function input parameterCai Zhiyong1-7/+5
2014-03-11mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia1-1/+1
2014-03-11mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia1-1/+0
2014-03-11mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter1-1/+1
2014-03-11mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie1-2/+11
2014-03-11mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-0/+85
2014-03-11mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam1-0/+2
2014-03-11mtd: atmel_nand: change log levelNicolas Ferre1-1/+1
2014-03-11mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON1-1/+1
2014-03-11mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMARichard Weinberger1-0/+2
2014-03-11mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-11/+3
2014-03-11mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris5-10/+16
2014-03-11mtd: nand: add support for SanDisk SDTNRGAMA-008GHuang Shijie1-0/+3
2014-03-11mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2-26/+61
2014-03-11mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-03-03Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2-22/+41
2014-03-01powerpc: select MEMORY for FSL_IFC to not break existing .config filesPaul Gortmaker1-0/+1
2014-02-24mtd: nand: omap: fix ecclayout->oobfree->lengthPekon Gupta1-3/+2
2014-02-24mtd: nand: omap: fix ecclayout->oobfree->offsetPekon Gupta1-10/+15
2014-02-24mtd: nand: omap: fix ecclayout to be in sync with u-boot NAND driverPekon Gupta1-8/+23
2014-02-23ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk1-22/+0
2014-02-19driver/memory:Move Freescale IFC driver to a common driverPrabhakar Kushwaha1-1/+1
2014-02-15mtd: nand: fix off-by-one read retry mode countingBrian Norris1-1/+1
2014-02-11PM / QoS: Rename device resume latency QoS itemsRafael J. Wysocki1-1/+1
2014-01-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-1/+1
2014-01-28mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie1-14/+17
2014-01-28mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie1-2/+11
2014-01-23mtd: s3c2410: Merge plat/regs-nand.h into s3c2410.cSachin Kamat1-1/+35
2014-01-20mtd: nuc900_nand: remove redundant return value check of platform_get_resource()Wei Yongjun1-3/+0
2014-01-20mtd: plat_nand: remove redundant return value check of platform_get_resource()Wei Yongjun1-4/+1
2014-01-20mtd: nand: add Intel manufacturer IDHuang Shijie1-0/+1
2014-01-20mtd: nand: add SanDisk manufacturer IDHuang Shijie1-0/+1
2014-01-20mtd: nand: add support for Samsung K9LCG08U0BHuang Shijie1-1/+4
2014-01-20mtd: nand: pxa3xx: Add support for 2048 bytes page size devicesRodolfo Giometti1-0/+21
2014-01-15mtd: nand: don't use {read,write}_buf for 8-bit transfersUwe Kleine-König1-2/+55
2014-01-14mtd: nand: support Micron READ RETRYBrian Norris1-0/+27
2014-01-14mtd: nand: add generic READ RETRY supportBrian Norris1-4/+52