On 18/10/2023 05:11, Jack Zhu wrote: > > > On 2023/10/16 19:40, Hans Verkuil wrote: >> Hi Jack, >> >> On 08/10/2023 10:51, Jack Zhu wrote: >>> Hi, >>> >>> This series is the v10 series that attempts to support the Camera Subsystem >>> found on StarFive JH7110 SoC. >>> >>> This series is based on top of the master branch of media_stage repository, >>> which is tested with a v4l2-compliance compiled from the git repo >>> (git://linuxtv.org/v4l-utils.git). >> >> I get one smatch warning: >> >> drivers/staging/media/starfive/camss/stf-isp.c:122 isp_enum_mbus_code() warn: unsigned 'code->index' is never less than zero. >> > > Could you please tell me the code check command? This way I can use it to check > my next commit. See https://repo.or.cz/smatch.git/blob/HEAD:/Documentation/smatch.txt FYI: you can use the same build scripts that I use to verify patches. It is described here: https://lore.kernel.org/linux-media/18989016-6392-a77b-6cf7-1223c9161def@xxxxxxxxx/ See the README for detailed instructions. Regards, Hans > >> And I also notice that there is no TODO file: staging drivers should have a >> TODO file explaining what needs to be done to get them out of staging. >> > > OK, I'll add it to my next commit. I previously misunderstood that it was submitted > when moving out of staging. > >> I'm curious to know that as well :-) >> >> It looks like there is a lot of additional development that can be done, since >> most of the ISP parameters appear to be hardcoded. >> > > Part is the module initialization configuration. In the next stage, we will use > incremental development to implement 3A functions. >