diff options
author | Marc Dietrich <marvin24@gmx.de> | 2024-04-06 15:31:23 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-11 14:59:31 +0300 |
commit | e4d5e3a9ae68250f7cc7e930ffeecba2c9f32832 (patch) | |
tree | f2f39cd7c8ce32123d239af9b19de7414599c928 /drivers/staging/nvec | |
parent | 395e9164bf721aff9bbbf8d6ac4f6c988d25980c (diff) | |
download | linux-e4d5e3a9ae68250f7cc7e930ffeecba2c9f32832.tar.xz |
staging: nvec: update TODO
Remove isr delay from the bill.
Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Link: https://lore.kernel.org/r/20240406123123.37148-6-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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO index 8afde3ccc960..33f9ebe6d59b 100644 --- a/drivers/staging/nvec/TODO +++ b/drivers/staging/nvec/TODO @@ -1,5 +1,4 @@ ToDo list (incomplete, unordered) - move the driver to the new i2c slave framework - finish suspend/resume support - - fix udelay in the isr - add atomic ops in order to fix shutoff/reboot problems |