1. 781b045 media: imx274: Fix error handling, add MAINTAINERS entry by Sakari Ailus · 7 years ago
  2. 2aa4d49 media: et8ek8: select V4L2_FWNODE by Arnd Bergmann · 7 years ago
  3. fce8ba6 media: ov13858: Select V4L2_FWNODE by Sakari Ailus · 7 years ago
  4. cba862d media: drivers: remove "/**" from non-kernel-doc comments by Mauro Carvalho Chehab · 7 years ago
  5. ed050c2 media: lm3560: add a missing kernel-doc parameter by Mauro Carvalho Chehab · 7 years ago
  6. c5bb831 media: tvp514x: fix kernel-doc parameters by Mauro Carvalho Chehab · 7 years ago
  7. 070250a media: s5k6aa: describe some function parameters by Mauro Carvalho Chehab · 7 years ago
  8. 7cd1836 media: s5k6a3: document some fields at struct s5k6a3 by Mauro Carvalho Chehab · 7 years ago
  9. 897aa67 media: m5mols: fix some kernel-doc markups by Mauro Carvalho Chehab · 7 years ago
  10. 5d352e6 Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  11. 2b00e30 media: imx274: fix missing return assignment from call to imx274_mode_regs by Colin Ian King · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 2e8a9fb media: ov13858: Add support for flash and lens devices by Sakari Ailus · 7 years ago
  14. a42e78d media: ov5670: Add support for flash and lens devices by Sakari Ailus · 7 years ago
  15. d8932f3 media: et8ek8: Add support for flash and lens devices by Sakari Ailus · 7 years ago
  16. c121ce5 media: smiapp: Add support for flash and lens devices by Sakari Ailus · 7 years ago
  17. f283c01 media: ov9650: remove unnecessary terminated entry in menu items array by Akinobu Mita · 7 years ago
  18. dae82d9 media: ov5640: don't clear V4L2_SUBDEV_FL_IS_I2C by Akinobu Mita · 7 years ago
  19. 6b725eb media: ov2640: don't clear V4L2_SUBDEV_FL_IS_I2C by Akinobu Mita · 7 years ago
  20. baf1b18 media: max2175: don't clear V4L2_SUBDEV_FL_IS_I2C by Akinobu Mita · 7 years ago
  21. 5cc72c4 media: adv7180: don't clear V4L2_SUBDEV_FL_IS_I2C by Akinobu Mita · 7 years ago
  22. 60793f4d media: tvaudio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  23. a88cd60 media: tc358743: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  24. 9d39e46 media: tc358743: validate lane count by Philipp Zabel · 7 years ago
  25. cef6673 media: i2c: OV5647: change to use macro for the registers by Jacob Chen · 7 years ago
  26. 7bc9f03 media: i2c: OV5647: ensure clock lane in LP-11 state before streaming on by Jacob Chen · 7 years ago
  27. 71862f6 media: ov7670: Add the ov7670_s_power function by Wenyou Yang · 7 years ago
  28. c0662dd media: ov7670: Add the get_fmt callback by Wenyou Yang · 7 years ago
  29. d94a26f media: ov7670: Add entity pads initialization by Wenyou Yang · 7 years ago
  30. 0985dd3 media: imx274: V4l2 driver for Sony imx274 CMOS sensor by Leon Luo · 7 years ago
  31. f7480ad media: tc358743: set entity function to video interface bridge by Philipp Zabel · 7 years ago
  32. 7996e5c media: tc358743: remove an unneeded condition by Dan Carpenter · 7 years ago
  33. 3863d4b media: i2c: tc358743: fix spelling mistake by Jacob Chen · 7 years ago
  34. 6771fce media: smiapp: Rely on runtime PM by Sakari Ailus · 7 years ago
  35. 72eaf99 media: smiapp: Use __v4l2_ctrl_handler_setup() by Sakari Ailus · 7 years ago
  36. ccec44c [media] smiapp: Make clock control optional by Sakari Ailus · 7 years ago
  37. de10c1619 [media] smiapp: Get clock rate if it's not available through DT by Sakari Ailus · 7 years ago
  38. f689866 [media] smiapp: Verify clock frequency after setting it, prevent changing it by Sakari Ailus · 7 years ago
  39. d339ec6 [media] smiapp: Fix error handling in power on sequence by Sakari Ailus · 7 years ago
  40. 880d45f [media] ov13858: Use do_div() for dividing a 64-bit number by Sakari Ailus · 7 years ago
  41. 58020c9 [media] media: ov13858: Fix 4224x3136 video flickering at some vblanks by Chiranjeevi Rapolu · 7 years ago
  42. 6f2a059 [media] media: ov13858: Calculate pixel-rate at runtime, use mode by Chiranjeevi Rapolu · 7 years ago
  43. 91c158d [media] ov2640: make array reset_seq static, reduces object code size by Colin Ian King · 7 years ago
  44. 19fab6f [media] i2c: Improve a size determination by Markus Elfring · 7 years ago
  45. 0fd5843 [media] i2c: Delete an error messages for failed memory allocation by Markus Elfring · 7 years ago
  46. 3eefbc6 [media] media: ov5670: Fix not streaming issue after resume by Chiranjeevi Rapolu · 7 years ago
  47. 1a58fbf [media] dw9714: Set the v4l2 focus ctrl step as 1 by Rajmohan Mani · 7 years ago
  48. c3d1478 [media] ov2640: Check the return value from clk_prepare_enable() by Fabio Estevam · 7 years ago
  49. 877f1af [media] ov2640: Propagate the real error on devm_clk_get() failure by Fabio Estevam · 7 years ago
  50. bddb4b5 [media] mt9m111: Propagate the real error on v4l2_clk_get() failure by Fabio Estevam · 7 years ago
  51. 99cd124 [media] media: ov5670: Use recommended black level and output bias by Chiranjeevi Rapolu · 7 years ago
  52. d17dd2db [media] media/i2c/tc358743: Initialize timer by Kees Cook · 7 years ago
  53. bc66c99 [media] media: i2c: adv748x: Map v4l2_std_id to the internal reg value by Simon Yuan · 7 years ago
  54. 831c4c8 [media] media: rc: ensure that protocols are enabled for scancode drivers by Sean Young · 7 years ago
  55. 3ff692f media: ov9640: make const arrays res_x/y static const, reduces object code size by Colin Ian King · 7 years ago
  56. 2be730b media: cx25840: make array stds static const, reduces object code size by Colin Ian King · 7 years ago
  57. af28c99 media: drivers: Adjust checks for null pointers by Markus Elfring · 7 years ago
  58. 2d3da59 media: drivers: improve a size determination by Markus Elfring · 7 years ago
  59. c38e865 media: drivers: delete error messages for failed memory allocation by Markus Elfring · 7 years ago
  60. a0ec8d1 media: tc358743: add CEC support by Hans Verkuil · 7 years ago
  61. 42ded7a media: tc358743_regs.h: add CEC registers by Hans Verkuil · 7 years ago
  62. 9a45bf2 media: max2175: Propagate the real error on devm_clk_get() failure by Fabio Estevam · 7 years ago
  63. 61e220a media: i2c: adv748x: Export I2C device table entries as module aliases by Javier Martinez Canillas · 7 years ago
  64. 72c9015 media: smiapp: check memory allocation failure by Christophe JAILLET · 7 years ago
  65. f758eb2 media: dw9714: Remove ACPI match tables, convert to use probe_new by Sakari Ailus · 7 years ago
  66. c2bc8b0 media: dw9714: Add Devicetree support by Sakari Ailus · 7 years ago
  67. e0ee62c media: ths8200: constify i2c_device_id by Arvind Yadav · 7 years ago
  68. 2f8dfed media: tc358743: constify i2c_device_id by Arvind Yadav · 7 years ago
  69. e749d1f media: saa7127: constify i2c_device_id by Arvind Yadav · 7 years ago
  70. 77c6cba media: adv7842: constify i2c_device_id by Arvind Yadav · 7 years ago
  71. 4bd7466 media: adv7511: constify i2c_device_id by Arvind Yadav · 7 years ago
  72. 99b1ddf media: ad9389b: constify i2c_device_id by Arvind Yadav · 7 years ago
  73. ea9b0f3 media: i2c: make device_type const by Bhumika Goyal · 7 years ago
  74. 6d741bf media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_* by Sean Young · 7 years ago
  75. 518f4b2 media: rc-core: rename input_name to device_name by Sean Young · 7 years ago
  76. 17fcd5f media: ov13858: Limit vblank to permissible range by Chiranjeevi Rapolu · 7 years ago
  77. ed351ad media: ov5670: Limit vblank to permissible range by Chiranjeevi Rapolu · 7 years ago
  78. 070ed82 media: et8ek8: Decrease stack usage by Sakari Ailus · 7 years ago
  79. 3922962 media: mt9m111: constify video_subdev structures by Julia Lawall · 7 years ago
  80. a828d81 media: v4l: mt9t001: constify video_subdev structures by Julia Lawall · 7 years ago
  81. f142538 media: ov5670: Fix incorrect frame timing reported to user by Chiranjeevi Rapolu · 7 years ago
  82. 68d9c47 media: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  83. 71bfcc6 media: vs6624: constify vs6624_default_fmt by Julia Lawall · 7 years ago
  84. bfced6d media: ov13858: Increase digital gain granularity, range by Chiranjeevi Rapolu · 7 years ago
  85. 89d8b61 media: ov13858: Correct link-frequency and pixel-rate by Chiranjeevi Rapolu · 7 years ago
  86. 33eea13 media: ov13858: Fix initial expsoure max by Chiranjeevi Rapolu · 7 years ago
  87. b3775ed media: ov13858: Set default fps as current fps by Chiranjeevi Rapolu · 7 years ago
  88. 7cc7a83 media: adv7604: Prevent out of bounds access by Dan Carpenter · 7 years ago
  89. 57b7963 media: adv*/vivid/pulse8/rainshadow: cec: use CEC_CAP_DEFAULTS by Hans Verkuil · 7 years ago
  90. 05ad2b6 media: i2c: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  91. fa31c11 media: i2c: add KConfig dependencies by Arnd Bergmann · 7 years ago
  92. 457a1a7 media: ov9655: fix missing mutex_destroy() by Hugues Fruchet · 7 years ago
  93. 0a7a134 media: ov9650: fix coding style by Hugues Fruchet · 7 years ago
  94. 1fc86ad media: ov7670: Check the return value from clk_prepare_enable() by Fabio Estevam · 7 years ago
  95. 011dfab media: ov7670: Return the real error code by Fabio Estevam · 7 years ago
  96. d9ba7bd media: ov5640: Remove unneeded gpiod NULL check by Fabio Estevam · 7 years ago
  97. 281643a media: s5k5baf: remove unnecessary static in s5k5baf_get_selection() by Gustavo A. R. Silva · 7 years ago
  98. 281ddc3 media: adv7180: add missing adv7180cp, adv7180st i2c device IDs by Ulrich Hecht · 7 years ago
  99. cc0ff41 media: adv748x: get rid of unused var by Mauro Carvalho Chehab · 7 years ago
  100. 3e89586 media: i2c: adv748x: add adv748x driver by Kieran Bingham · 7 years ago