summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-093-13/+14
* mtd: nand: fix a typo in a comment lineMasahiro Yamada2014-04-291-1/+1
* mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46
* mtd: nand: add line feed to pr_errRaphaël Poggi2014-04-161-1/+1
* mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-161-0/+6
* mtd: nand: use the nand_read_subpage index everywhereRon2014-04-161-2/+1
* mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer2014-04-161-1/+1
* Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtdLinus Torvalds2014-04-0722-407/+527
|\
| * Fix index regression in nand_read_subpageRon2014-04-051-3/+2
| * mtd: diskonchip: mem resource name is not optionalSasha Levin2014-04-011-1/+1
| * mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes2014-03-261-1/+1
| * mtd: omap2: Use devm_ioremap_resource()Jingoo Han2014-03-261-20/+3
| * mtd: denali_dt: Use devm_ioremap_resource()Jingoo Han2014-03-261-31/+8
| * mtd: devices: elm: check for hardware engine's design constraintsPekon Gupta2014-03-261-3/+6
| * mtd: nand: omap: remove is_elm_present flagPekon Gupta2014-03-201-3/+0
| * mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta2014-03-201-13/+10
| * mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta2014-03-201-24/+50
| * mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta2014-03-201-8/+7
| * mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta2014-03-201-49/+10
| * mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta2014-03-201-41/+10
| * mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta2014-03-201-33/+35
| * mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta2014-03-201-5/+5
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta2014-03-201-10/+19
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta2014-03-201-25/+13
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta2014-03-201-52/+33
| * mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta2014-03-201-16/+23
| * mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...Pekon Gupta2014-03-201-1/+3
| * mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina2014-03-111-0/+1
| * mtd: gpmi: add subpage read supportHuang Shijie2014-03-111-0/+96
| * mtd: gpmi: do not use the mtd->writesizeHuang Shijie2014-03-111-3/+3
| * mtd: nand: add "page" argument for read_subpage hookHuang Shijie2014-03-111-2/+5
| * mtd: nand: remove unused function input parameterCai Zhiyong2014-03-111-7/+5
| * mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia2014-03-111-1/+1
| * mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia2014-03-111-1/+0
| * mtd: nuc900_nand: NULL dereference in nuc900_nand_enable()Dan Carpenter2014-03-111-1/+1
| * mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie2014-03-111-2/+11
| * mtd: nand: parse out the JEDEC compliant NANDHuang Shijie2014-03-111-0/+85
| * mtd: mxc_nand: Propagate the error if platform_get_irq() failsFabio Estevam2014-03-111-0/+2
| * mtd: atmel_nand: change log levelNicolas Ferre2014-03-111-1/+1
| * mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON2014-03-111-1/+1
| * mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMARichard Weinberger2014-03-111-0/+2
| * mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris2014-03-111-11/+3
| * mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-115-10/+16
| * mtd: nand: add support for SanDisk SDTNRGAMA-008GHuang Shijie2014-03-111-0/+3
| * mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2014-03-112-26/+61
| * mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-1111-11/+0
* | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-061-22/+0
|\ \
| * | ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemifIvan Khoronzhuk2014-02-231-22/+0
* | | Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-022-1/+2
|\ \ \
| * \ \ Merge 3.14-rc5 into char-misc-nextGreg Kroah-Hartman2014-03-032-22/+41
| |\ \ \ | | | |/ | | |/|