1. 3c7c937 [media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg() by Hans Verkuil · 13 years ago
  2. d73b388 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  3. ea7c681 [media] cafe_ccic: fix colorspace corruption on resume by Daniel Drake · 14 years ago
  4. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  5. 8efc1a1 Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  6. 20aa5bb [media] cafe_ccic: replace ioctl by unlocked_ioctl by Hans Verkuil · 14 years ago
  7. 9a1f8b3 [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions by Laurent Pinchart · 14 years ago
  8. aa2d8cb [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* (2) by Laurent Pinchart · 14 years ago
  9. 399d846 [media] cafe_ccic: fix subdev configuration by Daniel Drake · 14 years ago
  10. 0851668 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  11. cdff10a [media] cafe_ccic: Configure ov7670 correctly by Daniel Drake · 14 years ago
  12. 1532a07 [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev* by Laurent Pinchart · 14 years ago
  13. 96eb729 [media] cafe_ccic: Implement VIDIOC_ENUM_FRAMEINTERVALS and ENUM_FRAMESIZES by Daniel Drake · 14 years ago
  14. df2b9b0 [media] cafe_ccic: Fix hang in command write processing by Daniel Drake · 14 years ago
  15. 1e42622 V4L/DVB: cafe_ccic: convert to the mediabus API by Hans Verkuil · 14 years ago
  16. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  18. 0faf6f6 V4L/DVB: cafe_ccic: Fix lock imbalances by Alexander Strakh · 15 years ago
  19. 46b2109 V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments by Laurent Pinchart · 15 years ago
  20. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  21. 53dacb1 V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friends by Hans Verkuil · 15 years ago
  22. e81516c V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses by Jean Delvare · 15 years ago
  23. 90c69f2 V4L/DVB (11680): cafe_ccic: use = instead of == for setting a value at a var by Mauro Carvalho Chehab · 15 years ago
  24. e047a0f V4L/DVB (11679): cafe_ccic: fix sensor detection by Hans Verkuil · 15 years ago
  25. e6574f2 V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdev by Hans Verkuil · 15 years ago
  26. e33ee31 V4L/DVB (11267): cafe_ccic: Remove buffer type check from XXXbuf by Trent Piepho · 15 years ago
  27. acc5d85 V4L/DVB (11120): cafe_ccic: stick in a comment with a request for test results by Hans Verkuil · 15 years ago
  28. 69d94f7 V4L/DVB (11118): cafe_ccic: replace debugfs with g/s_register ioctls. by Hans Verkuil · 15 years ago
  29. 8bcfd7a V4L/DVB (11115): cafe_ccic: use v4l2_subdev to talk to the ov7670 sensor. by Hans Verkuil · 15 years ago
  30. 21508b90 V4L/DVB (11114): cafe_ccic: convert to v4l2_device. by Hans Verkuil · 15 years ago
  31. b305271 i2c: Drop I2C_CLASS_CAM_DIGITAL by Jean Delvare · 15 years ago
  32. aecde8b5 V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. by Hans Verkuil · 16 years ago
  33. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  34. 74084d3 V4L/DVB (9355): de-BKL cafe_ccic.c by Jonathan Corbet · 16 years ago
  35. c6330fb V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d by Hans Verkuil · 16 years ago
  36. cf2fa66 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  37. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  38. d56dc61 V4L/DVB (8613): v4l: move BKL down to the driver level. by Hans Verkuil · 16 years ago
  39. ec16d02 V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h by Andrew Morton · 16 years ago
  40. aa7a7fb Define and use PCI_DEVICE_ID_MARVELL_88ALP01_CCIC for CAFÉ camera driver by David Woodhouse · 16 years ago
  41. 0ea6bc8 V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device by Hans Verkuil · 16 years ago
  42. a399810 V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops struct by Hans Verkuil · 16 years ago
  43. 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
  44. 5e85e73 V4L/DVB (8428): videodev: rename 'dev' to 'parent' by Hans Verkuil · 16 years ago
  45. 78b526a V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacks by Hans Verkuil · 16 years ago
  46. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 16 years ago
  47. bb8d56a V4L/DVB (6395): cafe_ccic: Add a pointer to the data sheet by Jonathan Corbet · 17 years ago
  48. c303449 V4L/DVB (6394): Fix a cafe_ccic resume bug by Jonathan Corbet · 17 years ago
  49. c1accaa V4L/DVB (6252): Adapt drivers to use the newer videobuf modules by Mauro Carvalho Chehab · 17 years ago
  50. 23869e2 V4L/DVB (6235): cafe_ccic: default to allocating DMA buffers at probe time by Andres Salomon · 17 years ago
  51. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  52. 70cd685 V4L/DVB (6028): Turn an unnecessary mdelay() into msleep(). by Marcelo Tosatti · 17 years ago
  53. 6d77444 V4L/DVB (6027): Get rid of an ill-behaved msleep in i2c write by Jonathan Corbet · 17 years ago
  54. 01659f2 V4L/DVB (6026): Avoid powering up the camera on resume by Chris Ball · 17 years ago
  55. 7acf90c V4L/DVB (5690): Cafe_ccic: Properly power down the sensor by Jonathan Corbet · 17 years ago
  56. 12df2f5 V4L/DVB (5557): Cafe_ccic: check return value of pci_enable_device by Trent Piepho · 17 years ago
  57. 77d5140 V4L/DVB (5469a): Copyright and maintainer tweaks by Jonathan Corbet · 17 years ago
  58. ff68def V4L/DVB (5467): Add suspend/resume support to the Cafe CCIC by Jonathan Corbet · 17 years ago
  59. 5b50ed7 V4L/DVB (5466): Fix up some Cafe CCIC delay issues by Jonathan Corbet · 17 years ago
  60. 76f4a12 V4L/DVB (5465): Remove an obsolete PCI ID by Jonathan Corbet · 17 years ago
  61. 018cfd5 V4L/DVB (5464): Set the PCI device in the V4L2 device by Jonathan Corbet · 17 years ago
  62. 3434eb7 V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENT by Hans Verkuil · 17 years ago
  63. b9109b75 V4L/DVB (5258): Cafe_ccic: fix compiler warning by Jean Delvare · 17 years ago
  64. 3198cf6 V4L/DVB (5198): Cafe_ccic.c fix warning by Jonathan Corbet · 17 years ago
  65. 12a917f i2c: Declare more i2c_adapter parent devices by Jean Delvare · 17 years ago
  66. fa027c2 [PATCH] mark struct file_operations const 4 by Arjan van de Ven · 17 years ago
  67. d4f60baf V4L/DVB (4991): Cafe_ccic.c: fix NULL dereference by Adrian Bunk · 18 years ago
  68. c8f5b2f5 V4L/DVB (4909): Add s/g_parm to cafe_ccic by Jonathan Corbet · 18 years ago
  69. a66d233 V4L/DVB (4908): Remove the fake RGB32 format from cafe_ccic by Jonathan Corbet · 18 years ago
  70. e75f9ce V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 by Mauro Carvalho Chehab · 18 years ago
  71. f9a7615 V4L/DVB (4842): Updated camera driver by Jonathan Corbet · 18 years ago
  72. ab33668 V4L/DVB (4834): Cafe_ccic.c: make a function static by Adrian Bunk · 18 years ago
  73. d905b38 V4L/DVB (4797): Marvell 88ALP01 "cafe" driver by Jonathan Corbet · 18 years ago