1. 89cac3f media: i2c/saa7115: Convert to i2c's .probe_new() by Uwe Kleine-König · 2 years, 2 months ago
  2. ed5c2f5 i2c: Make remove callback return void by Uwe Kleine-König · 2 years, 5 months ago
  3. 7c1bd6c media: saa7115: make static read-only array lcr2vbi const by Colin Ian King · 3 years ago
  4. 0d346d2 media: v4l2-subdev: add subdev-wide state struct by Tomi Valkeinen · 3 years, 7 months ago
  5. f8a7647 media: i2c: fix several typos by Mauro Carvalho Chehab · 6 years ago
  6. 87f99717 media: saa7115: declare its own pads by Mauro Carvalho Chehab · 6 years ago
  7. c1a37dd media: v4l2: taint pads with the signal types for consumer devices by Mauro Carvalho Chehab · 6 years ago
  8. 092a378 media: v4l2: remove VBI output pad by Mauro Carvalho Chehab · 6 years ago
  9. c0decac media: use strscpy() instead of strlcpy() by Mauro Carvalho Chehab · 6 years ago
  10. 3259081 MAINTAINERS & files: Canonize the e-mails I use at files by Mauro Carvalho Chehab · 7 years ago
  11. 6e6a8b5 media: replace all <spaces><tab> occurrences by Mauro Carvalho Chehab · 7 years ago
  12. 459ee17 media: i2c: add SPDX identifiers to the code I wrote by Mauro Carvalho Chehab · 7 years ago
  13. bcb6331 [media] media: Drop FSF's postal address from the source code files by Sakari Ailus · 8 years ago
  14. 743eb09 [media] media/i2c: drop the last users of the ctrl core ops by Hans Verkuil · 9 years ago
  15. 7e31223f [media] i2c: saa7115: Support CJC7113 detection by Kevin Fitch · 9 years ago
  16. af7d374 [media] saa7115: initialize demod type and add the needed pads by Mauro Carvalho Chehab · 9 years ago
  17. b5dcee22 [media] include/media: split I2C headers from V4L2 core by Mauro Carvalho Chehab · 9 years ago
  18. dfadacc [media] i2c: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  19. 6e80c47 [media] v4l2: replace s_mbus_fmt by set_fmt by Hans Verkuil · 10 years ago
  20. f5fe58f [media] i2c: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  21. 8774bed [media] v4l: subdev: Move [gs]_std operation to video ops by Laurent Pinchart · 11 years ago
  22. 39c1cb2 [media] media_tree: Fix spelling errors by Jonathan McCrohan · 11 years ago
  23. 04074f1 [media] saa7115: make multi-line comments compliant with CodingStyle by Mauro Carvalho Chehab · 11 years ago
  24. 2ccf12a [media] saa7115: Implement i2c_board_info.platform_data by Jon Arne Jørgensen · 11 years ago
  25. b9798bc [media] saa7115: Do not load saa7115_init_misc for gm7113c by Jon Arne Jørgensen · 11 years ago
  26. 8b77dfd [media] saa7115: Fix saa711x_set_v4lstd for gm7113c by Jon Arne Jørgensen · 11 years ago
  27. af1f728 [media] saa7115: fix querystd by Hans Verkuil · 12 years ago
  28. e127711 [media] media/i2c: remove g_chip_ident op by Hans Verkuil · 12 years ago
  29. e84e91e [media] saa7115: add back the dropped 'found' message by Hans Verkuil · 12 years ago
  30. 7e89bd9 [media] media: i2c: remove duplicate checks for EPERM in dbg_g/s_register by Lad, Prabhakar · 12 years ago
  31. 6a084d6 [media] saa7115: Don't use a dynamic array by Mauro Carvalho Chehab · 12 years ago
  32. 241d89f [media] saa7115: Add register setup and config for gm7113c by Jon Arne Jørgensen · 12 years ago
  33. b11460b [media] saa7115: add detection code for gm7113c by Mauro Carvalho Chehab · 12 years ago
  34. e090901 [media] saa7115: move the autodetection code out of the probe function by Mauro Carvalho Chehab · 12 years ago
  35. c02b211 [media] media: i2c: Convert to devm_kzalloc() by Laurent Pinchart · 12 years ago
  36. 1589037 [media] saa7115: add support for double-rate ASCLK by Hans Verkuil · 12 years ago
  37. c875dee [media] saa7115: improve querystd handling for the saa7115 by Hans Verkuil · 12 years ago
  38. a0fc588 [media] saa7115: add config flag to change the IDQ polarity by Hans Verkuil · 12 years ago
  39. 977ba3b1 [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 12 years ago
  40. 30634e8 [media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format struct by Hans Verkuil · 12 years ago
  41. cb7a01a [media] move i2c files into drivers/media/i2c by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/saa7115.c]
  42. c6e8d86 [media] convert drivers/media/* to use module_i2c_driver() by Axel Lin · 13 years ago
  43. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  44. e41567a [media] saa7115: Trust that V4L2 core will fill the mask by Mauro Carvalho Chehab · 13 years ago
  45. b728666 [media] saa7115: Fix standards detection by Mauro Carvalho Chehab · 13 years ago
  46. 6f43dbfd [media] saa7115: use the new auto cluster support by Hans Verkuil · 13 years ago
  47. 8836510 [media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILE by Hans Verkuil · 13 years ago
  48. ddac5c1 [media] v4l2-ctrls: fix and improve volatile control handling by Hans Verkuil · 14 years ago
  49. bed3c1d [media] fix saa7111 non-detection by Russell King · 14 years ago
  50. f9d7d78 [media] saa7115: allow input standard autodetection for more chips by Anatolij Gustschin · 14 years ago
  51. aac2353 V4L/DVB: saa7115: remove obsolete v4l2-i2c-drv.h header by Hans Verkuil · 14 years ago
  52. e356054 V4L/DVB: saa7115: convert to the new control framework by Hans Verkuil · 15 years ago
  53. 029ed32 V4L/DVB: saa7115: remove obsolete g/s_fmt ops by Hans Verkuil · 15 years ago
  54. c463d93 V4L/DVB: saa7115: add s_mbus_fmt op by Hans Verkuil · 15 years ago
  55. aae6e33 V4L/DVB: cx18/cx25840/saa7115/tvp5150: remove vbi support from s_fmt by Hans Verkuil · 15 years ago
  56. 63d8adc V4L/DVB: saa7115: support new vbi ops to set/get VBI format by Hans Verkuil · 15 years ago
  57. 32cd527 V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops struct by Hans Verkuil · 15 years ago
  58. f1a4f9e V4L/DVB: v4l2-common: add ability to use v4l2_ctrl_query_fill for chroma gain by Devin Heitmueller · 15 years ago
  59. 87a6fe4 V4L/DVB: saa115: add support for chroma AGC and chroma gain by Devin Heitmueller · 15 years ago
  60. fea551f V4L/DVB: saa7115: enable anti-alias filter by Devin Heitmueller · 15 years ago
  61. 340dde8 V4L/DVB: saa7115: fix saa7111a support by Hans Verkuil · 15 years ago
  62. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 16 years ago
  63. 3ff4ad8 V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev. by Hans Verkuil · 16 years ago
  64. 0c84674 V4L/DVB (11371): v4l2: remove legacy fields in v4l2-i2c-drv.h. by Hans Verkuil · 16 years ago
  65. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 16 years ago
  66. ef6078e V4L/DVB (11362): saa7115: remove i2c legacy code by Hans Verkuil · 16 years ago
  67. bccfa44 V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c drivers by Hans Verkuil · 16 years ago
  68. 17bdd9d V4L/DVB (10702): saa7115: add querystd and g_input_status support for zoran. by Hans Verkuil · 16 years ago
  69. 674a323 V4L/DVB (10700): saa7115: don't access reg 0x87 if it is not present. by Hans Verkuil · 16 years ago
  70. 10afbef V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std by Hans Verkuil · 16 years ago
  71. de6476f5 V4L/DVB (10408): v4l2: fix incorrect hue range check by Hans Verkuil · 16 years ago
  72. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  73. 9415f4b V4L/DVB (9826): saa7115: convert to v4l2_subdev. by Hans Verkuil · 16 years ago
  74. a8b8643 V4L/DVB (9162): ivtv: fix raw/sliced VBI mixup by Hans Verkuil · 16 years ago
  75. 6bd6dff V4L/DVB (8940): saa7115: fix saa7111(a) support by Hans Verkuil · 16 years ago
  76. c5bf204 V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != NULL by Hans Verkuil · 16 years ago
  77. 9edd350f V4L/DVB (8380): saa7115: use saa7115_auto instead of saa711x as the autodetect driver name. by Hans Verkuil · 16 years ago
  78. f87086e v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 by Hans Verkuil · 16 years ago
  79. af29486 i2c: Convert remaining new-style drivers to use module aliasing by Jean Delvare · 17 years ago
  80. d2653e9 i2c: Add support for device alias names by Jean Delvare · 17 years ago
  81. e002802 V4L/DVB (7342): saa7115: fix PAL-Nc handling by Hans Verkuil · 17 years ago
  82. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 17 years ago
  83. 188f345 V4L/DVB (6465): Use correct error codes when chip is not recognized by Hans Verkuil · 17 years ago
  84. fbaa3d0d V4L/DVB (6455): saa7115: convert to bus-based I2C API by Hans Verkuil · 17 years ago
  85. 1e5e9aa V4L/DVB (5414): Add missing kfree in early exit of saa7115. by Hans Verkuil · 18 years ago
  86. 3434eb7 V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENT by Hans Verkuil · 18 years ago
  87. a9aaec4 V4L/DVB (5408): Fix SECAM handling on saa7115 by Mauro Carvalho Chehab · 18 years ago
  88. f3d092b V4L/DVB (5304): Improve chip matching in v4l2_register by Hans Verkuil · 18 years ago
  89. faeb4ab V4L/DVB (5183): Fix CC handling in VIDIOC_INT_G_VBI_DATA by Hans Verkuil · 18 years ago
  90. 62d50ad V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTER by Trent Piepho · 18 years ago
  91. 52ebc76 V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal only by Trent Piepho · 18 years ago
  92. 4cbca18 V4L/DVB (5113): Adds video output routing by Marco Schluessler · 18 years ago
  93. d0d30c0 V4L/DVB (4886): Minor coding style improvements by Hans Verkuil · 18 years ago
  94. f766816 V4L/DVB (4885): Improve saa711x check by Hans Verkuil · 18 years ago
  95. fc2fa31 V4L/DVB (4739): SECAM support for saa7113 into saa7115 by Pádraig Brady · 18 years ago
  96. 183d896 V4L/DVB (4626): On saa7111/7113, LUMA_CTRL need a different value by Mauro Carvalho Chehab · 18 years ago
  97. 97d9e80 V4L/DVB (4598): Fix a typo: VRES, instead o HRES by Mauro Carvalho Chehab · 18 years ago
  98. 22ebb77 V4L/DVB (4596): Fix saa7115 miscalculation that breaks NTSC by Mike Isely · 18 years ago
  99. d9dce96 V4L/DVB (4592): Fixes some troubles on saa7115 by Mauro Carvalho Chehab · 18 years ago
  100. 3e7d3e5 V4L/DVB (4586): Code were preventing saa7111 and saa7118 to work by Mauro Carvalho Chehab · 18 years ago