summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* 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
* nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu2018-01-301-2/+5
* nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu2018-01-301-27/+138
* nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu2018-01-301-7/+7
* mtd: nand: mxs_nand_spl: Remove nand size printJagan Teki2018-01-081-2/+0
* mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada2017-12-121-4/+3
* mtd: nand: denali: consolidate include directivesMasahiro Yamada2017-12-041-3/+3
* mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada2017-12-041-2/+2
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-0416-16/+16
* mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada2017-12-041-26/+0
* mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada2017-12-041-1/+1
* fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer2017-11-301-0/+2
* Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-11-292-2/+28
|\
| * mtd: nand: zynq: Add support for the NAND lock/unlock operationJoe Hershberger2017-11-291-0/+12
| * mtd: zynq: nand: Move board_nand_init() function to board.cWilson Lee2017-11-291-2/+4
| * mtd: nand: zynq: Add a config option to use 1st stage bootloader timingJeff Westfahl2017-11-282-0/+12
* | mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada2017-11-295-1295/+1247
* | mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-4/+5