aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/spi
AgeCommit message (Expand)AuthorFilesLines
2024-04-14mtd: spinand: Add support for XTX SPINANDBruce Suen3-1/+268
2023-12-14mtd: spinand: add support for ESMT F50x1G41LBIgor Prusov3-1/+140
2023-10-13mtd: spinand: winbond: add Winbond W25N02KV flash supportMikhail Kshevetskiy1-0/+76
2023-10-13mtd: spinand: winbond: fix flash identificationMikhail Kshevetskiy1-2/+2
2023-10-13mtd/spinand: sync supported devices with linux-5.15.43Mikhail Kshevetskiy8-101/+591
2023-10-13mtd/spinand: sync core spinand code with linux-5.10.118Mikhail Kshevetskiy1-10/+14
2023-10-13mtd/spinand: rework detect procedure for different READ_ID operationMikhail Kshevetskiy6-186/+143
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-02-27mtd: spinand: Fix display of unknown raw IDPatrice Chotard1-2/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2021-10-08mtd: spinand: macronix: Fix ECC Status ReadHaolin Li1-1/+9
2021-06-24mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+46
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
2021-02-26mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxGReto Schneider1-10/+69
2021-02-26mtd: nand: spi: Only one dummy byte in QUADIOHauke Mehrtens1-1/+1
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+1
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-16/+8
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05spi: Tidy up get/set of device nodeSimon Glass1-1/+1
2020-12-18mtd: spinand: Do not erase the block before writing a bad block markerFrieder Schrempf1-9/+0
2020-12-18mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf1-0/+1
2020-12-18mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-30mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson1-4/+4
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri1-0/+55
2020-07-20mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri1-0/+20
2020-07-20mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri1-0/+16
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri1-0/+30
2020-07-20mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri1-0/+1
2020-07-20mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri1-14/+14
2020-05-28mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama1-16/+103
2020-05-28mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama1-27/+27
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop linux/bug.h from common headerSimon Glass3-0/+3
2020-04-29mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJRobert Marko1-0/+10
2020-04-29mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko3-1/+193
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass5-0/+5
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-05mtd: Rename free() to rfree()Simon Glass5-5/+5
2020-01-27mtd: spinand: winbond: Add support for W25N01GVRobert Marko1-0/+8
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal1-1/+1
2019-04-12mtd: spinand: Sync GigaDevice GD5F1GQ4UExxG with latest Linux versionStefan Roese1-32/+47
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese3-1/+137
2018-09-20mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal1-6/+14
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon3-1/+140
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf3-1/+145
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan3-1/+153
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan3-0/+1246