summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: omap: Fix 1-bit Hamming code scheme, omap_calculate_ecc()Roger Quadros2014-08-251-1/+1
* mtd: nand: omap: Revert to using software ECC by defaultRoger Quadros2014-08-251-3/+11
* Merge tag 'for-linus-20140808' of git://git.infradead.org/linux-mtdLinus Torvalds2014-08-0812-107/+443
|\
| * mtd: gpmi: make blockmark swapping optionalLothar Waßmann2014-07-271-19/+32
| * mtd: gpmi: remove line breaks from error messages and improve wordingLothar Waßmann2014-07-271-5/+5
| * mtd: gpmi: remove useless (void *) type casts and spaces between type casts a...Lothar Waßmann2014-07-271-5/+5
| * mtd: atmel_nand: NFC: support multiple interrupt handlingJosh Wu2014-07-211-22/+62
| * mtd: atmel_nand: implement the nfc_device_ready() by checking the R/B bitWu, Josh2014-07-211-3/+11
| * mtd: atmel_nand: add NFC status error checkWu, Josh2014-07-212-1/+27
| * mtd: atmel_nand: make ecc parameters same as definitionBo Shen2014-07-211-10/+10
| * mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON2014-07-212-1/+254
| * Merge tag 'v3.16-rc6' into MTD development branchBrian Norris2014-07-211-2/+4
| |\
| * | mtd: denali: use 8 bytes for READID commandgrmoore@altera.com2014-07-141-3/+3
| * | mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-082-0/+32
| * | mtd: bf5xx_nand: drop no-op PM supportBrian Norris2014-07-021-24/+0
| * | mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepareVasily Khoruzhick2014-07-021-2/+2
| * | mtd: lpc32xx: drop bitflip_threshold initializationBrian Norris2014-07-012-12/+0
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-16/+13
|\ \ \ | |_|/ |/| |
| * | MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-301-11/+10
| * | MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss2014-07-301-5/+3
| |/
* | mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni2014-07-131-2/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-2/+2
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-0/+6
| |\
| | * mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-301-0/+6
| * | replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-061-2/+2
| |/
* | mtd: gpmi: add gpmi support for imx6sxHuang Shijie2014-05-284-15/+28
* | mtd: bf5xx_nand: use the managed version of kzallocHimangi Saraogi2014-05-281-9/+4
* | mtd: pxa3xx_nand: make the driver work on big-endian systemsThomas Petazzoni2014-05-281-2/+2
* | mtd: nand: omap: fix omap_calculate_ecc_bch() for-loop errorTed Juan2014-05-281-5/+5
* | mtd: nand: r852: correct write_buf loop boundsBrian Norris2014-05-281-2/+4
* | mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris2014-05-281-2/+6
* | mtd: nand_bbt: remove unused variableBrian Norris2014-05-281-4/+1
* | mtd: nand: pxa3xx: Use ECC strength and step size devicetree bindingEzequiel Garcia2014-05-211-2/+15
* | mtd: nand: pxa3xx: Clean pxa_ecc_init() error handlingEzequiel Garcia2014-05-211-11/+10
* | mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia2014-05-211-0/+36
* | mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta2014-05-201-0/+94
* | NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee2014-05-201-2/+10
* | mtd: fsl_ifc_nand: Workaround bogus WP on 16-bit NANDJoe Schultz2014-05-201-1/+4
* | mtd: fsl_ifc_nand: Use void type for IFC bufferAaron Sierra2014-05-201-7/+9
* | mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-201-6/+31
* | mtd: eLBC NAND: fix subpage write supportPekon Gupta2014-05-201-0/+14
* | mtd: orion_nand: Make of_device_id array constJingoo Han2014-05-201-1/+1
* | mtd: nand: pxa3xx: Make of_device_id array constJingoo Han2014-05-201-1/+1
* | mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...pekon gupta2014-05-201-1/+1
* | 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-151-0/+6
* | mtd: nand: use the nand_read_subpage index everywhereRon2014-04-151-2/+1
OpenPOWER on IntegriCloud