summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/sunxi_nand_spl.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-548/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: nand: sunxi: use PIO instead of DMAMiquel Raynal2018-04-031-80/+55
* spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal2018-04-031-1/+2
* spl: nand: sunxi: make the reset column helper more genericMiquel Raynal2018-04-031-5/+5
* spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal2018-04-031-3/+12
* spl: nand: sunxi: create an helper to handle command executionMiquel Raynal2018-04-031-21/+21
* spl: nand: sunxi: add missing status clearMiquel Raynal2018-04-031-0/+1
* spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal2018-04-031-0/+19
* spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal2018-04-031-20/+14
* spl: nand: sunxi: fix typo on register nameMiquel Raynal2018-04-031-3/+3
* spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal2018-04-031-2/+3
* nand: sunxi: Fix modulo by zero errorMaxime Ripard2017-04-071-3/+4
* spl: nand: sunxi: add support for NAND config auto-detectionBoris Brezillon2016-06-191-58/+204
* spl: nand: sunxi: split 'load page' and 'read page' logicBoris Brezillon2016-06-191-71/+114
* spl: nand: sunxi: rework status polling loopBoris Brezillon2016-06-191-16/+13
* spl: nand: sunxi: stop guessing the redundant u-boot offsetBoris Brezillon2016-06-191-20/+0
* spl: nand: sunxi: remove support for so-called 'syndrome' modeBoris Brezillon2016-06-191-42/+14
* sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede2015-09-291-6/+20
* sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese2015-09-101-0/+1
* sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-311-3/+8
* sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-311-2/+6
* sunxi_nand_spl: Add support for backup boot partitionsHans de Goede2015-08-311-0/+16
* sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2015-08-311-4/+39
* sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede2015-08-311-38/+48
* sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede2015-08-311-0/+5
* sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede2015-08-311-46/+12
* sunxi_nand_spl: Add proper cache flusingHans de Goede2015-08-311-0/+8
* sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede2015-08-311-2/+15
* sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2015-08-311-0/+2
* sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede2015-08-311-4/+1
* sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede2015-08-311-10/+10
* sunxi_nand_spl: Drop unnecessary temp bufHans de Goede2015-08-311-27/+8
* sunxi: nand: Add basic sunxi NAND driver for SPL with DMA supportPiotr Zierhoffer2015-08-081-0/+353
* Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal N...Ian Campbell2015-06-281-273/+0
* sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memoryDaniel KochmaƄski2015-05-291-0/+273