1. 10d5509c [media] v4l2: remove g/s_crop from video ops by Hans Verkuil · 9 years ago
  2. b5dcee2 [media] include/media: split I2C headers from V4L2 core by Mauro Carvalho Chehab · 9 years ago
  3. 1f3375e [media] tw9910: init priv->scale and update standard by Hans Verkuil · 9 years ago
  4. 9212e1d [media] tw9910: don't use COLORSPACE_JPEG by Hans Verkuil · 9 years ago
  5. 717fd5b [media] v4l2: replace try_mbus_fmt by set_fmt by Hans Verkuil · 10 years ago
  6. da298c6 [media] v4l2: replace video op g_mbus_fmt by pad op get_fmt by Hans Verkuil · 10 years ago
  7. ebcff5f [media] v4l2: replace enum_mbus_fmt by enum_mbus_code by Hans Verkuil · 10 years ago
  8. f5fe58f [media] i2c: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  9. 8774bed [media] v4l: subdev: Move [gs]_std operation to video ops by Laurent Pinchart · 10 years ago
  10. dc5730f [media] tw9910: add g_tvnorms video op by Hans Verkuil · 11 years ago
  11. 9aea470 [media] soc-camera: switch I2C subdevice drivers to use v4l2-clk by Guennadi Liakhovetski · 12 years ago
  12. f88b50a [media] soc_camera: tw9910: Remove empty function by Sachin Kamat · 11 years ago
  13. 15c4fee [media] media/i2c: fill in missing reg->size fields by Hans Verkuil · 11 years ago
  14. 6be89da [media] soc_camera sensors: remove g_chip_ident op by Hans Verkuil · 11 years ago
  15. 977ba3b [media] v4l2: add const to argument of write-only s_register ioctl by Hans Verkuil · 12 years ago
  16. 70e176a [media] soc-camera: use devm_kzalloc in subdevice drivers by Guennadi Liakhovetski · 12 years ago
  17. 25a3481 [media] soc-camera: split struct soc_camera_link into host and subdevice parts by Guennadi Liakhovetski · 12 years ago
  18. 4bbc6d5 [media] soc-camera: Push probe-time power management to drivers by Laurent Pinchart · 12 years ago
  19. 4ec10ba [media] soc-camera: Add and use soc_camera_power_[on|off]() helper functions by Laurent Pinchart · 12 years ago
  20. 2a2d1cf [media] move soc_camera i2c drivers into its own dir by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/tw9910.c]
  21. 7bf6afb [media] tw9910: Don't access the device in the g_mbus_fmt operation by Laurent Pinchart · 12 years ago
  22. c6e8d86 [media] convert drivers/media/* to use module_i2c_driver() by Axel Lin · 13 years ago
  23. 95d2010 [media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h by Guennadi Liakhovetski · 13 years ago
  24. 2f0babb [media] V4L: soc-camera: make (almost) all client drivers re-usable outside of the framework by Guennadi Liakhovetski · 13 years ago
  25. 14178aa [media] V4L: soc-camera: start removing struct soc_camera_device from client drivers by Guennadi Liakhovetski · 13 years ago
  26. 0934d94 [media] soc_camera: remove the now obsolete struct soc_camera_ops by Hans Verkuil · 13 years ago
  27. 5476ea8 [media] V4L: tw9910: remove superfluous soc-camera client operations by Guennadi Liakhovetski · 13 years ago
  28. 0d3263f [media] V4L: tw9910: support the new mbus-config subdev ops by Guennadi Liakhovetski · 13 years ago
  29. 2ad90b7 [media] V4L: tw9910: remove a not really implemented cropping support by Guennadi Liakhovetski · 13 years ago
  30. 7dfff95 [media] V4L: soc-camera: remove soc-camera bus and devices on it by Guennadi Liakhovetski · 13 years ago
  31. 4df4ada [media] V4L: tw9910: remove bogus ENUMINPUT implementation by Guennadi Liakhovetski · 13 years ago
  32. c4ce6d1 V4L/DVB: v4l: Use v4l2_get_subdevdata instead of accessing v4l2_subdev::priv by Laurent Pinchart · 14 years ago
  33. ace6e97 V4L/DVB: mediabus: fix ambiguous pixel code names by Guennadi Liakhovetski · 14 years ago
  34. 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
  35. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 14 years ago
  36. 3805f20 V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype by Hans Verkuil · 14 years ago
  37. 906b101 tw9910: use TABs for indentation by Guennadi Liakhovetski · 15 years ago
  38. 70da92e V4L/DVB (13669): tw9910: Add sync polarity support by Kuninori Morimoto · 15 years ago
  39. c1d7b06 V4L/DVB (13668): tw9910: remove cropping by Kuninori Morimoto · 15 years ago
  40. 7874b90 V4L/DVB (13667): tw9910: modify output format by Kuninori Morimoto · 15 years ago
  41. 398994c V4L/DVB (13666): tw9910: modify V/H outpit pin setting to use VALID by Kuninori Morimoto · 15 years ago
  42. 34cae30 V4L/DVB (13664): tw9910: use V4L2_FIELD_INTERLACED_BT by Kuninori Morimoto · 15 years ago
  43. 760697b V4L/DVB (13659): soc-camera: convert to the new mediabus API by Guennadi Liakhovetski · 15 years ago
  44. faa5826 V4L/DVB (13657): tw9910: Add revision control to tw9910_set_hsync by Kuninori Morimoto · 15 years ago
  45. 2079708 V4L/DVB (13656): tw9910: tw9910_set_hsync clean up by Kuninori Morimoto · 15 years ago
  46. 607e5ad V4L/DVB (13655): tw9910: Add power control by Kuninori Morimoto · 15 years ago
  47. 06f292e V4L/DVB (13654): tw9910: Tri-state pins when idle by Kuninori Morimoto · 15 years ago
  48. 88a67c5 V4L/DVB (13653): tw9910: simplify chip ID calculation by Kuninori Morimoto · 15 years ago
  49. 6d74e5f V4L/DVB (13652): tw9910: Add revision control by Kuninori Morimoto · 15 years ago
  50. 0f44829 V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in struct soc_camera_link by Guennadi Liakhovetski · 15 years ago
  51. 5d28d52 V4L/DVB (13645): soc-camera: fix multi-line comment coding style by Guennadi Liakhovetski · 15 years ago
  52. 4a4bc5e V4L/DVB (13642): tw9910: The driver can also handle revision 1 of the chip by Kuninori Morimoto · 15 years ago
  53. 96c7539 V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_device members by Guennadi Liakhovetski · 15 years ago
  54. 6a6c878 V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping (S_CROP) by Guennadi Liakhovetski · 15 years ago
  55. 85f8be6 V4L/DVB (12531): soc-camera: Use I2C device for dev_{dbg,info,...} output in all clients by Guennadi Liakhovetski · 15 years ago
  56. 08590b9 V4L/DVB (12529): soc-camera: switch to s_crop v4l2-subdev video operation by Guennadi Liakhovetski · 15 years ago
  57. 4a5a5b2 V4L/DVB (12527): tw9910: do not lie about cropping abilities by Guennadi Liakhovetski · 15 years ago
  58. 123ab62 V4L/DVB (12523): tw9910: return updated geometry on successful S_FMT and S_CROP by Guennadi Liakhovetski · 15 years ago
  59. a0705b0 V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device by Guennadi Liakhovetski · 15 years ago
  60. 979ea1d V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API by Guennadi Liakhovetski · 15 years ago
  61. 40e2e09 V4L/DVB (12506): soc-camera: convert to platform device by Guennadi Liakhovetski · 15 years ago
  62. 0a861e9 soc-camera: unify i2c camera device platform data by Guennadi Liakhovetski · 15 years ago
  63. 09e231b V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations by Guennadi Liakhovetski · 16 years ago
  64. 1af1b7a V4L/DVB (10670): tw9910: bit mask operation fix on tw9910_mask_set. by Kuninori Morimoto · 16 years ago
  65. ac829d6 V4L/DVB (10616): tw9910: color format check is added on set_fmt by Kuninori Morimoto · 16 years ago
  66. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  67. 6d75611 V4L/DVB (10095): The failure of set_fmt is solved in tw9910 by Kuninori Morimoto · 16 years ago
  68. ed922a8 V4L/DVB (10094): Add tw9910 driver by Kuninori Morimoto · 16 years ago