Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | uboot-mediatek: fix FORESEE Flash build warning | Shiji Yang | 2025-07-28 |
| | | | | | | | | | | | Remove unused variable to fix the warning: drivers/mtd/nand/spi/foresee.c: In function 'f35sqa002g_ecc_get_status': drivers/mtd/nand/spi/foresee.c:56:29: warning: unused variable 'nand' [-Wunused-variable] 56 | struct nand_device *nand = spinand_to_nand(spinand); | ^~~~ Signed-off-by: Shiji Yang <yangshiji66@outlook.com> | ||
* | uboot-mediatek: port patches for FORESEE NAND support | Erik Servili | 2025-02-09 |
Backport FORESEE NAND chip support from upstream Linux. The newly introduced FORESEE F35SQA001G was found on the Xiaomi AX3000T. Signed-off-by: Erik Servili <serverror@serverror.com> Signed-off-by: Shiji Yang <yangshiji66@qq.com> |