summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxs_nand.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan1-1/+8
2015-08-26mtd: nand: mxs invalidate dcache before DMA readPeng Fan1-0/+6
2015-08-26mtd: nand: mxs support oobsize bigger than 512Peng Fan1-9/+23
2015-05-24mtd: nand: mxs: Replace magic number for bits per ECC level with macroJörg Krause1-3/+4
2015-05-24mtd:mxs:nand calculate ecc strength dynamicallyPeng Fan1-18/+12
2015-03-31mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()Luca Ellero1-1/+1
2015-03-31mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()Luca Ellero1-1/+1
2014-10-30mtd: nand: mxs: Add ECC geometry for 2048b/112b NANDMarek Vasut1-2/+7
2013-09-11mxs_nand: Fix ECC strength for NAND flash with OOB size of 224Elie De Brauwer1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2013-06-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-15/+19
2013-06-01mtd: resync with Linux-3.7.1Sergey Lapin1-15/+19
2013-04-22mtd: mxs_nand: Add support for i.MX6Stefan Roese1-2/+9
2013-04-22imx: Move some header files from arch-mxs to imx-commonStefan Roese1-1/+3
2012-12-12mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+3
2012-09-11NAND: MXS: include common.h first so cache.h is included in correct orderTom Warren1-1/+1
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-3/+3
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-6/+6
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut1-2/+9
2012-03-29i.MX28: Add cache support to MXS NAND driverMarek Vasut1-3/+50
2011-11-11iMX28: Add GPMI NAND driverMarek Vasut1-0/+1118