• B
    media: add imx355 camera sensor driver · df0b5c4a
    Bingbu Cao 提交于
    Add a v4l2 sub-device driver for the Sony imx355 image sensor.
    This is a camera sensor using the i2c bus for control and the
    csi-2 bus for data.
    
    This driver supports following features:
    
    - manual exposure and analog/digital gain control support
    - vblank/hblank control support
    - 4 test patterns control support
    - vflip/hflip control support (will impact the output bayer order)
    - support following resolutions:
        - 3268x2448, 3264x2448, 3280x2464 @ 30fps
        - 1940x1096, 1936x1096, 1924x1080, 1920x1080 @ 60fps
        - 1640x1232, 1640x922, 1300x736, 1296x736,
          1284x720, 1280x720 820x616 @ 120fps
    - support 4 bayer orders output (via change v/hflip)
        - SRGGB10(default), SGRBG10, SGBRG10, SBGGR10
    
    [Sakari Ailus: Use do_div() for dividing 64-bit numbers, fix fwnode if usage]
    
    Cc: Tomasz Figa <tfiga@chromium.org>
    Signed-off-by: NTianshu Qiu <tian.shu.qiu@intel.com>
    Signed-off-by: NBingbu Cao <bingbu.cao@intel.com>
    Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com>
    Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
    df0b5c4a
Kconfig 31.1 KB