]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: media: ipu7: Update TODO
authorSakari Ailus <sakari.ailus@linux.intel.com>
Mon, 23 Mar 2026 10:42:53 +0000 (12:42 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 26 Mar 2026 13:33:07 +0000 (14:33 +0100)
Remove cleanup of the register definitions from the TODO file.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/staging/media/ipu7/TODO

index 7fbc37059adfafdbaf87d1b4a5d536a075f3a998..dc27bb6463da359bb91e01be6a4ce8bc6e4b3275 100644 (file)
@@ -19,10 +19,8 @@ staging directory.
   IPU7 driver is expected to work with the common IPU module in future.
 
 - Register definition cleanup
-  Cleanup the register definitions - remove some unnecessary definitions
-  remove 'U' suffix for hexadecimal and decimal values and add IPU7 prefix
-  for IPU7 specific registers.
-  Some ISYS IO sub-blocks register definitions are offset values from
-  specific sub-block base, but it is not clear and well suited for driver
-  to use, need to update the register definitions to make it more clear
-  and readable.
+  Add IPU7 prefix for IPU7 specific registers and related macros. Some
+  ISYS IO sub-blocks register definitions are offset values from specific
+  sub-block base, but it is not clear and well suited for driver to use,
+  need to update the register definitions to make it more clear and
+  readable.