aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/spi/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11mtd: spinand: Add WATCHDOG_RESET() in spinand_mtd_read/write()Patrice Chotard1-0/+3
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-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-04-29mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-05mtd: Rename free() to rfree()Simon Glass1-1/+1
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese1-0/+1
2018-09-20mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon1-0/+1
2018-09-20mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf1-0/+1
2018-09-20mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan1-0/+17
2018-09-20mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan1-0/+1235