aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal
2018-03-23arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar
2018-03-19nand: Remove unused ppc4xx NAND driver and referencesStefan Roese
2018-02-08Convert CONFIG_APBH_DMA et al to KconfigAdam Ford
2018-02-08Convert CONFIG_NAND_MXS to KconfigStefan Agner
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu
2018-01-08mtd: nand: mxs_nand_spl: Remove nand size printJagan Teki
2017-12-12mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada
2017-11-30fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer
2017-11-29Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblazeTom Rini
2017-11-29mtd: nand: zynq: Add support for the NAND lock/unlock operationJoe Hershberger
2017-11-29mtd: zynq: nand: Move board_nand_init() function to board.cWilson Lee
2017-11-29mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada
2017-11-29mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada
2017-11-29mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada
2017-11-29mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2017-11-29mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-11-29mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon
2017-11-29mtd: nand: Drop the ->errstat() hookBoris Brezillon
2017-11-29mtd: nand: Drop unused cached programming supportBoris Brezillon
2017-11-29mtd: nand: Support controllers with custom pageMarc Gonzalez
2017-11-29mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon
2017-11-29mtd: nand: Fix data interface configuration logicBoris Brezillon
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer