summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/mxs_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-1302/+0
* mtd: nand: mxs_nand: add support for specific ECC strengthStefan Agner2018-06-271-14/+30
* mtd: nand: mxs_nand: add device tree supportStefan Agner2018-06-271-0/+5
* mtd: nand: mxs_nand: move structs into header fileStefan Agner2018-06-271-60/+3
* mtd: nand: mxs_nand: add use_minimum_ecc to structStefan Agner2018-06-271-14/+20
* mtd: nand: mxs_nand: separate board/controller initStefan Agner2018-06-271-21/+33
* mtd: nand: mxs_nand: use more precise function nameStefan Agner2018-06-271-3/+3
* mtd: nand: mxs_nand: move register structs to driver dataStefan Agner2018-06-271-17/+17
* mtd: nand: mxs_nand: add minimal ECC supportStefan Agner2018-06-271-14/+58
* mtd: nand: mxs_nand: report correct ECC parametersStefan Agner2018-06-271-3/+2
* mtd: nand: mxs_nand: use structure for BCH geometryStefan Agner2018-06-271-87/+95
* mtd: nand: mxs_nand: allow to enable BBT supportStefan Agner2018-06-271-0/+4
* mtd: nand: mxs_nand: use self initStefan Agner2018-06-271-24/+29
* mtd: nand: mxs_nand: introduce SPL specific initStefan Agner2018-06-271-0/+43
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-041-1/+1
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-3/+3
* mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2017-07-121-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mtd: nand: mxs: fix cache alignment for cache lines >32Stefan Agner2016-09-061-0/+5
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-06-121-1/+1
|\
| * mtd: nand: mxs: use simpler runtime cpu dection macrosPeng Fan2016-05-241-1/+1
* | mtd: nand: Sync with Linux v4.6Scott Wood2016-06-031-1/+1
* | mtd: nand: Add page argument to write_page() etc.Scott Wood2016-06-031-1/+1
* | mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-23/+23
|/
* nand: mxs: fix error handling for mxs_nand_initPeng Fan2016-02-121-9/+15
* imx: nand: update GPMI NAND driver to support MX7Peng Fan2016-01-241-2/+2
* mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan2015-09-201-1/+8
* mtd: nand: mxs invalidate dcache before DMA readPeng Fan2015-08-251-0/+6
* mtd: nand: mxs support oobsize bigger than 512Peng Fan2015-08-251-9/+23
* mtd: nand: mxs: Replace magic number for bits per ECC level with macroJörg Krause2015-05-241-3/+4
* mtd:mxs:nand calculate ecc strength dynamicallyPeng Fan2015-05-241-18/+12
* mtd: nand: mxs: fix PIO_WORDs in mxs_nand_write_buf()Luca Ellero2015-03-301-1/+1
* mtd: nand: mxs: fix PIO_WORDs in mxs_nand_read_buf()Luca Ellero2015-03-301-1/+1
* mtd: nand: mxs: Add ECC geometry for 2048b/112b NANDMarek Vasut2014-10-301-2/+7
* mxs_nand: Fix ECC strength for NAND flash with OOB size of 224Elie De Brauwer2013-09-111-0/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-05-311-15/+19
|\
| * mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-15/+19
* | mtd: mxs_nand: Add support for i.MX6Stefan Roese2013-04-221-2/+9
* | imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+3
|/
* mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang2012-12-111-0/+3
* NAND: MXS: include common.h first so cache.h is included in correct orderTom Warren2012-09-101-1/+1
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-011-3/+3
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-011-6/+6
* DMA: Split the APBH DMA init into block and channel initMarek Vasut2012-04-161-2/+9
* i.MX28: Add cache support to MXS NAND driverMarek Vasut2012-03-291-3/+50
* iMX28: Add GPMI NAND driverMarek Vasut2011-11-111-0/+1118