1. 215cede [media] media: remove emacs editor variables by Hans Verkuil · 10 years ago
  2. 8774bed [media] v4l: subdev: Move [gs]_std operation to video ops by Laurent Pinchart · 10 years ago
  3. e127711 [media] media/i2c: remove g_chip_ident op by Hans Verkuil · 11 years ago
  4. c02b211 [media] media: i2c: Convert to devm_kzalloc() by Laurent Pinchart · 11 years ago
  5. 2f73c7c [media] v4l2: add const to argument of write-only s_tuner ioctl by Hans Verkuil · 11 years ago
  6. b530a44 [media] v4l2: add const to argument of write-only s_frequency ioctl by Hans Verkuil · 11 years ago
  7. 1215af4 [media] msp3400: convert struct i2c_msg initialization to C99 format by Shubhrajyoti D · 12 years ago
  8. cb7a01a [media] move i2c files into drivers/media/i2c by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/msp3400-driver.c]
  9. 5cbd28d [media] Convert I2C drivers to dev_pm_ops by Mark Brown · 12 years ago
  10. c6e8d86 [media] convert drivers/media/* to use module_i2c_driver() by Axel Lin · 12 years ago
  11. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  12. 5d1ed98 [media] msp3400: Add standards detection to the driver by Mauro Carvalho Chehab · 13 years ago
  13. ddc6ff3 [media] msp3400: fill in v4l2_tuner based on vt->type field by Hans Verkuil · 13 years ago
  14. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 0310871 [media] msp3400: fix mute audio regression by Hans Verkuil · 14 years ago
  17. 61a489c V4L/DVB: msp3400: remove obsolete v4l2-i2c-drv.h header by Hans Verkuil · 14 years ago
  18. ebc3bba V4L/DVB: msp3400: convert to the new control framework by Hans Verkuil · 14 years ago
  19. 5325b42 V4L/DVB (11380): v4l2-subdev: change s_routing prototype by Hans Verkuil · 15 years ago
  20. f41737e V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. by Hans Verkuil · 15 years ago
  21. 46e2267 V4L/DVB (11361): msp3400: remove i2c legacy code by Hans Verkuil · 15 years ago
  22. 2c26976 V4L/DVB (11308): msp3400: use the V4L2 header since no V4L1 code is there by Mauro Carvalho Chehab · 15 years ago
  23. 1d57854 V4L/DVB (10921): msp3400: remove obsolete V4L1 code by Hans Verkuil · 15 years ago
  24. 7e0a16f V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers by Mauro Carvalho Chehab · 15 years ago
  25. 10afbef V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std by Hans Verkuil · 15 years ago
  26. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  27. 069b747 V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. by Hans Verkuil · 16 years ago
  28. 035f8dc V4L/DVB (9960): v4l2-subdev: ioctl ops should use unsigned for cmd arg. by Hans Verkuil · 16 years ago
  29. 76efd62 V4L/DVB (9825): msp3400: convert to v4l2_subdev. by Hans Verkuil · 16 years ago
  30. 33b687c V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where possible by Hans Verkuil · 16 years ago
  31. 35ea11f V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.h by Hans Verkuil · 16 years ago
  32. f87086e v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10 by Hans Verkuil · 16 years ago
  33. af29486 i2c: Convert remaining new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  34. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  35. 17de9a4 V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_COMMON=m by Mauro Carvalho Chehab · 16 years ago
  36. d52c738 V4L/DVB (6866): msp3400: CodingStyle cleanups by Hans Verkuil · 17 years ago
  37. 188f345 V4L/DVB (6465): Use correct error codes when chip is not recognized by Hans Verkuil · 17 years ago
  38. 79518da V4L/DVB (6457): msp3400: convert to bus-based I2C API by Hans Verkuil · 17 years ago
  39. b930e1d V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs by Michael Krufky · 17 years ago
  40. b2a6576 V4L/DVB (5953): msp3400-driver.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  41. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  42. f3a43d3 V4L/DVB (5846): Clean up setting state and scheduling timeouts by Robert P. J. Day · 17 years ago
  43. 74cab31 V4L/DVB (5355): Add VIDIOC_G_CHIP_IDENT to various i2c modules by Hans Verkuil · 17 years ago
  44. 21b48a7 V4L/DVB (5421): Fix suspend/resume in msp3400 and tuner by Jean Delvare · 17 years ago
  45. 3284b4e V4L/DVB (5415): Msp_attach must return 0 if no msp3400 was found. by Hans Verkuil · 17 years ago
  46. 25821400 V4L/DVB (4996): Msp3400: fix kthread_run error check by Akinobu Mita · 18 years ago
  47. b331def V4L/DVB (4982): Fix broken audio mode handling for line-in in msp3400. by Hans Verkuil · 18 years ago
  48. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  49. de98cda V4L/DVB (4688): Fix msp343xG handling (regression from 2.6.16) by Hans Verkuil · 18 years ago
  50. 985bc96 V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPAT by Mauro Carvalho Chehab · 18 years ago
  51. 18318e0 V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400. by Hans Verkuil · 18 years ago
  52. 2eb606d V4L/DVB (3709): Improve line-in handling by Hans Verkuil · 18 years ago
  53. ab4cecf V4L/DVB (3700): Remove obsolete commands from tvp5150.c by Hans Verkuil · 18 years ago
  54. 3bbe5a8 V4L/DVB (3697): More msp3400 and bttv fixes by Hans Verkuil · 18 years ago
  55. 0020d3e V4L/DVB (3693): Fix msp3400c and bttv stereo/mono/bilingual detection/handling by Hans Verkuil · 18 years ago
  56. dc555aa V4L/DVB (3662): Don't set msp3400c-non-existent register by Hans Verkuil · 18 years ago
  57. e3bb834 V4L/DVB (3588): Remove VIDIOC_G/S_AUDOUT from msp3400 by Hans Verkuil · 18 years ago
  58. c687351 V4L/DVB (3587): Always wake thread after routing change. by Hans Verkuil · 18 years ago
  59. 2474ed4 V4L/DVB (3582): Implement correct msp3400 input/output routing by Hans Verkuil · 18 years ago
  60. 49965a8 V4L/DVB (3581): Add new media/msp3400.h header containing the routing macros by Hans Verkuil · 18 years ago
  61. de533cc V4L/DVB (3580): Last round of msp3400 cleanups before adding routing commands by Hans Verkuil · 18 years ago
  62. 9a80a93 V4L/DVB (3579): Move msp_modus to msp3400-kthreads, add JP and KR std detection by Hans Verkuil · 18 years ago
  63. 4277257 V4L/DVB (3578): Make scart definitions easier to handle by Hans Verkuil · 18 years ago
  64. 8bf2f8e V4L/DVB (3577): Cleanup audio input handling by Hans Verkuil · 18 years ago
  65. 8a4b275 V4L/DVB (3427): audmode and rxsubchans fixes (VIDIOC_G/S_TUNER) by Hans Verkuil · 18 years ago
  66. 53a7240 V4L/DVB (3402): Fix handling of VIDIOC_G_TUNER audmode in msp3400 by Hans Verkuil · 18 years ago
  67. cb8d1aa V4L/DVB (3385): Return -EINVAL for unknown commands in msp3400 module. by Hans Verkuil · 18 years ago
  68. a5ed425 V4L/DVB (3355): removed uneeded init on structs like static int foo=0 by Mauro Carvalho Chehab · 18 years ago
  69. f167cb4e by Mauro Carvalho Chehab · 18 years ago
  70. 5af0c8f V4L/DVB (3326): Fix stereo and standard reporting of msp3400 (esp. for radio) by Hans Verkuil · 18 years ago
  71. d312a46 V4L/DVB (3324): msp3400 audio handling bug fixes. by Hans Verkuil · 18 years ago
  72. 7560d7a V4L/DVB (3317): msp3400: use v4l2_std_id and determine chip capabilities. by Hans Verkuil · 18 years ago
  73. cab462f V4L/DVB (3307): Some cleanups at I2C modules by Mauro Carvalho Chehab · 18 years ago
  74. fac9e89 V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros. by Hans Verkuil · 18 years ago
  75. 7e8b09e V4L/DVB (3276): Added new diagnositics macros, convert msp3400 to the new macros. by Hans Verkuil · 18 years ago
  76. 53b0a1c V4L/DVB (3275): Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c by Hans Verkuil · 18 years ago