diff options
| author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2026-09-03 22:56:05 +0300 |
|---|---|---|
| committer | Sakari Ailus <sakari.ailus@linux.intel.com> | 2026-09-08 00:12:05 +0300 |
| commit | 9d6b3fa3f5bdaba65bce21e2e94afce1059b8cf8 (patch) | |
| tree | ff1c38b0c796faa32915650e18a7dfe49857f870 | |
| parent | 2f4ffd14b6c0556ae0b5e5ba5691ba8fc6d1fcad (diff) | |
| download | linux-next-9d6b3fa3f5bdaba65bce21e2e94afce1059b8cf8.tar.gz linux-next-9d6b3fa3f5bdaba65bce21e2e94afce1059b8cf8.zip | |
staging: media: ipu7: Update TODO file
Update the TODO file to reflect the plan to drop the ipu7 driver in favour
of IPU7 and later support in ipu6 driver. The ipu7 driver may still exist
for some time as users switch to the ipu6 driver.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
| -rw-r--r-- | drivers/staging/media/ipu7/TODO | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/drivers/staging/media/ipu7/TODO b/drivers/staging/media/ipu7/TODO index dc27bb6463da..57cca4e4033f 100644 --- a/drivers/staging/media/ipu7/TODO +++ b/drivers/staging/media/ipu7/TODO @@ -1,26 +1,2 @@ -This is a list of things that need to be done to get this driver out of the -staging directory. - -- ABI headers cleanup - Cleanup the firmware ABI headers - -- Add metadata capture support - The IPU7 hardware should support metadata capture, but it is not - fully verified with IPU7 firmware ABI so far, need to add the metadata - capture support. - -- Refine CSI2 PHY code - Refine the ipu7-isys-csi2-phy.c, move the hardware specific variant - into structure, clarify and explain the PHY registers to make it more - readable. - -- Work with the common IPU module - Sakari commented much of the driver code is the same than the IPU6 driver. - IPU7 driver is expected to work with the common IPU module in future. - -- Register definition cleanup - 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. +This driver will be removed soon in favour of supporting IPU7 and later +in the ipu6 driver. |
