1. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  2. 8c17e5e [media] media/platform: fix querycap by Hans Verkuil · 10 years ago
  3. 27ffaeb [media] platform: Make use of media_bus_format enum by Boris BREZILLON · 10 years ago
  4. efd285e media: platform: davinci: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  5. 692f63752 [media] davinci: remove an unneeded check by Dan Carpenter · 10 years ago
  6. 47c0b56 [media] vpfe_standards[] can be static by Fengguang Wu · 10 years ago
  7. b80cefb [media] davinci: just return 0 instead of using a var by Mauro Carvalho Chehab · 10 years ago
  8. 212bdba [media] vpif: don't cast pointers to int by Mauro Carvalho Chehab · 10 years ago
  9. 95cd5d5 [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO by Ramakrishnan Muthukrishnan · 10 years ago
  10. 8774bed [media] v4l: subdev: Move [gs]_std operation to video ops by Laurent Pinchart · 11 years ago
  11. 3bdaa38 [media] media: davinci: vpfe: use v4l2_fh for priority handling by Lad, Prabhakar · 11 years ago
  12. c1d1e40 [media] media: davinci: vpfe: make sure all the buffers unmapped and released by Lad, Prabhakar · 11 years ago
  13. d8c279a [media] davinci: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  14. a2ac2d7 [media] vpfe-capture.c: remove unused label probe_free_lock by Hans Verkuil · 11 years ago
  15. 39e219d [media] davinci: vpfe: fix error path in probe by Lad, Prabhakar · 11 years ago
  16. 6d43be7 [media] ioctl numbers are unsigned int by Mauro Carvalho Chehab · 12 years ago
  17. 314527a [media] v4l2: pass std by value to the write-only s_std ioctl by Hans Verkuil · 12 years ago
  18. b12aed0 [media] davinci/vpfe_capture: remove current_norm by Hans Verkuil · 12 years ago
  19. 6f55dba [media] davinci/vpfe_capture: convert to the control framework by Hans Verkuil · 12 years ago
  20. a32f7d1 Merge branch 'v4l_for_linus' into staging/for_v3.9 by Mauro Carvalho Chehab · 12 years ago
  21. 4c62e97 Drivers: media: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  22. 8e6057b [media] v4l: Convert drivers to use monotonic timestamps by Sakari Ailus · 12 years ago
  23. 8b6faac [media] media: davinci: vpfe: fix build error by Lad, Prabhakar · 12 years ago
  24. 4f99659 [media] v4l2: make vidioc_s_crop const by Hans Verkuil · 12 years ago
  25. 9a888ba [media] drivers/media/platform/davinci/vpfe_capture.c: fix error return code by Peter Senna Tschudin · 12 years ago
  26. 2c3fb08 [media] rename drivers/media/video as .../platform by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/davinci/vpfe_capture.c]
  27. a1b3a6c [media] media: davinci: fix section mismatch warnings by Lad, Prabhakar · 12 years ago
  28. c6afbf2 [media] davinci: fix build warning when CONFIG_DEBUG_SECTION_MISMATCH is enabled by Lad, Prabhakar · 12 years ago
  29. d1c754a [media] V4L2: drivers implementing vidioc_default should also return -ENOTTY by Hans Verkuil · 13 years ago
  30. 1d6629b [media] convert drivers/media/* to use module_platform_driver() by Axel Lin · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  32. 99cd47bc [media] v4l2-ioctl: add priority handling support by Hans Verkuil · 14 years ago
  33. b1dc614 [media] drivers/media/video: Remove unnecessary semicolons by Joe Perches · 14 years ago
  34. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  35. 959b606 [media] vpfe_capture: Don't use module names to load I2C modules by Laurent Pinchart · 14 years ago
  36. e3cfd44 V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2) by Hans Verkuil · 14 years ago
  37. d3ca775 V4L/DVB: vpfe_capture: convert to new mediabus API by Hans Verkuil · 14 years ago
  38. ffb4877 V4L/DVB: v4l2-common: simplify prio utility functions by Hans Verkuil · 15 years ago
  39. 2b080c5 V4L/DVB: davinci: don't return under lock on error path by Dan Carpenter · 15 years ago
  40. 844cc0d V4L/DVB: V4L: vpfe_capture: Add support for USERPTR mode of operation by Vaibhav Hiremath · 15 years ago
  41. aa2dc90 V4L/DVB: V4L: vpfe_capture: Return 0 from suspend/resume by Vaibhav Hiremath · 15 years ago
  42. 085b54a V4L/DVB: V4L: vpfe_capture: Add call back function for interrupt clear for vpfe_cfg by Vaibhav Hiremath · 15 years ago
  43. 6a4f062 V4L/DVB: V4L - vpfe capture - fix for kernel crash by Muralidharan Karicheri · 15 years ago
  44. ab51bec V4L/DVB: V4L: vpfe_capture - free ccdc_lock when memory allocation fails by Murali Karicheri · 15 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  46. 51444ea V4L/DVB: vpfe_capture: remove clock and platform code by Muralidharan Karicheri · 15 years ago
  47. 67055b0 V4L/DVB: Davinci VPFE Capture: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  48. 9d89382 V4L/DVB (13606): vpfe_capture: move vpfe_remove to .devexit by Uwe Kleine-König · 15 years ago
  49. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  50. f0813b4 V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers by Laurent Pinchart · 15 years ago
  51. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  52. d73bfc5 V4L/DVB (13469): Davinci VPFE Capture: Add support for Control ioctls by Vaibhav Hiremath · 15 years ago
  53. 1ead696 V4L/DVB (13466): Davinci VPFE Capture:Replaced IRQ_VDINT1 with vpfe_dev->ccdc_irq1 by Vaibhav Hiremath · 15 years ago
  54. 14cbaaf V4L/DVB (13465): Davinci VPFE Capture: Take i2c adapter id through platform data by Vaibhav Hiremath · 15 years ago
  55. 204e6ea V4L/DVB (13463): Davinci VPFE Capture: Specify device pointer in videobuf_queue_dma_contig_init by Vaibhav Hiremath · 15 years ago
  56. 0b66cf9 V4L/DVB (13285): vpfe_capture: keep index within bound in vpfe_cropcap() by Roel Kluin · 15 years ago
  57. 7da8a6c V4L/DVB (12248): v4l: vpfe capture bridge driver for DM355 and DM6446 by Muralidharan Karicheri · 15 years ago