mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01:00
media: i2c: add Samsung S5KJN1 image sensor device driver
Samsung S5KJN1 is a 50MP image sensor, it produces Bayer GRBG (2x2) frames in RAW10 output format, the maximum supported output resolution is 8160x6144 at 10 frames per second. Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8650-QRD Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
59cbe9436d
commit
e38fd0933c
4 changed files with 1506 additions and 0 deletions
|
|
@ -23270,6 +23270,14 @@ L: linux-media@vger.kernel.org
|
|||
S: Supported
|
||||
F: drivers/media/i2c/s5k5baf.c
|
||||
|
||||
SAMSUNG S5KJN1 CAMERA DRIVER
|
||||
M: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
|
||||
L: linux-media@vger.kernel.org
|
||||
S: Maintained
|
||||
T: git git://linuxtv.org/media_tree.git
|
||||
F: Documentation/devicetree/bindings/media/i2c/samsung,s5kjn1.yaml
|
||||
F: drivers/media/i2c/s5kjn1.c
|
||||
|
||||
SAMSUNG S5P Security SubSystem (SSS) DRIVER
|
||||
M: Krzysztof Kozlowski <krzk@kernel.org>
|
||||
M: Vladimir Zapolskiy <vz@mleia.com>
|
||||
|
|
|
|||
|
|
@ -755,6 +755,16 @@ config VIDEO_S5K6A3
|
|||
This is a V4L2 sensor driver for Samsung S5K6A3 raw
|
||||
camera sensor.
|
||||
|
||||
config VIDEO_S5KJN1
|
||||
tristate "Samsung S5KJN1 sensor support"
|
||||
select V4L2_CCI_I2C
|
||||
help
|
||||
This is a V4L2 sensor driver for Samsung S5KJN1 50MP raw
|
||||
camera sensor.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called s5kjn1.
|
||||
|
||||
config VIDEO_VD55G1
|
||||
tristate "ST VD55G1 sensor support"
|
||||
select V4L2_CCI_I2C
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@ obj-$(CONFIG_VIDEO_RJ54N1) += rj54n1cb0c.o
|
|||
obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3/
|
||||
obj-$(CONFIG_VIDEO_S5K5BAF) += s5k5baf.o
|
||||
obj-$(CONFIG_VIDEO_S5K6A3) += s5k6a3.o
|
||||
obj-$(CONFIG_VIDEO_S5KJN1) += s5kjn1.o
|
||||
obj-$(CONFIG_VIDEO_SAA6588) += saa6588.o
|
||||
obj-$(CONFIG_VIDEO_SAA6752HS) += saa6752hs.o
|
||||
obj-$(CONFIG_VIDEO_SAA7110) += saa7110.o
|
||||
|
|
|
|||
1487
drivers/media/i2c/s5kjn1.c
Normal file
1487
drivers/media/i2c/s5kjn1.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue