diff options
author | Marc Dietrich <marvin24@gmx.de> | 2024-02-18 22:25:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-02-19 09:46:59 +0100 |
commit | 673f605ea73f1658cea26bfcdfbffd54c34b7828 (patch) | |
tree | c65153fcec0843bae2db7da51bea3b9ebc25966b /drivers/staging/nvec | |
parent | 6dde7d5fbdc3ad2c03c8c0fe3f2ed229fa31d1e5 (diff) | |
download | lwn-673f605ea73f1658cea26bfcdfbffd54c34b7828.tar.gz lwn-673f605ea73f1658cea26bfcdfbffd54c34b7828.zip |
staging/nvec: update TODO
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>
Diffstat (limited to 'drivers/staging/nvec')
-rw-r--r-- | drivers/staging/nvec/TODO | 7 |
1 files changed, 3 insertions, 4 deletions
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 |