Gregory Nutt
|
244437257b
|
drivers/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
|
2019-11-29 17:37:39 -06:00 |
|
Juha Niskanen
|
dc3edca5a7
|
drivers/mtd/gd25.c: spi_devid argument was not used in initialization. Commit 4fc41b55b to GD25 driver was always using priv->spi_devid initialized to zero by kmm_zalloc(). This commit initializes it from the supplied function argument.
|
2019-10-31 07:43:21 -06:00 |
|
Xiang Xiao
|
4fc41b55b3
|
drivers/mtd/gd25.c and gd5f.c: Change missed in previous patch set. Without this change, the compiler will complain that spi_devid cannot be found.
|
2019-10-29 07:48:17 -06:00 |
|
YanLin Zhu
|
bcdf9074fe
|
drivers/mtd/gd5f.c: Add gigadevice SPI NAND FLASH driver.
|
2019-09-15 08:33:22 -06:00 |
|