1. 717fd5b [media] v4l2: replace try_mbus_fmt by set_fmt by Hans Verkuil · 9 years ago
  2. da298c6 [media] v4l2: replace video op g_mbus_fmt by pad op get_fmt by Hans Verkuil · 9 years ago
  3. ebcff5f [media] v4l2: replace enum_mbus_fmt by enum_mbus_code by Hans Verkuil · 9 years ago
  4. f5fe58f [media] i2c: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  5. 0d5e8c4 [media] Fix 64-bit division fall-out from 64-bit control ranges by Hans Verkuil · 10 years ago
  6. 9aea470 [media] soc-camera: switch I2C subdevice drivers to use v4l2-clk by Guennadi Liakhovetski · 12 years ago
  7. 6be89da [media] soc_camera sensors: remove g_chip_ident op by Hans Verkuil · 11 years ago
  8. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 11 years ago
  9. bff7993 [media] mt9v022 driver: send valid HORIZONTAL_BLANKING values to mt9v024 soc camera by Andrei Andreyanau · 11 years ago
  10. 70e176a [media] soc-camera: use devm_kzalloc in subdevice drivers by Guennadi Liakhovetski · 12 years ago
  11. 25a3481 [media] soc-camera: split struct soc_camera_link into host and subdevice parts by Guennadi Liakhovetski · 12 years ago
  12. daf16ba [media] mt9v022: fix potential NULL pointer dereference in mt9v022_probe() by Wei Yongjun · 12 years ago
  13. d033a30 Merge remote-tracking branch 'linus/master' into staging/for_v3.8 by Mauro Carvalho Chehab · 12 years ago
  14. b6f50b4 [media] mt9v022: set y_skip_top field to zero as default by Anatolij Gustschin · 12 years ago
  15. d0bac76 [media] mt9v022: support required register settings in snapshot mode by Anatolij Gustschin · 12 years ago
  16. 6cc1eb7 [media] mt9v022: add v4l2 controls for blanking by Anatolij Gustschin · 12 years ago
  17. 9bb047c [media] mt9v022: fix the V4L2_CID_EXPOSURE control by Anatolij Gustschin · 12 years ago
  18. 4f99659 [media] v4l2: make vidioc_s_crop const by Hans Verkuil · 12 years ago
  19. c078ac1 [media] mt9v022: Add support for mt9v024 by Alex Gershgorin · 12 years ago
  20. 4bbc6d5 [media] soc-camera: Push probe-time power management to drivers by Laurent Pinchart · 12 years ago
  21. 4ec10ba [media] soc-camera: Add and use soc_camera_power_[on|off]() helper functions by Laurent Pinchart · 12 years ago
  22. 2a2d1cf [media] move soc_camera i2c drivers into its own dir by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/mt9v022.c]
  23. 22cf83f [media] [trivial] v4l drivers: typo, change ctruct to struct in comment by Peter Meerwald · 12 years ago
  24. c6e8d86 [media] convert drivers/media/* to use module_i2c_driver() by Axel Lin · 12 years ago
  25. 12cbfd0 Merge tag 'v3.2-rc2' into staging/for_v3.3 by Mauro Carvalho Chehab · 13 years ago
  26. 3f87704 [media] v4l: use i2c_smbus_read_word_swapped by Jonathan Cameron · 13 years ago
  27. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  28. 443f483 [media] V4L: mt9m001, mt9v022: use internally cached pixel code by Guennadi Liakhovetski · 13 years ago
  29. 14178aa [media] V4L: soc-camera: start removing struct soc_camera_device from client drivers by Guennadi Liakhovetski · 13 years ago
  30. ab7b50a [media] mt9v022: convert to the control framework by Hans Verkuil · 13 years ago
  31. 0125b7c [media] V4L: mt9v022: remove superfluous soc-camera client operations by Guennadi Liakhovetski · 13 years ago
  32. 610eb5a [media] V4L: mt9m001, mt9v022: add a clarifying comment by Guennadi Liakhovetski · 13 years ago
  33. e8e2c70 [media] V4L: mt9v022: support the new mbus-config subdev ops by Guennadi Liakhovetski · 13 years ago
  34. 7a707b8 drivers/media: Add module.h to all files using it implicitly by Paul Gortmaker · 13 years ago
  35. 7dfff95 [media] V4L: soc-camera: remove soc-camera bus and devices on it by Guennadi Liakhovetski · 13 years ago
  36. a1de7a0 [media] V4L: mt9v022: fix pixel clock by Teresa Gámez · 13 years ago
  37. 07670433 [media] v4l: Rename V4L2_MBUS_FMT_GREY8_1X8 to V4L2_MBUS_FMT_Y8_1X8 by Laurent Pinchart · 14 years ago
  38. c0ff9f4 [media] media: video: do not clear 'driver' from an i2c_client by Wolfram Sang · 14 years ago
  39. c4ce6d1 V4L/DVB: v4l: Use v4l2_get_subdevdata instead of accessing v4l2_subdev::priv by Laurent Pinchart · 14 years ago
  40. 23f0cb6 V4L/DVB: mt9v022.c: Fixed compilation warning by Ionut Gabriel Popescu · 14 years ago
  41. e620d1e Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  42. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 14 years ago
  43. 3805f20 V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype by Hans Verkuil · 14 years ago
  44. e26b314 V4L/DVB: The first two parameters of soc_camera_limit_side() are usually pointers to struct v4l2_rect elements. They are signed, so adjust the prototype accordingly by Márton Németh · 14 years ago
  45. 4a9ce75 soc-camera: update mt9v022 to take into account board signal routing by Guennadi Liakhovetski · 14 years ago
  46. 760697b V4L/DVB (13659): soc-camera: convert to the new mediabus API by Guennadi Liakhovetski · 15 years ago
  47. 5d28d52 V4L/DVB (13645): soc-camera: fix multi-line comment coding style by Guennadi Liakhovetski · 15 years ago
  48. 3253610 V4L/DVB (13644): v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera by Guennadi Liakhovetski · 15 years ago
  49. 96c7539 V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_device members by Guennadi Liakhovetski · 15 years ago
  50. a4c56fd V4L/DVB (12535): soc-camera: remove .init() and .release() methods from struct soc_camera_ops by Guennadi Liakhovetski · 15 years ago
  51. 6a6c878 V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping (S_CROP) by Guennadi Liakhovetski · 15 years ago
  52. 85f8be6 V4L/DVB (12531): soc-camera: Use I2C device for dev_{dbg,info,...} output in all clients by Guennadi Liakhovetski · 15 years ago
  53. 08590b9 V4L/DVB (12529): soc-camera: switch to s_crop v4l2-subdev video operation by Guennadi Liakhovetski · 15 years ago
  54. a0705b0 V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device by Guennadi Liakhovetski · 15 years ago
  55. 979ea1d V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API by Guennadi Liakhovetski · 15 years ago
  56. 40e2e09 V4L/DVB (12506): soc-camera: convert to platform device by Guennadi Liakhovetski · 15 years ago
  57. 653dc59 V4L/DVB (11910): mt9: Use v4l bounding/alignment function by Trent Piepho · 15 years ago
  58. 9538e1c V4L/DVB (11610): soc-camera: simplify register access routines in multiple sensor drivers by Guennadi Liakhovetski · 15 years ago
  59. 594bb46 V4L/DVB (11607): soc-camera: add a free_bus method to struct soc_camera_link by Guennadi Liakhovetski · 15 years ago
  60. e958e27 V4L/DVB (11033): mt9v022: allow setting of bus width from board code by Sascha Hauer · 15 years ago
  61. 09e231b V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations by Guennadi Liakhovetski · 15 years ago
  62. 2d9329f V4L/DVB (10665): soc-camera: add data signal polarity flags to drivers by Guennadi Liakhovetski · 15 years ago
  63. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 15 years ago
  64. a85bdac V4L/DVB (10091): mt9m001 mt9v022: simplify pointer derefernces by Guennadi Liakhovetski · 16 years ago
  65. 64f5905 V4L/DVB (10080): soc-camera: readability improvements, more strict operations checks by Guennadi Liakhovetski · 16 years ago
  66. bd73b36 V4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera drivers by Guennadi Liakhovetski · 16 years ago
  67. 297a7ef V4L/DVB (10066): mt9m001 mt9v022: fix bus-width switch GPIO availability test by Guennadi Liakhovetski · 16 years ago
  68. d8fac21 V4L/DVB (9788): soc-camera: simplify naming by Guennadi Liakhovetski · 16 years ago
  69. 8103466 V4L/DVB (8687): soc-camera: Move .power and .reset from soc_camera host to sensor driver by Stefan Herbrechtsmeier · 16 years ago
  70. 1121164 V4L/DVB (8685): mt9m001, mt9v022: Simplify return code checking by Guennadi Liakhovetski · 16 years ago
  71. 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 16 years ago
  72. ecfceef7 V4L/DVB (8143): Fix compilation for mt9v022 by Mauro Carvalho Chehab · 16 years ago
  73. 7fb0fd0 V4L/DVB (7859): mt9v022: fix a copy-paste error in comment by Guennadi Liakhovetski · 16 years ago
  74. 91e64c8 V4L/DVB (7858): video: build fix for drivers/media/video/mt9v022.c by Ingo Molnar · 16 years ago
  75. 2d5e3e8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  76. 4407a46 V4L/DVB (7785): [2.6 patch] make mt9{m001,v022}_controls[] static by Adrian Bunk · 16 years ago
  77. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  78. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  79. 26f1b94 V4L/DVB (7406): soc-camera: improve separation between soc_camera_ops and soc_camera_device by Guennadi Liakhovetski · 16 years ago
  80. ad5f2e8 V4L/DVB (7336): soc-camera: streamline hardware parameter negotiation by Guennadi Liakhovetski · 16 years ago
  81. bb55de3 V4L/DVB (7249): Fix advertised pixel formats in mt9m001 and mt9v022 by Guennadi Liakhovetski · 16 years ago
  82. ef6ad5c V4L/DVB (7218): Fix breakage in mt9m001 and mt9v022 driver if "CONFIG_GENERIC_GPIO is not set" by Guennadi Liakhovetski · 16 years ago
  83. b4333a3 V4L/DVB (7217): Replace NO_GPIO with gpio_is_valid() by Guennadi Liakhovetski · 16 years ago
  84. 7397bfbe V4L/DVB (7174): Add support for the MT9V022 camera by Guennadi Liakhovetski · 16 years ago