.../devicetree/bindings/media/i2c/sony,imx728.yaml | 95 + MAINTAINERS | 7 + drivers/media/i2c/Kconfig | 12 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx728.c | 9628 ++++++++++++++++++++ 5 files changed, 9743 insertions(+)
Hello! My name is Stuart Burtner. I will be continuing the work done by Sebastian & Spencer on this driver. I will finish this patch series and maintain this driver moving forward. This series adds a V4L2 sensor driver for the Sony IMX728, and related devicetree overlays. v3 [0] -> v4: - Drop set_fps() function because it doesn't actually change FPS - Use "guard" instead of mutex_lock() - Fix error checking on imx728->reset_gpio - Fix attribution of Spencer Hill as Co-Author - Fix maintainer entry for Stuart - Clean up documentation for gpios, per notes from Krzysztof Kozlowski - Removed defconfig modifications [0]: https://lore.kernel.org/all/20250212195656.69528-1-slavine@d3embedded.com/ v4l2-compliance 1.26.1-5142, 64 bits, 64-bit time_t v4l2-compliance SHA: 4aee01a02792 2023-12-12 21:40:38 Compliance test for device /dev/v4l-subdev4: Driver Info: Driver version : 6.12.33 Capabilities : 0x00000000 Required ioctls: test VIDIOC_SUDBEV_QUERYCAP: OK test invalid ioctls: OK Allow for multiple opens: test second /dev/v4l-subdev4 open: OK test VIDIOC_SUBDEV_QUERYCAP: OK test for unlimited opens: OK Debug ioctls: test VIDIOC_LOG_STATUS: OK (Not Supported) Input ioctls: test VIDIOC_G/S_TUNER/ENUM_FREQ_BANDS: OK (Not Supported) test VIDIOC_G/S_FREQUENCY: OK (Not Supported) test VIDIOC_S_HW_FREQ_SEEK: OK (Not Supported) test VIDIOC_ENUMAUDIO: OK (Not Supported) test VIDIOC_G/S/ENUMINPUT: OK (Not Supported) test VIDIOC_G/S_AUDIO: OK (Not Supported) Inputs: 0 Audio Inputs: 0 Tuners: 0 Output ioctls: test VIDIOC_G/S_MODULATOR: OK (Not Supported) test VIDIOC_G/S_FREQUENCY: OK (Not Supported) test VIDIOC_ENUMAUDOUT: OK (Not Supported) test VIDIOC_G/S/ENUMOUTPUT: OK (Not Supported) test VIDIOC_G/S_AUDOUT: OK (Not Supported) Outputs: 0 Audio Outputs: 0 Modulators: 0 Input/Output configuration ioctls: test VIDIOC_ENUM/G/S/QUERY_STD: OK (Not Supported) test VIDIOC_ENUM/G/S/QUERY_DV_TIMINGS: OK (Not Supported) test VIDIOC_DV_TIMINGS_CAP: OK (Not Supported) test VIDIOC_G/S_EDID: OK (Not Supported) Control ioctls: test VIDIOC_QUERY_EXT_CTRL/QUERYMENU: OK test VIDIOC_QUERYCTRL: OK test VIDIOC_G/S_CTRL: OK test VIDIOC_G/S/TRY_EXT_CTRLS: OK test VIDIOC_(UN)SUBSCRIBE_EVENT/DQEVENT: OK test VIDIOC_G/S_JPEGCOMP: OK (Not Supported) Standard Controls: 9 Private Controls: 0 Format ioctls: test VIDIOC_ENUM_FMT/FRAMESIZES/FRAMEINTERVALS: OK (Not Supported) test VIDIOC_G/S_PARM: OK (Not Supported) test VIDIOC_G_FBUF: OK (Not Supported) test VIDIOC_G_FMT: OK (Not Supported) test VIDIOC_TRY_FMT: OK (Not Supported) test VIDIOC_S_FMT: OK (Not Supported) test VIDIOC_G_SLICED_VBI_CAP: OK (Not Supported) test Cropping: OK (Not Supported) test Composing: OK (Not Supported) test Scaling: OK (Not Supported) Codec ioctls: test VIDIOC_(TRY_)ENCODER_CMD: OK (Not Supported) test VIDIOC_G_ENC_INDEX: OK (Not Supported) test VIDIOC_(TRY_)DECODER_CMD: OK (Not Supported) Buffer ioctls: test VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF: OK (Not Supported) test CREATE_BUFS maximum buffers: OK test VIDIOC_EXPBUF: OK (Not Supported) test Requests: OK (Not Supported) Total for device /dev/v4l-subdev4: 44, Succeeded: 44, Failed: 0, Warnings: 0 --- Stuart Burtner (2): media: dt-bindings: Add Sony IMX728 media: i2c: Add driver for Sony IMX728 .../devicetree/bindings/media/i2c/sony,imx728.yaml | 95 + MAINTAINERS | 7 + drivers/media/i2c/Kconfig | 12 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/imx728.c | 9628 ++++++++++++++++++++ 5 files changed, 9743 insertions(+) --- base-commit: 23fdf46589db718d538fa3e65ab0d57362d50b4a change-id: 20250624-imx728-on-6-12-v4-443c55e49d7f Best regards, -- Stuart Burtner <sburtner@d3embedded.com>
On Wed, Jun 25, 2025 at 02:20:02PM -0400, Stuart Burtner wrote: > Hello! My name is Stuart Burtner. I will be continuing the work done by Sebastian & Spencer > on this driver. I will finish this patch series and maintain this driver moving forward. > > This series adds a V4L2 sensor driver for the Sony IMX728, and related > devicetree overlays. > > v3 [0] -> v4: So that's v4, but yout patchset subject says v1. Please version your patches correctly, e.g. use b4 or git format-patch -vX > - Drop set_fps() function because it doesn't actually change FPS > - Use "guard" instead of mutex_lock() > - Fix error checking on imx728->reset_gpio > - Fix attribution of Spencer Hill as Co-Author > - Fix maintainer entry for Stuart > - Clean up documentation for gpios, per notes from Krzysztof Kozlowski Cleanup? I asked for changes in the ABI What exactly happened? > - Removed defconfig modifications > > [0]: https://lore.kernel.org/all/20250212195656.69528-1-slavine@d3embedded.com/ That's also v1. Confusing. Best regards, Krzysztof
© 2016 - 2025 Red Hat, Inc.