Message ID | 20250212195656.69528-1-slavine@d3embedded.com (mailing list archive) |
---|---|
Headers | show |
Series | media: i2c: Add driver for Sony IMX728 | expand |
On 12/02/2025 20:56, Sebastian LaVine wrote: > This series adds a V4L2 sensor driver for the Sony IMX728, and related > devicetree overlays. > > v4l2-compliance 1.26.1-5142, 64 bits, 64-bit time_t > v4l2-compliance SHA: 4aee01a02792 2023-12-12 21:40:38 Your Cc list is neither correct (incorrect my email) nor reasonable size. You cc-ed several maintainers which are not responsible for these files. For next version or any resend: Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC (and consider --no-git-fallback argument, so you will not CC people just because they made one commit years ago). It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Tools like b4 or scripts/get_maintainer.pl provide you proper list of people, so fix your workflow. Tools might also fail if you work on some ancient tree (don't, instead use mainline) or work on fork of kernel (don't, instead use mainline). Just use b4 and everything should be fine, although remember about `b4 prep --auto-to-cc` if you added new patches to the patchset. Best regards, Krzysztof
Hi Sebastian, Quoting Sebastian LaVine (2025-02-12 19:56:52) <snip> > > Total for device /dev/v4l-subdev4: 44, Succeeded: 44, Failed: 0, Warnings: 0 > > > This is a v3 of a series that was originally sent last summer[0]. > > [0]: https://lore.kernel.org/r/linux-media/20240628-imx728-driver-v2-0-80efa6774286@d3engineering.com/ This version of the driver was authored by "Spencer Hill <shill@d3engineering.com>" who seems to no longer be credited. Is this intentional? Does his original Signed-off-by: tag need to be kept at least ? Or perhaps Co-Authored-by: ? -- Kieran > > v2 -> v3: > - Update maintainer > - Update bindings example > - Add devicetree overlays > - The driver now supports SRGGB12_1X12, not SRGGB10_1X10 > - The driver now outputs at 3856x2176, not 2840x2160 > - Fixed exposure, again controls > - Removed duplicate register writes (removed repeat HDR writes, etc) > - Fixed imx728_wait_for_state use of the cci_* API > - Re-added _imx728_set_routing (necessary for imx728_init_state) > > Sebastian LaVine (4): > media: dt-bindings: Add Sony IMX728 > media: i2c: Add driver for Sony IMX728 > arm64: dts: ti: k3-am62a7-sk: Add overlay for fusion 2 board > arm64: dts: ti: Add overlays for IMX728 RCM
Hello Krzysztof, On Wed Feb 12, 2025 at 3:04 PM EST, Krzysztof Kozlowski wrote: > On 12/02/2025 20:56, Sebastian LaVine wrote: >> This series adds a V4L2 sensor driver for the Sony IMX728, and related >> devicetree overlays. >> >> v4l2-compliance 1.26.1-5142, 64 bits, 64-bit time_t >> v4l2-compliance SHA: 4aee01a02792 2023-12-12 21:40:38 > > Your Cc list is neither correct (incorrect my email) nor reasonable > size. You cc-ed several maintainers which are not responsible for these > files. > > For next version or any resend: > > Please use scripts/get_maintainers.pl to get a list of necessary people > and lists to CC (and consider --no-git-fallback argument, so you will > not CC people just because they made one commit years ago). It might > happen, that command when run on an older kernel, gives you outdated > entries. Therefore please be sure you base your patches on recent Linux > kernel. Apologies for the extra noise -- the list of folks I CC'd was obtained using scripts/get_maintainers.pl, and the impression I got from the documentation was that all of the people that are listed from that command should be CC'd. I will be sure to prune the list more strictly next time. Thanks, Sebastian Please be aware that this email includes email addresses outside of the organization.
Hello Kieran, On Thu Feb 13, 2025 at 5:40 AM EST, Kieran Bingham wrote: > Hi Sebastian, > > Quoting Sebastian LaVine (2025-02-12 19:56:52) > <snip> >> >> Total for device /dev/v4l-subdev4: 44, Succeeded: 44, Failed: 0, Warnings: 0 >> >> >> This is a v3 of a series that was originally sent last summer[0]. >> >> [0]: https://lore.kernel.org/r/linux-media/20240628-imx728-driver-v2-0-80efa6774286@d3engineering.com/ > > This version of the driver was authored by "Spencer Hill > <shill@d3engineering.com>" who seems to no longer be credited. Is this > intentional? > > Does his original Signed-off-by: tag need to be kept at least ? Or > perhaps Co-Authored-by: ? > Yes, the original patch series was authored by Spencer -- I removed his name as he is no longer with our company and therefore his email address is no longer a valid way to contact him. I am not sure what the convention is for this. I would be happy to re-add his name and former email address to the Git trailers if this is desired. Thank you, -- Sebastian Please be aware that this email includes email addresses outside of the organization.