summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-032-3/+5
* pci: Map bars with offset and lengthAndrew Scull2022-05-032-3/+3
* mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár2022-04-261-0/+6
* mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár2022-04-261-23/+26
* mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2022-04-262-2/+44
* mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár2022-04-261-0/+8
* Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-04-131-5/+0
|\
| * mtd: nand: mxs_nand_spl: Remove the page aligned accessYe Li2022-04-121-5/+0
* | mtd: Add flash_node in struct mtd_infoPatrice Chotard2022-04-111-0/+1
|/
* Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-283-11/+71
|\
| * mtd: gpmi: fix the bch setting backward compatible issueHan Xu2022-03-282-11/+62
| * mtd: rawnand: stm32_fmc2: add NAND Write Protect supportChristophe Kerello2022-03-151-0/+9
* | Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2022-03-161-3/+6
|\ \
| * | mtd: nand: Update driver to match new DT bindingMichal Simek2022-03-071-3/+6
| |/
* | nand: brcmnand: add bcm6753 supportPhilippe Reynes2022-03-073-0/+131
|/
* doc: replace @return by Return:Heinrich Schuchardt2022-01-197-37/+37
* mtd: nand: pxa3xx: set mtd->devRobert Marko2022-01-171-0/+1
* nand: gpmc: Handle bitflips in erased pages when using BCH ECC engineDavid Rivshin2022-01-161-9/+36
* BRCMNAND: Fix reporting of uncorrectable errors on subpages during page readJoel Peshkin2022-01-141-1/+1
* mtd: nand: pxa3xx: use marvell, prefix for custom DT propertiesPierre Bourdon2022-01-141-2/+2
* Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini2021-12-273-3/+30
* Convert CONFIG_TEGRA_NAND to KconfigTom Rini2021-12-271-0/+8
* Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to KconfigTom Rini2021-12-271-2/+2
* Convert CONFIG_FSL_IFC to KconfigTom Rini2021-12-271-0/+1
* Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini2021-11-051-3/+3
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-10-232-5/+9
|\
| * mtd: Remove mtd_erase_callback() entirelyMarek Behún2021-10-231-4/+0
| * mtd: spinand: macronix: Fix ECC Status ReadHaolin Li2021-10-081-1/+9
* | Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-10-202-1/+7
|\ \
| * | mtd: nand: mxs_nand_spl: Add nand_spl_adjust_offsetYe Li2021-10-071-0/+6
| * | mtd: nand: Fix typo in MXC Kconfig symbol descriptionHaolin Li2021-10-071-1/+1
| |/
* | mtd: rawnand: Add Macronix raw NAND controller driverZhengxun Li2021-10-123-0/+610
|/
* Convert CONFIG_NAND_OMAP_ECCSCHEME to KconfigTom Rini2021-10-061-2/+101
* Convert CONFIG_NAND_FSL_ELBC et al to KconfigTom Rini2021-10-061-0/+11
* Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini2021-10-061-7/+0
* nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-0626-0/+26
* Convert CONFIG_SYS_NAND_ONFI_DETECTION to KconfigTom Rini2021-10-061-1/+8
* Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to KconfigTom Rini2021-10-061-0/+9
* Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to KconfigTom Rini2021-10-061-0/+21
* nand_spl_simple: Drop CONFIG_SYS_NAND_4_ADDR_CYCLE supportTom Rini2021-10-061-5/+0
* Convert CONFIG_SYS_NAND_PAGE_COUNT to KconfigTom Rini2021-10-061-0/+7
* Convert CONFIG_SPL_NAND_LOAD et al to KconfigTom Rini2021-10-061-3/+14
* Convert CONFIG_NAND_LPC32XX_MLC to KconfigTom Rini2021-10-061-0/+5
* arm: Remove zmx25 board and ARCH_MX25Tom Rini2021-10-012-6/+1
* arm: Remove flea3 boardTom Rini2021-10-012-2/+2
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-304-8/+8
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-302-2/+2
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-2/+0
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* Merge branch '2021-09-25-TI-platform-updates' into nextTom Rini2021-09-282-6/+10
|\