aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi/spi-sg2044-nor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-18spi: sg2044-nor: fix a couple static checker bugsMark Brown1-3/+2
2025-03-17spi: sg2044-nor: A couple of cleanupsMark Brown1-18/+7
2025-03-16spi: sophgo: fix incorrect type for ret in sg2044_spifmc_write()Qasim Ijaz1-1/+1
2025-03-16spi: sg2044-nor: fix uninitialized variable in probeDan Carpenter1-3/+2
2025-03-16spi: sg2044-nor: fix signedness bug in sg2044_spifmc_write()Dan Carpenter1-1/+1
2025-03-16spi: sg2044-nor: Convert to dev_err_probe()Andy Shevchenko1-7/+3
2025-03-16spi: sg2044-nor: Fully convert to device managed resourcesAndy Shevchenko1-11/+4
2025-03-11spi: sophgo: add SG2044 SPI NOR controller driverLongbin Li1-0/+500