aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: mxs_nand_spl: add mxs_flash_full_identJörg Krause2018-06-271-0/+28
* mtd: nand: mxs_nand_spl: refactor mxs_flash_identJörg Krause2018-06-271-1/+8
* spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chipsJörg Krause2018-06-271-0/+1
* mtd: nand: export nand_get_flash_type functionJörg Krause2018-06-271-1/+2
* 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-274-0/+99
* mtd: nand: mxs_nand: move structs into header fileStefan Agner2018-06-272-60/+65
* 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-272-14/+66
* 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-273-24/+31
* mtd: nand: mxs_nand: introduce SPL specific initStefan Agner2018-06-273-1/+55
* Merge git://git.denx.de/u-boot-tegraTom Rini2018-05-111-43/+55
|\
| * mtd: nand: tegra: convert to driver model and live treeMarcel Ziswiler2018-05-101-43/+55
* | Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-05-111-1/+53
|\ \
| * | nand: zynq: Send address cycles as per onfi parameter pageSiva Durga Prasad Paladugu2018-05-111-1/+15
| * | nand: zynq: Add support for 16-bit buswidthSiva Durga Prasad Paladugu2018-05-111-0/+38
| |/
* | mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya2018-05-091-2/+3
* | mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya2018-05-091-20/+12
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0741-82/+41
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* nand: zynq: Cleanup initializationEzequiel Garcia2018-04-231-4/+2
* nand: zynq: Fix driver initializationEzequiel Garcia2018-04-231-1/+1
* nand: arasan_nfc: Fixed NAND write issueVipul Kumar2018-04-091-2/+2
* Merge git://git.denx.de/u-boot-sunxiTom Rini2018-04-043-120/+150
|\
| * sunxi: move the NAND parameters to KconfigMiquel Raynal2018-04-031-0/+22
| * sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal2018-04-031-0/+1
| * sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal2018-04-031-1/+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
| * mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal2018-04-031-1/+7
* | arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar2018-03-231-3/+4
* | nand: Remove unused ppc4xx NAND driver and referencesStefan Roese2018-03-193-217/+0
|/
* Convert CONFIG_APBH_DMA et al to KconfigAdam Ford2018-02-081-0/+3
* Convert CONFIG_NAND_MXS to KconfigStefan Agner2018-02-081-1/+1
* nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia2018-01-301-0/+1