1. 06 2月, 2021 2 次提交
  2. 27 1月, 2021 1 次提交
  3. 13 1月, 2021 2 次提交
  4. 03 12月, 2020 1 次提交
  5. 02 12月, 2020 2 次提交
  6. 25 11月, 2020 1 次提交
  7. 16 11月, 2020 1 次提交
  8. 01 9月, 2020 1 次提交
  9. 28 8月, 2020 2 次提交
  10. 19 7月, 2020 3 次提交
  11. 23 6月, 2020 1 次提交
  12. 25 5月, 2020 1 次提交
  13. 16 4月, 2020 1 次提交
  14. 14 4月, 2020 2 次提交
    • M
      media: i2c/Kconfig: reorganize items there · f48fd151
      Mauro Carvalho Chehab 提交于
      Right now, there are I2C drivers that don't depend on
      camera support before and after those.
      
      Move the camera support drivers to the end, and add
      a notice at the "endif", in order to make easier to
      maintain and to avoid adding extra dependencies at
      the other i2c/*/Kconfig files.
      Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      f48fd151
    • M
      media: Kconfig files: use select for V4L2 subdevs and MC · 32a363d0
      Mauro Carvalho Chehab 提交于
      There are lots of drivers that only work when the media controller
      and/or the V4L2 subdev APIs are present.
      
      Right now, someone need to first enable those APIs before
      using those drivers.
      
      Well, ideally, drivers, should, instead *optionally*
      depend on it, in order for PC camera drivers to be able to use
      them, but nowadays most drivers are UVC cameras, with don't
      require a sensor driver.
      
      So, be it.
      
      Let's instead make them select the MEDIA_CONTROLLER and the
      SUBDEV API, in order to make easier for people to be able
      of enabling them.
      Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      32a363d0
  15. 13 3月, 2020 1 次提交
  16. 28 2月, 2020 1 次提交
  17. 05 11月, 2019 1 次提交
  18. 25 10月, 2019 3 次提交
  19. 02 10月, 2019 3 次提交
  20. 19 8月, 2019 1 次提交
  21. 15 8月, 2019 1 次提交
  22. 12 6月, 2019 1 次提交
  23. 23 5月, 2019 1 次提交
    • S
      media: Kconfig: allow to select drivers if EMBEDDED · 8169cf0a
      Stefan Agner 提交于
      Embedded systems often connect to sensors or other multimedia
      subdevices directly. Currently, to be able to select such a
      subdevice (e.g. CONFIG_VIDEO_OV5640) disabling of the auto-
      select config option is needed (CONFIG_MEDIA_SUBDRV_AUTOSELECT).
      
      This is inconvenient as the ancillary drivers for a particular
      device then need to be selected manually.
      
      Allow to select drivers manually while keeping the auto-select
      feature in case EXPERT (selected by EMBEDDED) is enabled.
      Signed-off-by: NStefan Agner <stefan@agner.ch>
      Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
      8169cf0a
  24. 21 5月, 2019 1 次提交
  25. 22 4月, 2019 1 次提交
  26. 29 3月, 2019 1 次提交
  27. 20 3月, 2019 3 次提交