devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] GC0308 Camera Sensor
@ 2023-10-24  0:59 Sebastian Reichel
  2023-10-24  0:59 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add GalaxyCore Sebastian Reichel
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sebastian Reichel @ 2023-10-24  0:59 UTC (permalink / raw)
  To: Sebastian Reichel, Sakari Ailus, Jacopo Mondi
  Cc: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-media, devicetree, linux-kernel

Hi,

I did the following tests done by me on an i.MX6ULL based system [0]:

 * v4l2-compliance -u /dev/v4l-subdev1
   - v4l2-compliance 1.24.1, 32 bits, 32-bit time_t
     (from Debian testing)
   - Total for device /dev/v4l-subdev1: 44, Succeeded: 44
 * Using gstreamer + v4l2-ctl
   - Tried 640x480, 320x240, 160x120 YUYV8_2X8 formats
   - Tested effect of all exposed user controls
 * checkpatch does not report any driver issues
 * dt_binding_check does not report anything

[0] https://embedded-recipes.org/2023/schedule/running-foss-thermal-camera/

Changes since PATCHv1:
 * https://lore.kernel.org/all/20231023002547.1754190-1-sre@kernel.org/
 * Update binding: i2c0 -> i2c
 * Update binding: make GC0309 use GC0308 as fallback compatible
 * Add regulator handling in power_on/power_off
 * Fix alignment of regmap_multi_reg_write arguments
 * Fix useless extra return
 * Do not check for pad in gc0308_enum_frame_size()
 * Drop get_mbus_config implementation
 * Use V4L2_CID_AUTO_EXPOSURE_BIAS instead of V4L2_CID_EXPOSURE
 * Drop gc0308_get_format in favour of v4l2_subdev_get_fmt
 * Replace open-coded v4l2_find_nearest_size() logic
 * check clock rate instead of setting it
 * use fwnode_graph_get_endpoint_by_id()
 * power off device when probe errors out after power on
 * replace mutex with sub-device state
 * add Galaxycore to generic camera sensors section in MAINTAINERS
 * add GC0308 entry in MAINTAINERS

Greetings,

-- Sebastian

Sebastian Reichel (4):
  dt-bindings: vendor-prefixes: add GalaxyCore
  media: dt-bindings: gc0308: add binding
  media: MAINTAINERS: Add GalaxyCore in camera sensor section
  media: i2c: gc0308: new driver

 .../bindings/media/i2c/galaxycore,gc0308.yaml |  108 ++
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 MAINTAINERS                                   |    8 +
 drivers/media/i2c/Kconfig                     |   14 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/gc0308.c                    | 1418 +++++++++++++++++
 6 files changed, 1551 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
 create mode 100644 drivers/media/i2c/gc0308.c

-- 
2.42.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-10-26 11:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24  0:59 [PATCH v2 0/4] GC0308 Camera Sensor Sebastian Reichel
2023-10-24  0:59 ` [PATCH v2 1/4] dt-bindings: vendor-prefixes: add GalaxyCore Sebastian Reichel
2023-10-24  0:59 ` [PATCH v2 2/4] media: dt-bindings: gc0308: add binding Sebastian Reichel
2023-10-24  8:09   ` Krzysztof Kozlowski
2023-10-24  0:59 ` [PATCH v2 3/4] media: MAINTAINERS: Add GalaxyCore in camera sensor section Sebastian Reichel
2023-10-24  0:59 ` [PATCH v2 4/4] media: i2c: gc0308: new driver Sebastian Reichel
2023-10-24  8:38   ` Jacopo Mondi
2023-10-26  2:14     ` Sebastian Reichel
2023-10-26 11:58   ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).