diff mbox series

[2/2] staging/nvec: update TODO

Message ID 20240218212557.22836-2-marvin24@gmx.de
State Handled Elsewhere
Headers show
Series [1/2] staging/nvec: update comment regarding udelay in the isr | expand

Commit Message

Marc Dietrich Feb. 18, 2024, 9:25 p.m. UTC
replace old/implemented items with new todo list

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
---
 drivers/staging/nvec/TODO | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

--
2.40.1
diff mbox series

Patch

diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO
index e4d85d9b4681..8afde3ccc960 100644
--- a/drivers/staging/nvec/TODO
+++ b/drivers/staging/nvec/TODO
@@ -1,6 +1,5 @@ 
 ToDo list (incomplete, unordered)
-	- add compile as module support
-	- move half of the nvec init stuff to i2c-tegra.c
-	- move event handling to nvec_events
+	- move the driver to the new i2c slave framework
 	- finish suspend/resume support
-	- add support for more device implementations
+	- fix udelay in the isr
+	- add atomic ops in order to fix shutoff/reboot problems