1. 22 4月, 2019 1 次提交
  2. 29 3月, 2019 1 次提交
  3. 20 3月, 2019 3 次提交
  4. 19 2月, 2019 1 次提交
  5. 25 1月, 2019 5 次提交
  6. 22 1月, 2019 1 次提交
  7. 17 1月, 2019 1 次提交
  8. 05 12月, 2018 2 次提交
  9. 04 12月, 2018 1 次提交
    • A
      media: i2c: TDA1997x: select CONFIG_HDMI · 79e89e36
      Arnd Bergmann 提交于
      Without CONFIG_HDMI, we get a link error for this driver:
      
      drivers/media/i2c/tda1997x.o: In function `tda1997x_parse_infoframe':
      tda1997x.c:(.text+0x2195): undefined reference to `hdmi_infoframe_unpack'
      tda1997x.c:(.text+0x21b6): undefined reference to `hdmi_infoframe_log'
      drivers/media/i2c/tda1997x.o: In function `tda1997x_log_infoframe':
      tda1997x.c:(.text.unlikely+0x13d3): undefined reference to `hdmi_infoframe_unpack'
      tda1997x.c:(.text.unlikely+0x1426): undefined reference to `hdmi_infoframe_log'
      
      All other drivers in this directory that use HDMI select CONFIG_HDMI,
      so do the same here:
      
      Fixes: 9ac0038d ("media: i2c: Add TDA1997x HDMI receiver driver")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      79e89e36
  10. 06 11月, 2018 1 次提交
  11. 05 10月, 2018 2 次提交
    • 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
    • B
      media: add imx319 camera sensor driver · 8a89dc62
      Bingbu Cao 提交于
      Add a v4l2 sub-device driver for the Sony imx319 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:
          - 3264x2448, 3280x2464 @ 30fps
          - 1936x1096, 1920x1080 @ 60fps
          - 1640x1232, 1640x922, 1296x736, 1280x720 @ 120fps
      - support 4 bayer orders output (via change v/hflip)
          - SRGGB10(default), SGRBG10, SGBRG10, SBGGR10
      
      [Sakari Ailus: Replace 64-bit division by do_div(), fix fwnode if usage]
      
      Cc: Tomasz Figa <tfiga@chromium.org>
      Signed-off-by: NBingbu Cao <bingbu.cao@intel.com>
      Signed-off-by: NTianshu Qiu <tian.shu.qiu@intel.com>
      Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      8a89dc62
  12. 31 8月, 2018 2 次提交
  13. 28 7月, 2018 3 次提交
  14. 25 7月, 2018 2 次提交
  15. 04 7月, 2018 1 次提交
    • B
      media: ak7375: Add ak7375 lens voice coil driver · 90ee26fb
      Bingbu Cao 提交于
      Add a v4l2 sub-device driver for the ak7375 lens voice coil.
      This is a voice coil module using the i2c bus to control the
      focus position.
      
      ak7375 can write multiple bytes of data at a time. If more
      data is received instead of the stop condition after receiving
      one byte of data, the address inside the chip is automatically
      incremented and the data is written into the next address.
      
      The ak7375 can control the position with 12 bits value and
      consists of two 8 bit registers show as below:
      register 0x00(AK7375_REG_POSITION):
          +---+---+---+---+---+---+---+---+
          |D11|D10|D09|D08|D07|D06|D05|D04|
          +---+---+---+---+---+---+---+---+
      register 0x01:
          +---+---+---+---+---+---+---+---+
          |D03|D02|D01|D00|---|---|---|---|
          +---+---+---+---+---+---+---+---+
      
      This driver support :
          - set ak7375 to standby mode once suspend and
            turn it back to active if resume
          - set the position via V4L2_CID_FOCUS_ABSOLUTE ctrl
      
      [Sakari Ailus: Rename val as ret in probe, drop redundant error message]
      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>
      90ee26fb
  16. 28 6月, 2018 2 次提交
  17. 29 5月, 2018 1 次提交
  18. 17 5月, 2018 1 次提交
  19. 04 5月, 2018 1 次提交
  20. 22 3月, 2018 1 次提交
  21. 26 2月, 2018 3 次提交
  22. 23 2月, 2018 4 次提交