devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: gc2145: GC2145 sensor support
@ 2023-09-26  9:28 Alain Volmat
  2023-09-26  9:28 ` [PATCH 1/2] dt-bindings: media: i2c: add galaxycore,gc2145 dt-bindings Alain Volmat
  2023-09-26  9:28 ` [PATCH 2/2] media: i2c: gc2145: Galaxy Core GC2145 sensor support Alain Volmat
  0 siblings, 2 replies; 8+ messages in thread
From: Alain Volmat @ 2023-09-26  9:28 UTC (permalink / raw)
  To: Alain Volmat, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Andrey Skvortsov, Rob Herring, linux-media, devicetree,
	linux-kernel

This serie adds support for the GalaxyCore GC2145 sensor.
Initialization is based on scripts provided by GalaxyCore,
allowing 3 fixed configurations supported for the time being.

Minimum controls have been added in order to allow it to
be successfully used with libcamera and dcmipp driver (under
review) on STM32MP13 platform.

The sensor also supports Bayer formats however I removed
them for the time being since they would require more
controls to be exposed.  They will be added again later on.

Alain Volmat (2):
  dt-bindings: media: i2c: add galaxycore,gc2145 dt-bindings
  media: i2c: gc2145: Galaxy Core GC2145 sensor support

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

-- 
2.25.1


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26  9:28 [PATCH 0/2] media: i2c: gc2145: GC2145 sensor support Alain Volmat
2023-09-26  9:28 ` [PATCH 1/2] dt-bindings: media: i2c: add galaxycore,gc2145 dt-bindings Alain Volmat
2023-09-26 13:32   ` Conor Dooley
2023-09-26 18:49   ` Krzysztof Kozlowski
2023-09-26  9:28 ` [PATCH 2/2] media: i2c: gc2145: Galaxy Core GC2145 sensor support Alain Volmat
2023-09-26 16:21   ` kernel test robot
2023-09-27 13:54   ` Jacopo Mondi
2023-10-11 17:26     ` Alain Volmat

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).