1This is a list of things that need to be done to get this driver out of the 2staging directory. 3 4- ABI headers cleanup 5 Cleanup the firmware ABI headers 6 7- Add metadata capture support 8 The IPU7 hardware should support metadata capture, but it is not 9 fully verified with IPU7 firmware ABI so far, need to add the metadata 10 capture support. 11 12- Refine CSI2 PHY code 13 Refine the ipu7-isys-csi2-phy.c, move the hardware specific variant 14 into structure, clarify and explain the PHY registers to make it more 15 readable. 16 17- Work with the common IPU module 18 Sakari commented much of the driver code is the same than the IPU6 driver. 19 IPU7 driver is expected to work with the common IPU module in future. 20 21- Register definition cleanup 22 Cleanup the register definitions - remove some unnecessary definitions 23 remove 'U' suffix for hexadecimal and decimal values and add IPU7 prefix 24 for IPU7 specific registers. 25 Some ISYS IO sub-blocks register definitions are offset values from 26 specific sub-block base, but it is not clear and well suited for driver 27 to use, need to update the register definitions to make it more clear 28 and readable. 29