On 19/06/2023 12:28, Jack Zhu wrote:
Add basic platform driver for StarFive Camera Subsystem.
Another nit here. "Add basic driver" isn't a great title. Recommend "Add core driver".Basic implies a thing that will be added to or improved upon but, this code here is your "core" interface where you do your probing and resource parsing/allocation etc.
Use "core" not "basic" to describe this. --- bod