Michal Lenc
02aeb66644
mtd/w25q: add nxsig_usleep to busy waiting in w25qxxxjv_erase_sector()
...
Busy waiting in w25qxxxjv_erase_sector() was without nxsig_usleep and
was causing the entire system to freeze for significant amount of time
as sector erase takes some time.
This commit adds nxsig_usleep into busy waiting to prevent system lock.
Sleep is set to sector erase time based on W25Q series datasheet.
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2023-12-11 16:00:07 -03:00
..
2023-09-07 23:05:11 +08:00
2023-08-30 14:34:20 +08:00
2023-08-30 14:34:20 +08:00
2023-08-30 14:34:20 +08:00
2023-07-15 23:32:36 +08:00
2023-08-29 08:58:07 +02:00
2023-10-15 01:29:12 +08:00
2023-08-30 14:34:20 +08:00
2023-08-30 14:34:20 +08:00
2023-08-30 14:34:20 +08:00
2023-05-01 22:47:00 +03:00
2023-08-30 14:34:20 +08:00
2023-08-22 23:16:14 +08:00
2023-08-30 14:34:20 +08:00
2023-08-22 23:16:14 +08:00
2023-09-22 13:51:00 +08:00
2023-09-22 13:51:00 +08:00
2023-05-01 22:47:00 +03:00
2023-08-30 14:34:20 +08:00
2023-05-03 17:40:18 +03:00
2023-05-01 22:47:00 +03:00
2023-05-01 22:47:00 +03:00
2023-05-01 22:47:00 +03:00
2023-10-26 20:02:45 +08:00
2023-03-01 10:06:56 -03:00
2023-01-31 11:50:28 -03:00
2023-08-30 14:34:20 +08:00
2023-11-09 09:04:38 +08:00
2023-08-30 14:34:20 +08:00
2023-01-31 11:50:28 -03:00
2023-08-30 14:34:20 +08:00
2023-08-30 14:34:20 +08:00
2023-07-04 08:19:56 +08:00
2023-02-09 20:05:44 +08:00
2023-06-17 19:34:39 +08:00
2023-02-09 20:05:44 +08:00
2023-11-14 09:08:08 -08:00
2023-08-30 14:34:20 +08:00
2023-01-31 11:50:28 -03:00
2023-09-11 17:38:45 +08:00
2023-08-30 14:34:20 +08:00
2023-01-31 11:50:28 -03:00
2023-08-30 14:34:20 +08:00
2023-01-31 11:50:28 -03:00
2023-11-22 19:39:40 -03:00
2023-12-11 16:00:07 -03:00