aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxs_nand.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-1302/+0
2018-06-27mtd: nand: mxs_nand: add support for specific ECC strengthStefan Agner1-14/+30
2018-06-27mtd: nand: mxs_nand: add device tree supportStefan Agner1-0/+5
2018-06-27mtd: nand: mxs_nand: move structs into header fileStefan Agner1-60/+3
2018-06-27mtd: nand: mxs_nand: add use_minimum_ecc to structStefan Agner1-14/+20
2018-06-27mtd: nand: mxs_nand: separate board/controller initStefan Agner1-21/+33
2018-06-27mtd: nand: mxs_nand: use more precise function nameStefan Agner1-3/+3
2018-06-27mtd: nand: mxs_nand: move register structs to driver dataStefan Agner1-17/+17
2018-06-27mtd: nand: mxs_nand: add minimal ECC supportStefan Agner1-14/+58
2018-06-27mtd: nand: mxs_nand: report correct ECC parametersStefan Agner1-3/+2
2018-06-27mtd: nand: mxs_nand: use structure for BCH geometryStefan Agner1-87/+95
2018-06-27mtd: nand: mxs_nand: allow to enable BBT supportStefan Agner1-0/+4
2018-06-27mtd: nand: mxs_nand: use self initStefan Agner1-24/+29
2018-06-27mtd: nand: mxs_nand: introduce SPL specific initStefan Agner1-0/+43
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-3/+3
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-06mtd: nand: mxs: fix cache alignment for cache lines >32Stefan Agner1-0/+5
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+1
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood1-1/+1
2016-06-03mtd: nand: Add page argument to write_page() etc.Scott Wood1-1/+1
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-23/+23
2016-05-24mtd: nand: mxs: use simpler runtime cpu dection macrosPeng Fan1-1/+1
2016-02-12nand: mxs: fix error handling for mxs_nand_initPeng Fan1-9/+15
2016-01-24imx: nand: update GPMI NAND driver to support MX7Peng Fan1-2/+2
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan1-1/+8
2015-08-25mtd: nand: mxs invalidate dcache before DMA readPeng Fan1-0/+6
2015-08-25mtd: 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-30mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()Luca Ellero1-1/+1
2015-03-30mtd: 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-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini1-15/+19
2013-05-31mtd: 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-11mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang1-0/+3
2012-09-10NAND: 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