summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2018-07-31mtd: nand: sunxi: Return on set_feature only when not ENOTSUPPMylène Josserand
2018-07-31mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand
2018-07-25mtd: nand: denali: correct buffer alignment for DMA transferMasahiro Yamada
2018-07-23Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini
2018-07-23mtd: nand: mxs_nand: add device tree support for i.MX 6Stefan Agner
2018-07-21Convert CONFIG_NAND_DAVINCI to KconfigAdam Ford
2018-07-21Convert CONFIG_NAND_ATMEL to KconfigAdam Ford
2018-07-21Convert CONFIG_NAND_LPC32XX_SLC to KconfigAdam Ford
2018-06-27mtd: nand: mxs_nand_spl: add mxs_flash_full_identJörg Krause
2018-06-27mtd: nand: mxs_nand_spl: refactor mxs_flash_identJörg Krause
2018-06-27spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chipsJörg Krause
2018-06-27mtd: nand: export nand_get_flash_type functionJörg Krause
2018-06-27mtd: nand: mxs_nand: add support for specific ECC strengthStefan Agner
2018-06-27mtd: nand: mxs_nand: add device tree supportStefan Agner
2018-06-27mtd: nand: mxs_nand: move structs into header fileStefan Agner
2018-06-27mtd: nand: mxs_nand: add use_minimum_ecc to structStefan Agner
2018-06-27mtd: nand: mxs_nand: separate board/controller initStefan Agner
2018-06-27mtd: nand: mxs_nand: use more precise function nameStefan Agner
2018-06-27mtd: nand: mxs_nand: move register structs to driver dataStefan Agner
2018-06-27mtd: nand: mxs_nand: add minimal ECC supportStefan Agner
2018-06-27mtd: nand: mxs_nand: report correct ECC parametersStefan Agner
2018-06-27mtd: nand: mxs_nand: use structure for BCH geometryStefan Agner
2018-06-27mtd: nand: mxs_nand: allow to enable BBT supportStefan Agner
2018-06-27mtd: nand: mxs_nand: use self initStefan Agner
2018-06-27mtd: nand: mxs_nand: introduce SPL specific initStefan Agner
2018-05-11Merge git://git.denx.de/u-boot-tegraTom Rini
2018-05-11Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblazeTom Rini
2018-05-11nand: zynq: Send address cycles as per onfi parameter pageSiva Durga Prasad Paladugu
2018-05-11nand: zynq: Add support for 16-bit buswidthSiva Durga Prasad Paladugu
2018-05-10mtd: nand: tegra: convert to driver model and live treeMarcel Ziswiler
2018-05-09mtd: nand: fsl_ifc: Fix nand waitfunc return valueJagdish Gediya
2018-05-09mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0Jagdish Gediya
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-23nand: zynq: Cleanup initializationEzequiel Garcia
2018-04-23nand: zynq: Fix driver initializationEzequiel Garcia
2018-04-09nand: arasan_nfc: Fixed NAND write issueVipul Kumar
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