Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: Add Samsung S5KJN5 image sensor
@ 2026-07-17  4:08 Wenmeng Liu
  2026-07-17  4:08 ` [PATCH 1/2] dt-bindings: " Wenmeng Liu
  2026-07-17  4:08 ` [PATCH 2/2] media: i2c: Add Samsung S5KJN5 image sensor driver Wenmeng Liu
  0 siblings, 2 replies; 5+ messages in thread
From: Wenmeng Liu @ 2026-07-17  4:08 UTC (permalink / raw)
  To: Wenmeng Liu, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Sakari Ailus
  Cc: linux-media, devicetree, linux-kernel

This series adds support for the Samsung S5KJN5, a 50 MP GBRG 10-bit RAW
MIPI CSI-2 image sensor.

This is implemented as a separate driver rather than extending the existing
s5kjn1 driver. Although both sensors belong to the same family, they are
different parts with different register maps, power supplies.
Combining support for both devices in a single driver would result in very
little shared code while introducing separate initialization and control
paths, so keeping them as independent drivers is cleaner.

Tested on the Qualcomm Hawi qrd board.

---
Wenmeng Liu (2):
      dt-bindings: media: i2c: Add Samsung S5KJN5 image sensor
      media: i2c: Add Samsung S5KJN5 image sensor driver

 .../bindings/media/i2c/samsung,s5kjn5.yaml         |  109 +
 MAINTAINERS                                        |    8 +
 drivers/media/i2c/Kconfig                          |   11 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/s5kjn5.c                         | 2835 ++++++++++++++++++++
 5 files changed, 2964 insertions(+)
---
base-commit: b8809969e1d7a591e0f49dd464a5d04b3cf02ab1
change-id: 20260716-sk5jn5-be432bc99a98

Best regards,
-- 
Wenmeng Liu <wenmeng.liu@oss.qualcomm.com>


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

end of thread, other threads:[~2026-07-17  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17  4:08 [PATCH 0/2] media: i2c: Add Samsung S5KJN5 image sensor Wenmeng Liu
2026-07-17  4:08 ` [PATCH 1/2] dt-bindings: " Wenmeng Liu
2026-07-17  9:23   ` Krzysztof Kozlowski
2026-07-17  4:08 ` [PATCH 2/2] media: i2c: Add Samsung S5KJN5 image sensor driver Wenmeng Liu
2026-07-17  4:19   ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox