1. 08 10月, 2021 1 次提交
  2. 30 9月, 2021 3 次提交
  3. 04 8月, 2021 3 次提交
  4. 02 6月, 2021 2 次提交
  5. 09 2月, 2021 1 次提交
  6. 06 2月, 2021 2 次提交
  7. 27 1月, 2021 1 次提交
  8. 13 1月, 2021 2 次提交
  9. 03 12月, 2020 1 次提交
  10. 02 12月, 2020 2 次提交
  11. 25 11月, 2020 1 次提交
  12. 16 11月, 2020 1 次提交
  13. 01 9月, 2020 1 次提交
  14. 28 8月, 2020 2 次提交
  15. 19 7月, 2020 3 次提交
  16. 23 6月, 2020 1 次提交
  17. 25 5月, 2020 1 次提交
  18. 16 4月, 2020 1 次提交
  19. 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
  20. 13 3月, 2020 1 次提交
  21. 28 2月, 2020 1 次提交
  22. 05 11月, 2019 1 次提交
  23. 25 10月, 2019 3 次提交
  24. 02 10月, 2019 3 次提交