projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dde7d5
)
staging/nvec: update TODO
author
Marc Dietrich
<marvin24@gmx.de>
Sun, 18 Feb 2024 21:25:57 +0000
(22:25 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 19 Feb 2024 08:46:59 +0000
(09:46 +0100)
replace old/implemented items with new todo list
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Link:
https://lore.kernel.org/r/20240218212557.22836-2-marvin24@gmx.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/TODO
patch
|
blob
|
history
diff --git
a/drivers/staging/nvec/TODO
b/drivers/staging/nvec/TODO
index e4d85d9b46817ac5e4f53b0bad261619a0c170a6..8afde3ccc960e8c48f946076ae37e4b0b53d7e9a 100644
(file)
--- 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