summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy2-1/+35
2023-10-13mtd/spinand: rework detect procedure for different READ_ID operationMikhail Kshevetskiy1-22/+44
2023-05-31include: Remove unused header filesTom Rini2-274/+0
2023-02-07mtd: Drop unused fsmc_nand driverSimon Glass1-84/+0
2023-02-07mtd: Drop unused fsl_upm driverSimon Glass1-44/+0
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano1-0/+1
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano1-4/+4
2023-01-26mtd: spi-nor-core: Consider reserved bits in CFR5 registerTakahiro Kuwano1-1/+6
2023-01-08mtd: rawnand: omap_elm: u-boot driver model supportRoger Quadros1-79/+0
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi1-1/+0
2022-10-26memory: Add TI GPMC driverRoger Quadros1-0/+3
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano1-0/+5
2022-10-09mtd: Update the function name to 'rfree'Fabio Estevam1-1/+1
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo1-0/+18
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi1-2/+2
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi1-3/+2
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi1-4/+4
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi1-20/+1
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi1-0/+1
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi1-0/+2
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-0/+3
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-2/+1
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-0/+30
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-0/+15
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka1-3/+3
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao1-0/+1
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao1-0/+10
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-04-11linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini1-0/+1
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard1-0/+1
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek BehĂșn1-11/+0
2021-10-06Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini1-5/+0
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-8/+8
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-1/+0
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-0/+2
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-3/+3
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay1-100/+0
2021-06-29mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-tTakahiro Kuwano1-0/+3
2021-06-29mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byteTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Read status by Read Any RegisterTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Add the ->ready() hookTakahiro Kuwano1-0/+2
2021-06-29mtd: spi-nor-core: Add support for volatile QE bitTakahiro Kuwano1-0/+1
2021-06-29mtd: spi-nor-core: Add support for Read/Write Any RegisterTakahiro Kuwano1-0/+2
2021-06-29mtd: spi-nor: Add Cypress manufacturer IDTakahiro Kuwano1-0/+1