aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi2-27/+239
2022-10-09mtd: mxs_nand: get the clock with the right nameDario Binacchi1-3/+3
2022-10-09mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi1-13/+0
2022-10-08mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros1-1/+1
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham1-179/+68
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese5-14/+14
2022-08-22mtd: rawnand: fsl_elbc: Fix reading address pointer from DTPali Rohár1-1/+1
2022-08-22mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flagPali Rohár1-1/+0
2022-08-22mtd: nand: samsung: Retrieve ECC requirements from extendedMichael Trimarchi1-0/+20
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi3-9/+7
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi3-24/+22
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi2-3/+3
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár1-1/+1
2022-07-22mtd: decommission the NAND museumMichael Trimarchi1-10/+0
2022-07-22mtd: nand: toshiba: Retrieve ECC requirements from extended IDMichael Trimarchi1-0/+26
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi4-13/+35
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi4-18/+57
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi4-33/+92
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi4-21/+58
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi4-88/+119
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi4-51/+98
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-1/+2
2022-07-22mtd: nand: Fix MediaTek MT7621 SoC buildMichael Trimarchi1-1/+1
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-12/+13
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-23/+75
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-29/+29
2022-07-22mtd: nand: Get rid of busw parameterMichael Trimarchi1-27/+32
2022-07-18sunxi-nand: fix the PIO instead of DMA implementationMarkus Hoffrogge1-1/+1
2022-07-13nand: raw: add support for MediaTek MT7621 SoCWeijie Gao5-2/+1488
2022-07-11Merge branch 'next'Tom Rini6-22/+41
2022-07-08mtd: rawnand: Add support to dedicated function to set timingsKory Maincent1-11/+19
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-2/+4
2022-07-03mtd: rawnand: fsl_elbc: Fix detection when nand_scan_ident() has not selected...Pali Rohár1-1/+5
2022-06-29mtd: mxs_nand_spl: fix nand_command protocol violationAndrea Scian1-1/+13
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini1-2/+2
2022-06-20mtd: rawnand: fsl_elbc: Fix DM support in DTS code pathPali Rohár1-4/+5
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-2/+2
2022-06-06Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini3-2/+6
2022-05-20mtd: nand: mxs_nand_spl: Fix bad block skippingMichael Trimarchi1-41/+49
2022-05-20nand: raw: mxs_nand: Fix specific hook registrationMichael Trimarchi1-16/+16
2022-05-19mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li1-0/+3
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2-3/+5
2022-05-03pci: Map bars with offset and lengthAndrew Scull2-3/+3
2022-04-26mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár1-0/+6
2022-04-26mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár1-23/+26
2022-04-26mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2-2/+44
2022-04-26mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár1-0/+8
2022-04-13Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-5/+0
2022-04-12mtd: nand: mxs_nand_spl: Remove the page aligned accessYe Li1-5/+0