)]}'
{
  "log": [
    {
      "commit": "a12222a73e7a9efd927eb99d1dec1cedc9887e0a",
      "tree": "cc46e7f54159ec8652d9f7b2b0d694c135e5886e",
      "parents": [
        "cca0e54905259a456d97652d4f1e2fe8b188b6ad"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:53 2009 -0300"
      },
      "message": "V4L/DVB (12521): soc-camera: use .s_std() from struct v4l2_subdev_core_ops\n\nRemove .set_std() method from struct soc_camera_ops, use .s_std() from\nstruct v4l2_subdev_core_ops instead.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cca0e54905259a456d97652d4f1e2fe8b188b6ad",
      "tree": "82a0af7fadc341e4955628f45c2110439c9701e8",
      "parents": [
        "fa48984e36ee73e964eeb994a45de6525114e871"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:51 2009 -0300"
      },
      "message": "V4L/DVB (12520): sh-mobile-ceu-camera: do not wait for interrupt when releasing buffers\n\nPatch\n\n[PATCH] video: use videobuf_waiton() in sh_mobile_ceu free_buffer()\n\nwas not quite correct. It closed a race, but introduced a potential\nlock-up, if for some reason an interrupt does not come. This has been\nobserved in tests with tw9910. This patch safely dequeues buffers without\nwaiting for their completion. It also moves a buffer state assignment\nunder a spinlock to make it atomic with queuing of the buffer.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fa48984e36ee73e964eeb994a45de6525114e871",
      "tree": "733f9fd78a536209456fbc02ceac2792a2b71755",
      "parents": [
        "0d205b6a09177cd14c109321fb40873418a11f7e"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:43 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:49 2009 -0300"
      },
      "message": "V4L/DVB (12519): soc-camera: put pixel format initialisation back in probe, add .put_formats()\n\nThe move of format translation initialisation into soc_camera_open() was\ntemporary for the soc-camera as platform driver intermediate step, put it back\ninto soc_camera_probe(). Also add a .put_formats() method to\nsoc_camera_host_ops to free any resources host driver might have allocated in\n.get_formats().\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0d205b6a09177cd14c109321fb40873418a11f7e",
      "tree": "79dd69a481eb474ad9d4d8fce4ed8f6eef99e8d9",
      "parents": [
        "e330919a215714796efb451984a753a46b570eb7"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:48 2009 -0300"
      },
      "message": "V4L/DVB (12518): ov772x: S_CROP must return actually configured geometry\n\nV4L2 drivers are allowed to configure a geometry different than what has been\nrequested by the user with S_CROP, but then they have to adjust the input\nrectangle accordingly. Fix ov772x to comply with this requirement.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e330919a215714796efb451984a753a46b570eb7",
      "tree": "80193477bd357dca8552eda00955d8befd611ecb",
      "parents": [
        "bf62e1da6ac848b0c3f72665d05939263e9f4128"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:46 2009 -0300"
      },
      "message": "V4L/DVB (12517): mt9t031: improve rectangle placement in invalid S_CROP\n\n1. soc-camera always requests a valid rectangle, when calling .s_fmt(), no need\nto check and adjust\n2. in .s_crop(), if the rectangle exceeds sensor limits, push it to the\nrespective border instead of centering\n3. take into account left and top borders when checking\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bf62e1da6ac848b0c3f72665d05939263e9f4128",
      "tree": "574f403b251b165282b6a55b85b7bbb84707934c",
      "parents": [
        "a0705b07f1816ae2b85388fcda71de69c221b4b8"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:44 2009 -0300"
      },
      "message": "V4L/DVB (12516): ov772x: successful S_FMT and S_CROP must update user-provided rectangle\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a0705b07f1816ae2b85388fcda71de69c221b4b8",
      "tree": "7406da18408564e38645eeaa22ea49324fd1ca6a",
      "parents": [
        "4a6110bc50da9a1883bf45614ac1d591253f0457"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:46:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:43 2009 -0300"
      },
      "message": "V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device\n\nSwitch to using struct v4l2_rect in struct soc_camera_device for uniformity and\nsimplicity.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4a6110bc50da9a1883bf45614ac1d591253f0457",
      "tree": "7f836e44406f8656ebbc920ed71a88dc9f729064",
      "parents": [
        "2840d2497b912f25d2957477faa1c922ddd733e0"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:44:15 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:41 2009 -0300"
      },
      "message": "V4L/DVB (12514): sh_mobile_ceu_camera: add a control for the camera low-pass filter\n\nUse the V4L2_CID_SHARPNESS control to switch SH-mobile camera low-pass filter.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2840d2497b912f25d2957477faa1c922ddd733e0",
      "tree": "0cb0fe8ced5e55236c448ab001c4c50faeaa3411",
      "parents": [
        "a813d01f823259d1b27668c2149785515843a7eb"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:44:15 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:39 2009 -0300"
      },
      "message": "V4L/DVB (12513): soc-camera: add support for camera-host controls\n\nUntil now soc-camera only supported client (sensor) controls. This patch\nenables camera-host drivers to implement their own controls too.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a813d01f823259d1b27668c2149785515843a7eb",
      "tree": "42c823775525880849338730e50aaba6f584fd45",
      "parents": [
        "3418f165cc1cbcb30a8c017d7ebbc774710066bb"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:44:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:38 2009 -0300"
      },
      "message": "V4L/DVB (12512): ov772x: implement a band-stop filter support\n\nThe V4L2_CID_BAND_STOP_FILTER control is used to switch the \"Banding Filter\" on\nOV772x cameras on and off and to set the minimum AEC value in BDBASE register.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3418f165cc1cbcb30a8c017d7ebbc774710066bb",
      "tree": "6b9d53f641278b7cf628fbc5e33aec81afe96203",
      "parents": [
        "979ea1ddf80ac7383acdea03471355ca62702539"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:44:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:36 2009 -0300"
      },
      "message": "V4L/DVB (12511): V4L2: add a new V4L2_CID_BAND_STOP_FILTER integer control\n\nAdd a new V4L2_CID_BAND_STOP_FILTER integer control, which either switches the\nband-stop filter off, or sets it to a certain strength.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "979ea1ddf80ac7383acdea03471355ca62702539",
      "tree": "2ee4c73eb672c1ee8167ed7e0906bac6f3b00e69",
      "parents": [
        "0bab829de1ab60d8c3cbf7e402192bb9446840b7"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:43:33 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:35 2009 -0300"
      },
      "message": "V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API\n\nConvert the soc-camera framework to use the v4l2-(sub)dev API. Start using\nv4l2-subdev operations. Only a part of the interface between the\nsoc_camera core, soc_camera host drivers on one side and soc_camera device\ndrivers on the other side is replaced so far. The rest of the interface\nwill be replaced in incremental steps, and will require extensions and,\npossibly, modifications to the v4l2-subdev code.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0bab829de1ab60d8c3cbf7e402192bb9446840b7",
      "tree": "0473c9f8499bccf786c344ebfe194aebb3ed9444",
      "parents": [
        "dd4f0ad4b027078b0642d99a2d30c9c93a5e38ac"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:34:18 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:33 2009 -0300"
      },
      "message": "V4L/DVB (12509): sh: prepare board-ap325rxa.c for v4l2-subdev conversion\n\nWe will be registering and unregistering the soc_camera_platform platform\ndevice multiple times, therefore we need a .release() method and have to\nnullify the kobj.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd4f0ad4b027078b0642d99a2d30c9c93a5e38ac",
      "tree": "9638c3dfcfc33edb4621eb356adfe93ba39a5a7f",
      "parents": [
        "83fe78ea02df8a992dbda8fc3397ddb2646e733e"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:34:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:31 2009 -0300"
      },
      "message": "V4L/DVB (12508): soc-camera: remove unused .iface from struct soc_camera_platform_info\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "83fe78ea02df8a992dbda8fc3397ddb2646e733e",
      "tree": "4c4a4579be26a70e5e188fc477c716aafce56180",
      "parents": [
        "40e2e0927003424c25807b575dd40da2b8685857"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:34:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:29 2009 -0300"
      },
      "message": "V4L/DVB (12507): sh: soc-camera updates\n\nUpdate ap325rxa to specify .bus_id in struct soc_camera_link explicitly, remove\nunused .iface from struct soc_camera_platform_info.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "40e2e0927003424c25807b575dd40da2b8685857",
      "tree": "917ca8fd5f7598194d264ec92a08b312d4932b90",
      "parents": [
        "bc1937b41d8253e2b554da385023a92189d38917"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:28:22 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:27 2009 -0300"
      },
      "message": "V4L/DVB (12506): soc-camera: convert to platform device\n\nConvert soc-camera core and all drivers to platform device API. We already\nconverted platforms to register a platform device for each soc-camera client,\nnow we remove the compatibility code and switch completely to the new scheme.\nThis is a preparatory step for the v4l2-subdev conversion.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bc1937b41d8253e2b554da385023a92189d38917",
      "tree": "c3f4b27fb7b3ff1607191c0eadcacb55aef2b2cf",
      "parents": [
        "c41debafc6e396a8e15f1f017aec7c0cf67e1b54"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:06:22 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:25 2009 -0300"
      },
      "message": "V4L/DVB (12505): soc_camera_platform: pass device pointer from soc-camera core on .add_device()\n\nAdd a struct device pointer to struct soc_camera_platform_info and let the user\n(ap325rxa) pass it down to soc_camera_platform.c in its .add_device() method.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c41debafc6e396a8e15f1f017aec7c0cf67e1b54",
      "tree": "4f128d3acb39deab3eb9f8ab1a9681fc07148432",
      "parents": [
        "2639ead140aa7063188b6599a1a7398d60db2712"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Tue Aug 25 11:06:21 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:24 2009 -0300"
      },
      "message": "V4L/DVB (12504): soc-camera: prepare soc_camera_platform.c and its users for conversion\n\nsoc_camera_platform.c is only used by y SuperH ap325rxa board. This patch\nconverts soc_camera_platform.c and its users for the soc-camera platform-\ndevice conversion and also extends soc-camera core to handle non-I2C cameras.\n\nCc: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2639ead140aa7063188b6599a1a7398d60db2712",
      "tree": "f4385045d104500f2061352d0f3985a70835facb",
      "parents": [
        "210fa70d3aa25da78e7ca7a43d993cd2603c0540"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Mon Jul 06 15:08:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:22 2009 -0300"
      },
      "message": "V4L/DVB (12254): v4l: Makefile and config files for vpfe capture driver\n\nThis adds Makefile and Kconfig changes to build vpfe capture driver.\n\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "210fa70d3aa25da78e7ca7a43d993cd2603c0540",
      "tree": "e6986cdac8e8451316377ddd145b3c1930e7f013",
      "parents": [
        "7b140b89307a59527df644100ce5ab3bc1be7d1b"
      ],
      "author": {
        "name": "Chaithrika U S",
        "email": "chaithrika@ti.com",
        "time": "Mon Jul 20 05:03:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:21 2009 -0300"
      },
      "message": "V4L/DVB (12453a): DaVinci: DM646x: Update the structure name as per header file changes\n\nIn the platform header file, the subdev_info structure name has been changed\nto vpif_subdev_info. Update this change in the driver too.\n\nApplies to v4l-dvb repository.\n\nSigned-off-by: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7b140b89307a59527df644100ce5ab3bc1be7d1b",
      "tree": "390b6f891d3acaa72948add6d18cec33c1a8cad5",
      "parents": [
        "92ee438b8e27f1b96ce5a7e8d73cb11b71a02584"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jun 19 09:20:16 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:19 2009 -0300"
      },
      "message": "V4L/DVB (12253): v4l: common vpss module for video drivers\n\nThis is a new module added for vpss library functions that are\nused for configuring vpss system module. All video drivers will\ninclude vpss.h header file and call functions defined in this\nmodule to configure vpss system module.\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\nReviewed by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "92ee438b8e27f1b96ce5a7e8d73cb11b71a02584",
      "tree": "a8f56b6831edd5bcb51f45e82b044d52d4f1963c",
      "parents": [
        "5f15fbb68fd774780a7fa8fe25a88e4c9e518109"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jun 19 09:19:17 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:18 2009 -0300"
      },
      "message": "V4L/DVB (12252): v4l: ccdc types used across ccdc modules for vpfe capture driver\n\ncommon types used across CCDC modules\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5f15fbb68fd774780a7fa8fe25a88e4c9e518109",
      "tree": "9c079fb9fd519173eb8e001f802837fdefbd859c",
      "parents": [
        "dd2ceb1a4028dc9644ed4df80cea9c05ca0b5f6d"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jun 19 09:18:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:16 2009 -0300"
      },
      "message": "V4L/DVB (12251): v4l: dm644x ccdc module for vpfe capture driver\n\nThis is the hw module for DM644x CCDC. This registers with the\nvpfe capture driver and provides a set of hw_ops to configure\nCCDC for a specific decoder device connected to the VPFE.\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd2ceb1a4028dc9644ed4df80cea9c05ca0b5f6d",
      "tree": "275bc7ebf9dbb24aa9264d6cc572221b15971aaf",
      "parents": [
        "638c97400829a43eecc2ad924a0f5143b6c56a6d"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jul 03 05:23:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:15 2009 -0300"
      },
      "message": "V4L/DVB (12250): v4l: dm355 ccdc module for vpfe capture driver\n\nAdds ccdc hw module for DM355 CCDC. This registers with the bridge\ndriver a set of hw_ops for configuring the CCDC for a specific\ndecoder device connected to vpfe.\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\nReviewed by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "638c97400829a43eecc2ad924a0f5143b6c56a6d",
      "tree": "82a9196d5f8f93a1721366aa5213706b68f43d16",
      "parents": [
        "7da8a6cb3e5b60e73b196f1c71031423e0791032"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jun 19 09:14:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:13 2009 -0300"
      },
      "message": "V4L/DVB (12249): v4l: ccdc hw device header file for vpfe capture\n\nAdds ccdc hw device header for vpfe capture driver\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7da8a6cb3e5b60e73b196f1c71031423e0791032",
      "tree": "07994133d0edc06b0e3c752f4e47c42eb7595785",
      "parents": [
        "c1c9d09cd368f75bbd10253b8266898fb9fecc7f"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Mon Jul 06 15:04:12 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:12 2009 -0300"
      },
      "message": "V4L/DVB (12248): v4l: vpfe capture bridge driver for DM355 and DM6446\n\nThis the vpfe capture bridge driver for doing video\ncapture on DM355 and DM6446 evms. The ccdc hw modules register with the\ndriver and are used for configuring the CCD Controller for a specific\ndecoder interface. The driver also registers the sub devices required\nfor a specific evm. More than one sub devices can be registered.\nThis allows driver to switch dynamically to capture video from\nany sub device that is registered. Currently only one sub device\n(tvp5146) is supported. But in future this driver is expected\nto do capture from sensor devices such as Micron\u0027s MT9T001, MT9T031\nand MT9P031 etc. The driver currently supports MMAP based IO.\n\nReviewed by: Laurent Pinchart \u003claurent.pinchart@skynet.be\u003e\nReviewed by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c1c9d09cd368f75bbd10253b8266898fb9fecc7f",
      "tree": "2b5a96fea0ece02e2bd6a9a1f6308f7594124cb1",
      "parents": [
        "62ef80a1f3fb69711dc7e59394ddc8e88097a7cc"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Wed Jul 01 04:20:43 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:11 2009 -0300"
      },
      "message": "V4L/DVB (12247): tvp514x: formatting comments as per kernel documentation\n\nFix documentation style based on comments from Mauro.\n\nReviewed by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\n\nSigned-off-by: Muralidharan Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "62ef80a1f3fb69711dc7e59394ddc8e88097a7cc",
      "tree": "62140698eaf8cbe3c9f522deb846b7cc40dc4081",
      "parents": [
        "6bcbc08faa575e82f9701c4022847ea594806bcb"
      ],
      "author": {
        "name": "Muralidharan Karicheri",
        "email": "m-karicheri2@ti.com",
        "time": "Fri Jun 19 07:13:44 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:09 2009 -0300"
      },
      "message": "V4L/DVB (12246): tvp514x: Migration to sub-device framework\n\nThis patch converts TVP514x driver to sub-device framework\nfrom V4L2-int framework.\n\n[hverkuil@xs4all.nl: remove inline from the dump_reg function]\nSigned-off-by: Brijesh Jadav \u003cbrijesh.j@ti.com\u003e\nSigned-off-by: Hardik Shah \u003chardik.shah@ti.com\u003e\nSigned-off-by: Vaibhav Hiremath \u003chvaibhav@ti.com\u003e\nSigned-off-by: Murali Karicheri \u003cm-karicheri2@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6bcbc08faa575e82f9701c4022847ea594806bcb",
      "tree": "1ea5862409d663ea5e6e71768a905b0854626ce0",
      "parents": [
        "13df4f6a36e41e0c8f25273ef2077b239f633265"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Thu Jul 02 16:54:14 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:07 2009 -0300"
      },
      "message": "V4L/DVB (12201): adv7343: remove unused #include \u003clinux/version.h\u003e\n\nRemove unused #include \u003clinux/version.h\u003e\u0027s in drivers/media/video/adv7343.c.\n\nCc: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Douglas Schilling Landgraf \u003cdougsland@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "13df4f6a36e41e0c8f25273ef2077b239f633265",
      "tree": "8b88bd4df5f23a1ef25a902783c2fc1665fce25d",
      "parents": [
        "e9f4bb559c39cd85ef5365fa50e1893df4b67b96"
      ],
      "author": {
        "name": "Chaithrika U S",
        "email": "chaithrika@ti.com",
        "time": "Mon Jun 22 09:02:55 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:06 2009 -0300"
      },
      "message": "V4L/DVB (12178): vpif_display: Fix compile time warnings for mutex locking\n\nmutex_lock_interruptible return value has to be handled properly to indicate\nthe status to the higher layers of the kernel.\n\nSigned-off-by: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e9f4bb559c39cd85ef5365fa50e1893df4b67b96",
      "tree": "4d0f3f54b9a44da1043b077e32709edc92f54893",
      "parents": [
        "e7332e3a552f6e18b39f5b77ce964818d10c9743"
      ],
      "author": {
        "name": "Chaithrika U S",
        "email": "chaithrika@ti.com",
        "time": "Tue Jun 09 06:38:58 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:05 2009 -0300"
      },
      "message": "V4L/DVB (12177): dm646x: Add an entry for dm646x EVM card at building system\n\nMakefile and Kconfig changes for DM646x Video Display device, using\ndavinci/vpif, adv7343 and ths7303 drivers.\n\nSigned-off-by: Manjunath Hadli \u003cmrh@ti.com\u003e\nSigned-off-by: Brijesh Jadav \u003cbrijesh.j@ti.com\u003e\nSigned-off-by: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e7332e3a552f6e18b39f5b77ce964818d10c9743",
      "tree": "24f1629f1f522619265029ea6e582249ac760aa9",
      "parents": [
        "63a8e71c4453a38c3468f84f0f452e2643abdad3"
      ],
      "author": {
        "name": "Chaithrika U S",
        "email": "chaithrika@ti.com",
        "time": "Tue Jun 09 05:55:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:03 2009 -0300"
      },
      "message": "V4L/DVB (12176): davinci/vpif_display: Add VPIF display driver\n\nAdds the VPIF display driver and the associated header file.\n\nSigned-off-by: Manjunath Hadli \u003cmrh@ti.com\u003e\nSigned-off-by: Brijesh Jadav \u003cbrijesh.j@ti.com\u003e\nSigned-off-by: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "63a8e71c4453a38c3468f84f0f452e2643abdad3",
      "tree": "dcaf503593b2923acbd50408a54cce06be2c6522",
      "parents": [
        "bb3baf89d197f392c011c64935b79ed67a6542db"
      ],
      "author": {
        "name": "Chaithrika U S",
        "email": "chaithrika@ti.com",
        "time": "Tue Jun 09 05:54:02 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:01 2009 -0300"
      },
      "message": "V4L/DVB (12175): davinci/vpif: Add Video Port Interface (VPIF) driver\n\nThis code be used by the display and capture drivers.\n\nSigned-off-by: Manjunath Hadli \u003cmrh@ti.com\u003e\nSigned-off-by: Brijesh Jadav \u003cbrijesh.j@ti.com\u003e\nSigned-off-by: Chaithrika U S \u003cchaithrika@ti.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bb3baf89d197f392c011c64935b79ed67a6542db",
      "tree": "a0e18987b52c62b7bb0cadbd342280eda13687e6",
      "parents": [
        "e1e7e677a4818500b220cebc45a1b47055c9443a"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Mon Sep 14 13:14:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:18:00 2009 -0300"
      },
      "message": "V4L/DVB (12992): gspca - m5602-ov7660: Disable red and blue gain for now\n\nRed and blue gain isn\u0027t handled in conformance with the v4l2 specification. Disable them for now.\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e1e7e677a4818500b220cebc45a1b47055c9443a",
      "tree": "b9289db9c0d577ae5aece8883cd1d49ae330dd92",
      "parents": [
        "87fad38e6eede2305e57eeb7d75a67a01b77e063"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 09:30:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:58 2009 -0300"
      },
      "message": "V4L/DVB (12991): gspca - m5602-ov7660: Remove redundant init writes\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "87fad38e6eede2305e57eeb7d75a67a01b77e063",
      "tree": "251800b393fd507ef5cea24e593dea638993f04a",
      "parents": [
        "b5b93844ace95712f88933d5f622cd5d833530c5"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 09:22:59 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:55 2009 -0300"
      },
      "message": "V4L/DVB (12990): gspca - m5602-ov7660: Don\u0027t set blue and red gain during init\n\nDon\u0027t set blue and red gain during init as we manuall set it later\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b5b93844ace95712f88933d5f622cd5d833530c5",
      "tree": "4b77e6f0a88ebfe1d0e7d8d816ddcc563ed9773b",
      "parents": [
        "eb3678fbe5d5be8315628885b7c93228c97a433d"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 09:21:46 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:47 2009 -0300"
      },
      "message": "V4L/DVB (12989): gspca - m5602-ov7660: Don\u0027t set gain during init\n\nWe manually set the gain later, no need to do it during init\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eb3678fbe5d5be8315628885b7c93228c97a433d",
      "tree": "aa4aedc38615358ddabfaeea77d7fad61fa1505f",
      "parents": [
        "2ec92c28d73a0d2206c961180b955876d4f62a94"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 09:20:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:46 2009 -0300"
      },
      "message": "V4L/DVB (12988): gspca - m5602-ov7660: Remove old init\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2ec92c28d73a0d2206c961180b955876d4f62a94",
      "tree": "d88e3e7bd0aacda2920b67d85401b3792f2a3618",
      "parents": [
        "a66887d2ba2f829cbbc23a64e19a0b757b79c39e"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 04:45:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:44 2009 -0300"
      },
      "message": "V4L/DVB (12987): gspca - m5602-ov7660: Set the hsync correctly\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a66887d2ba2f829cbbc23a64e19a0b757b79c39e",
      "tree": "d17e060c1acb2c3382894a499116a0286197771f",
      "parents": [
        "41532b91daeb7789472bfbdcf3a5a862230482ee"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Fri Jun 26 04:35:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:42 2009 -0300"
      },
      "message": "V4L/DVB (12986): gspca - m5602-ov7660: Add hflip, vflip controls\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "41532b91daeb7789472bfbdcf3a5a862230482ee",
      "tree": "8b19759ef85388bebae65c241554280385574182",
      "parents": [
        "bf40b382f6ce53cdee48917d14b13ae004c3deab"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Tue Jun 23 02:57:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:41 2009 -0300"
      },
      "message": "V4L/DVB (12985): gspca - m5602-ov7660: Replace magic constants with defines\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bf40b382f6ce53cdee48917d14b13ae004c3deab",
      "tree": "4440afd19eb490c47688405af2502333f98f8c98",
      "parents": [
        "7c7ddf1638a45923ab053d1f7818c6d123148b4b"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Sun Jun 21 14:58:55 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:40 2009 -0300"
      },
      "message": "V4L/DVB (12984): gspca - m5602-ov7660: Use a new raw init\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7c7ddf1638a45923ab053d1f7818c6d123148b4b",
      "tree": "4c3987e1d91f734f8c3591d4b254e717ca425e23",
      "parents": [
        "456ebe4e92063b92d2672da272bfc7ac70bd8bdd"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Sat Jun 20 13:58:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:38 2009 -0300"
      },
      "message": "V4L/DVB (12983): gspca - m5602-ov7660: Add auto exposure ctrl\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "456ebe4e92063b92d2672da272bfc7ac70bd8bdd",
      "tree": "edc055d292ed06c123677d033cc5015f10889fa4",
      "parents": [
        "36e64d5cec0a210d87e8e8c02566a1cbe24c00f3"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Sat Jun 20 09:29:00 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:17:28 2009 -0300"
      },
      "message": "V4L/DVB (12982): gspca - m5602-ov7660: Add auto gain ctrl\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "36e64d5cec0a210d87e8e8c02566a1cbe24c00f3",
      "tree": "587d33134abeaf0799599589b57122bbbd91fe27",
      "parents": [
        "f1f59fe60e38c4c56b8acba9690cd08d86d2ac0e"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Sat Jun 20 08:11:13 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:58 2009 -0300"
      },
      "message": "V4L/DVB (12981): gspca - m5602-ov7660: Set blue and red gain at init\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f1f59fe60e38c4c56b8acba9690cd08d86d2ac0e",
      "tree": "330be9016456d76354e0542732c8a72290b2ec95",
      "parents": [
        "a94e2f2cb91678f106fb31e6fa58b7af451a42e9"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Sat Jun 20 08:01:27 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:53 2009 -0300"
      },
      "message": "V4L/DVB (12980): gspca - m5602-ov7660: Create auto white balance ctrl\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a94e2f2cb91678f106fb31e6fa58b7af451a42e9",
      "tree": "44824bd8ae26f42901f4691d2c711dd21306a2ce",
      "parents": [
        "68fdb7a5b52cb060f7824f9d6e98e105af36a474"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Wed Jun 17 13:01:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:47 2009 -0300"
      },
      "message": "V4L/DVB (12979): gspca - m5602-ov7660: Ensure that the default exposure is set\n\nEnsure that the default exposure value is set at startup\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "68fdb7a5b52cb060f7824f9d6e98e105af36a474",
      "tree": "07395735f9cfdf8672cf1106fec9be6cd7af7d2f",
      "parents": [
        "cbd1f7fb7059c629cb9e5131a755febc906496a6"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Wed Jun 17 03:14:12 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:29 2009 -0300"
      },
      "message": "V4L/DVB (12978): gspca - m5602-ov7660: Add red gain control\n\nHook up the red gain controller\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "cbd1f7fb7059c629cb9e5131a755febc906496a6",
      "tree": "af279d20c5ad44d1905b8fe0b50665d2f498aad8",
      "parents": [
        "b8298e7e588dc906adc358179349841d58f6f580"
      ],
      "author": {
        "name": "Erik Andrén",
        "email": "erik.andren@gmail.com",
        "time": "Wed Jun 17 03:11:24 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:21 2009 -0300"
      },
      "message": "V4L/DVB (12977): gspca - m5602-ov7660: Create blue gain control\n\nHook up a blue gain v4l2 controller\n\nSigned-off-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b8298e7e588dc906adc358179349841d58f6f580",
      "tree": "3e15b275f902e73dd5f1c8969f3264638eec68ec",
      "parents": [
        "efac8aaa8e747b1c1e9eff12b3d3c26f92e26018"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Sep 17 21:00:40 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:17 2009 -0300"
      },
      "message": "V4L/DVB (12976): SAA7164: Removed bus registration messages from driver startup\n\nSAA7164: Removed bus registration messages from driver startup\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "efac8aaa8e747b1c1e9eff12b3d3c26f92e26018",
      "tree": "c6679249d4e88893d2345e939b86ffd6a5cd902e",
      "parents": [
        "c9230457a98f33fe3658fd0bd9b9ceffdd97b63b"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Sep 17 15:06:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:16 2009 -0300"
      },
      "message": "V4L/DVB (12975): SAA7164: Remove the i2c client_attach/detach support, no longer required.\n\nSAA7164: Remove the i2c client_attach/detach support, no longer required.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c9230457a98f33fe3658fd0bd9b9ceffdd97b63b",
      "tree": "b7677367e92fc582673a5153fb4773e0059d219c",
      "parents": [
        "3b501de58bf4cd16563d1acec43a11c7cd1517fe"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Sep 17 15:05:38 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:14 2009 -0300"
      },
      "message": "V4L/DVB (12974): SAA7164: Remove the SAA7164 bus id, no longer required.\n\nSAA7164: Remove the SAA7164 bus id, no longer required.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3b501de58bf4cd16563d1acec43a11c7cd1517fe",
      "tree": "3cb786d293c6e2dddc593b810eed657e585ec751",
      "parents": [
        "6df84ea86e3ae331bd692fb4fbf8b75f43bb4262"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Sep 17 13:45:00 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:12 2009 -0300"
      },
      "message": "Docbook/media: Fix some issues at the docbooks\n\n- Add a few missing entities;\n- Some text fixes at remote controllers;\n- Add a missing tag at videodev2.h xml version.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6df84ea86e3ae331bd692fb4fbf8b75f43bb4262",
      "tree": "82e0084d2015d32f845913c3461a0118b533bd5a",
      "parents": [
        "66cb930e957ccab9e51a7896b13e16d5caf31b0e"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Sun Sep 06 11:13:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:10 2009 -0300"
      },
      "message": "V4L/DVB (12970): saa7164: fix 64bit build warning\n\nFix the following build warning:\n\n  CC [M]  saa7164-core.o\nsaa7164-core.c: In function \u0027saa7164_buffer_deliver\u0027:\nsaa7164-core.c:113: warning: passing argument 2 of \u0027dvb_dmx_swfilter_packets\u0027\n\t\t    from incompatible pointer type\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "66cb930e957ccab9e51a7896b13e16d5caf31b0e",
      "tree": "20dcd02abd242e8ecb9a271e9191e0cb4276419b",
      "parents": [
        "6d052dda59775cbb984f547efc600c188bef12a2"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Sun Sep 06 10:59:47 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:09 2009 -0300"
      },
      "message": "V4L/DVB (12968): saa7164: fix Kconfig: remove HOTPLUG dependency\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6d052dda59775cbb984f547efc600c188bef12a2",
      "tree": "abb1947df8b656293d7d5baf03d6e47068c6b529",
      "parents": [
        "93463895ae0a87b689d71d65c44d5ccdcd950dc4"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Sun Sep 06 10:58:42 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:05 2009 -0300"
      },
      "message": "V4L/DVB (12967): saa7164: fix Kconfig: rename DVB_FE_CUSTOMIZE to MEDIA_TUNER_CUSTOMISE\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "93463895ae0a87b689d71d65c44d5ccdcd950dc4",
      "tree": "e5c1acb0b51665264e08a2e025915ead5c5cb941",
      "parents": [
        "eb3b2d89bcd7bbdcff46f427d0f6f85c9e88701d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Tue Sep 15 23:04:18 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:16:01 2009 -0300"
      },
      "message": "V4L/DVB (12964): tuner-core: add support for NXP TDA18271 without TDA829X demod\n\nAdd support for NXP TDA18271 as a standalone tuner, allowing the use of\nanalog demodulators other than the Philips/NXP TDA829x.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eb3b2d89bcd7bbdcff46f427d0f6f85c9e88701d",
      "tree": "c241f900dad7198b679f45082bf7bb729686a53a",
      "parents": [
        "ae3745f63ad28233d23f3a2f7407b95717d0dba8"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Wed Sep 16 20:21:52 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:54 2009 -0300"
      },
      "message": "V4L/DVB (12962): ce6230: increase BULK transfer size from 512 to 8192\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ae3745f63ad28233d23f3a2f7407b95717d0dba8",
      "tree": "7d36c03f860cac7136c3285bb65bf1946b5efe57",
      "parents": [
        "ab69333690c9e0f278d5ca1dab4e76015f7ecc66"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Wed Sep 16 19:50:25 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:52 2009 -0300"
      },
      "message": "V4L/DVB (12960): anysee: coding style fix\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ab69333690c9e0f278d5ca1dab4e76015f7ecc66",
      "tree": "a3260662558f6618bd93561828be33a30404fef8",
      "parents": [
        "2034188a0bff7bd80ae0e0201e03d5a6cb37a153"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Wed Sep 16 19:47:01 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:51 2009 -0300"
      },
      "message": "V4L/DVB (12959): anysee: increase BULK transfer size from 512 to 8192\n\nincrease BULK transfer size from 512 to 8192 to increase wakeups\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2034188a0bff7bd80ae0e0201e03d5a6cb37a153",
      "tree": "3a8df390d567f143c20b54cc7c85584d14f61c9c",
      "parents": [
        "8386c27f4786482c569a0f53f78ca6624068ba10"
      ],
      "author": {
        "name": "Abylay Ospan",
        "email": "aospan@netup.ru",
        "time": "Wed Sep 16 14:11:15 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:49 2009 -0300"
      },
      "message": "V4L/DVB (12957): Fix MAC address reading from EEPROM in NetUP Dual DVB-S2 CI card.\n\nSigned-off-by: Abylay Ospan \u003caospan@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8386c27f4786482c569a0f53f78ca6624068ba10",
      "tree": "9855b50f70ca1ef46e1e3cef0bd7c218f77e0731",
      "parents": [
        "4f7cb8837cec65ade18b0e2655292fd98040234e"
      ],
      "author": {
        "name": "Abylay Ospan",
        "email": "aospan@netup.ru",
        "time": "Wed Sep 16 13:08:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:48 2009 -0300"
      },
      "message": "V4L/DVB (12956): Fix gpio mutex in NetUP Dual DVB-S2 CI card.\n\nThe card uses the same cx23885 gpio lines for two adapters.\nIn case of there is several cards in system we must implement\ngpio mutex per cx23885 chip.\n\nSigned-off-by: Abylay Ospan \u003caospan@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4f7cb8837cec65ade18b0e2655292fd98040234e",
      "tree": "93a738f749a51dfb86084b16fc9e0930accfce50",
      "parents": [
        "ba624ce4adb408a1924e96993cccf8a8ffda3b9d"
      ],
      "author": {
        "name": "Olivier Lorin",
        "email": "o.lorin@laposte.net",
        "time": "Tue Sep 15 14:17:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:36 2009 -0300"
      },
      "message": "V4L/DVB (12954): gspca - gl860: Addition of GL860 based webcams\n\n- add the Genesys Logic 05e3:0503 and 05e3:f191 webcam\n\nSigned-off-by: Olivier Lorin \u003co.lorin@laposte.net\u003e\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ba624ce4adb408a1924e96993cccf8a8ffda3b9d",
      "tree": "45939134e651a8a1d3796bc428f4c76f65563e02",
      "parents": [
        "285eb1a40242adb3feaf9c73d352cbfeee1bea1c"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Sep 03 13:46:59 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:34 2009 -0300"
      },
      "message": "V4L/DVB (12953): gspca - vc032x: Bad GPIO of the Samsung Q1 on start/stop streaming.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "285eb1a40242adb3feaf9c73d352cbfeee1bea1c",
      "tree": "b1ccc7c1c95f084016e3b9166c2defb90f9af7ff",
      "parents": [
        "e558170a91677d3065be3922bb4467d8969d875c"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Tue Sep 15 14:42:13 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:32 2009 -0300"
      },
      "message": "V4L/DVB (12951): em28xx: add Reddo DVB-C USB TV Box\n\nSupport for Reddo DVB-C USB TV Box device. Remote is not working yet.\nThanks to Benjamin Larsson \u003cbanan@ludd.ltu.se\u003e\n\nCc: Benjamin Larsson \u003cbanan@ludd.ltu.se\u003e\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e558170a91677d3065be3922bb4467d8969d875c",
      "tree": "ff5d499aee96ce0407a4533c5ea630df6c659f68",
      "parents": [
        "707ca1e30f087f9a6d144693dafc4b67880678c2"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Tue Sep 15 14:37:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:27 2009 -0300"
      },
      "message": "V4L/DVB (12950): tuner-simple: add Philips CU1216L\n\nadd Philips CU1216L NIM\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "707ca1e30f087f9a6d144693dafc4b67880678c2",
      "tree": "c485bdf7ac2f1fd49fc154502edb94ef1511a7ca",
      "parents": [
        "3a360ced7b3756efbfe822871cc36dc0490fc46b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Sep 15 08:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:25 2009 -0300"
      },
      "message": "V4L/DVB (12948): v4l1-compat: fix VIDIOC_G_STD handling\n\nThe VIDIOC_G_STD ioctl may not be present in the case of radio receivers.\nIn that case G_STD will return an error. The v4l1-compat layer should not\nattempt to propagate that error to the caller, instead it should be\nignored.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3a360ced7b3756efbfe822871cc36dc0490fc46b",
      "tree": "2d5b6d64809182ba4a0f561779d5645f872e2d5a",
      "parents": [
        "151ec0d9ed902e4b44caf2640d5c61885ea4a499"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Sep 03 23:46:16 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:24 2009 -0300"
      },
      "message": "V4L/DVB (12946): SAA7164: Add support for a new HVR-2250 hardware revision\n\nSAA7164: Add support for a new HVR-2250 hardware revision\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "151ec0d9ed902e4b44caf2640d5c61885ea4a499",
      "tree": "d82ac2d957f2f06486273df1054334ea990a7609",
      "parents": [
        "8bfd4b290ac28752234bce8febe96497b389cc3e"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat Aug 29 14:41:18 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:22 2009 -0300"
      },
      "message": "V4L/DVB (12945): SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.\n\nSAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8bfd4b290ac28752234bce8febe96497b389cc3e",
      "tree": "90bb933c7818330e5c57dd87ae63f73f46ad2c2a",
      "parents": [
        "1f8c40b44161d64fd127aa93e717576ae0d6e9d2"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat Aug 29 14:33:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:19 2009 -0300"
      },
      "message": "V4L/DVB (12944): SAA7164: Minor i2c assignment cleanup\n\nSAA7164: Minor i2c assignment cleanup\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1f8c40b44161d64fd127aa93e717576ae0d6e9d2",
      "tree": "272c9cef63ff446605bc968b3ce76978dcb3a651",
      "parents": [
        "90e801acb2134d905d98152a919128b9f56bbd33"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat Aug 29 14:22:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:12 2009 -0300"
      },
      "message": "V4L/DVB (12943): SAA7164: Add a warning about addr usage\n\nSAA7164: Remove meaningless if\u00270 code\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "90e801acb2134d905d98152a919128b9f56bbd33",
      "tree": "4667dc81ece43eee21a98d8881806b211456e643",
      "parents": [
        "c64b2f78b7912bad38a73bf892fb6d0da4673c67"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Aug 27 18:08:21 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:11 2009 -0300"
      },
      "message": "V4L/DVB (12942): SAA7164: HVR2250 changes related to attach time tuner configuration\n\nEnsure that by default all tuners are set correctly to master/slave mode.\nFor all HVR2250\u0027s, ensure slave based tuners are caliberated during attach\nto avoid locking problems on tuner# above channel 91.\n\nHVR2200 tuner attach time to be reviewed in a future patch.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c64b2f78b7912bad38a73bf892fb6d0da4673c67",
      "tree": "835a278a242378078ca9d5223c9a8403541163bb",
      "parents": [
        "39e469ab6dee0977a6fb632c711fba1ec5fca401"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Wed Aug 12 21:12:32 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:09 2009 -0300"
      },
      "message": "V4L/DVB (12941): SAA7164: Removed spurious debug\n\nSAA7164: Removed spurious debug\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "39e469ab6dee0977a6fb632c711fba1ec5fca401",
      "tree": "5b68506d3b860fcff958fe865a4b51c068a39df3",
      "parents": [
        "068ed40b8fc14cd3d16b5cf2db59ecd735a68ca8"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Wed Aug 12 12:14:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:08 2009 -0300"
      },
      "message": "V4L/DVB (12940): SAA7164: IRQ / message timeout related change\n\nIn some cases we\u0027re seeing large timeouts on commands. I\u0027m changing the\nimplementation so that the deferred worker checks the PCI bus for\nany messages and signals the waiting caller accordingly. The previous\nmechanism was too unreliable.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "068ed40b8fc14cd3d16b5cf2db59ecd735a68ca8",
      "tree": "49e4ca4778851e24e5aaebff7095f98541ba3f43",
      "parents": [
        "bbf504c37ddced9957fa65aac9a213f322871b07"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Wed Aug 12 12:06:27 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:07 2009 -0300"
      },
      "message": "V4L/DVB (12939): SAA7164: Removed a duplicate call to address any PCI quirks.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bbf504c37ddced9957fa65aac9a213f322871b07",
      "tree": "bf081f9c2d02679fdf5caf30150fc09e1f5c46f7",
      "parents": [
        "2ceae8fdfa55475ef8d7cb9bcaf3fd242ea1edcc"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat Aug 08 10:22:02 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:06 2009 -0300"
      },
      "message": "V4L/DVB (12938): SAA7164: Increase the firmware command timeout to avoid firmware errors.\n\nThe firmware typically responds in \u003c 50ms and, via the interrupts and\ndeferred work queue the caller (blocked in the driver) is signalled very\nefficiently. In a highly stressed system this can take many multiples\nof seconds. So, we need a larger maximum timeout for busy systems.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2ceae8fdfa55475ef8d7cb9bcaf3fd242ea1edcc",
      "tree": "19c5c4248327dbb35d3c3e63796b90e5896c94aa",
      "parents": [
        "dd1ee4442d14f90d4da6b8a2ee37ab922100f250"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat Aug 08 10:13:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:04 2009 -0300"
      },
      "message": "V4L/DVB (12937): SAA7164: Cleanup a printk\n\nCleanup a printk and output two helpful driver params in debug mode.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd1ee4442d14f90d4da6b8a2ee37ab922100f250",
      "tree": "a33dcb1b7e750bdde6e71009656c48d40db777b1",
      "parents": [
        "3224401e4c6154bf556d669ed36743cc9a38ffad"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu Jul 30 09:09:30 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:03 2009 -0300"
      },
      "message": "V4L/DVB (12936): SAA7164: Added waitsecs module parameter\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3224401e4c6154bf556d669ed36743cc9a38ffad",
      "tree": "fa768283de6413a7ada76acb3db14629c23c9cfb",
      "parents": [
        "30015c1ed77560aa4466802bcf48b0ccdb13f3bc"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Fri May 15 21:13:32 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:01 2009 -0300"
      },
      "message": "V4L/DVB (12935): SAA7164: Ensure we specify I/F\u0027s for all bandwidths\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "30015c1ed77560aa4466802bcf48b0ccdb13f3bc",
      "tree": "6bf2a8805d3e2ba3f701fdd9ce3924bf0ca6a2e6",
      "parents": [
        "50bcb4aefe382df28031867e16a0a8d1dfb39c94"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Thu May 14 01:15:15 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:15:00 2009 -0300"
      },
      "message": "V4L/DVB (12934): SAA7164: Fix i2c eeprom read errors during load (some boards).\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "50bcb4aefe382df28031867e16a0a8d1dfb39c94",
      "tree": "c193f4e2f1795e0d7af6666f3828e88b48598360",
      "parents": [
        "c303e3e10a7aad1a54946dd060078224e3f1327d"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Wed May 13 02:53:08 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:59 2009 -0300"
      },
      "message": "V4L/DVB (12933): SAA7164: Fix IRQ related system hang when firmware is not found.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c303e3e10a7aad1a54946dd060078224e3f1327d",
      "tree": "74b02ed5799a7d6bf3bd1b391abe6b0af2146dba",
      "parents": [
        "e333522225ac5c4f37ea49c12724e6c67d896214"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Tue May 12 16:20:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:57 2009 -0300"
      },
      "message": "V4L/DVB (12932): SAA7164: Fixed the missing eeprom parse on a specific board.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e333522225ac5c4f37ea49c12724e6c67d896214",
      "tree": "14fb46d4287b542fdc9c710e5cb54f11371d8373",
      "parents": [
        "78d155693a741f19ab514393a6c4b2da7be9f2ce"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Mon May 11 22:03:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:56 2009 -0300"
      },
      "message": "V4L/DVB (12931): SAA7164: Fix the 88021 definition to work with production boards.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "78d155693a741f19ab514393a6c4b2da7be9f2ce",
      "tree": "c6f68cc3220b0fc3cdc495eb737cd52195ffa70e",
      "parents": [
        "d888ea03a0a8798e5a7632d0808cd69f577b75c5"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Tue May 12 10:13:11 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:55 2009 -0300"
      },
      "message": "V4L/DVB (12930): SAA7164: Removed spurious I2C errors during driver load with DVB-T boards.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d888ea03a0a8798e5a7632d0808cd69f577b75c5",
      "tree": "fe6564a035be474cd0a4dcc3102c38d3bfd53c42",
      "parents": [
        "f4a6adf1e54324756917459c52ec7bfdc28d6e7f"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Mon May 11 22:16:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:53 2009 -0300"
      },
      "message": "V4L/DVB (12929): SAA7164: OOPS avoidance during interrupt handling\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f4a6adf1e54324756917459c52ec7bfdc28d6e7f",
      "tree": "1407e33eb80bcf03b4491a04a9b308853871eb72",
      "parents": [
        "1a6450d4d43a4d4caecaa3ca7796cbe8c7cfbba3"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Mon May 11 20:42:03 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:52 2009 -0300"
      },
      "message": "V4L/DVB (12928): SAA7164: Increase firmware load tolerance\n\nIt\u0027s timing out and aborting firmware load too quickly on some\nplatforms, this increases the upper limit.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1a6450d4d43a4d4caecaa3ca7796cbe8c7cfbba3",
      "tree": "93c3bdb287eb32c5bff29cdcd6e3d6c12556c761",
      "parents": [
        "9d119c3314cd7ad251e1e2c97b4e081d870a31f7"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sun May 10 14:08:27 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:51 2009 -0300"
      },
      "message": "V4L/DVB (12927): SAA7164: Remove volatiles for PCI writes (coding style violation)\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9d119c3314cd7ad251e1e2c97b4e081d870a31f7",
      "tree": "e076ab9e1434307abfcfca47f16d578e95e4086c",
      "parents": [
        "7aa2e795f2e3d9a7787641162d39725f44e62189"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sun May 10 11:17:58 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:49 2009 -0300"
      },
      "message": "V4L/DVB (12926): SAA7164: Email address change\n\nSAA7164: Email address change\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7aa2e795f2e3d9a7787641162d39725f44e62189",
      "tree": "5bf492575220a58ea31fa46c4296418043277323",
      "parents": [
        "207b42c492cc335806957c139381eb260a808837"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sun May 10 10:25:34 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:48 2009 -0300"
      },
      "message": "V4L/DVB (12925): SAA7164: Adjust I/F\u0027s to the TDA10048 enabling DVB-T lock\n\nSAA7164: Adjust I/F\u0027s to the TDA10048 enabling DVB-T lock\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "207b42c492cc335806957c139381eb260a808837",
      "tree": "341dbc4033f8e743664195d12c92b210ab00e672",
      "parents": [
        "443c1228d50518f3c550e1fef490a2c9d9246ce7"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat May 09 21:30:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:47 2009 -0300"
      },
      "message": "V4L/DVB (12924): SAA7164: Fix some 32/64bit compile time warnings\n\nSAA7164: Fix some 32/64bit compile time warnings\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "443c1228d50518f3c550e1fef490a2c9d9246ce7",
      "tree": "cde68674e62a75b616906edcea835b2ea8b19588",
      "parents": [
        "9afef394308cf63ddb67b003a1c6036615456eb9"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat May 09 21:17:28 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:43 2009 -0300"
      },
      "message": "V4L/DVB (12923): SAA7164: Add support for the NXP SAA7164 silicon\n\nThis patch adds support for all of the known shipping Hauppauge HVR-2200\nand HVR-2250 boards. Digital TV ATSC/QAM and DVB-T is enabled at this\ntime. Both tuners are supported.\n\nVolatiles and typedefs need rework, the rest is coding style compliant.\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9afef394308cf63ddb67b003a1c6036615456eb9",
      "tree": "72d3c8583039839b9d2f410ae611a035767aaabf",
      "parents": [
        "db17ab98460496df59453ff2790aac23ebcc2e90"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@kernellabs.com",
        "time": "Sat May 09 13:24:12 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:42 2009 -0300"
      },
      "message": "V4L/DVB (12922): Add the SAA7164 I2C bus identifier\n\nAdd the SAA7164 I2C bus identifier\n\nSigned-off-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "db17ab98460496df59453ff2790aac23ebcc2e90",
      "tree": "b464540b9be1dadd25373475f4edb4d90ef13fd8",
      "parents": [
        "c18038d2bfe61863a8d8c78cd5a08dcea71db9dd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Sep 17 01:44:22 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:41 2009 -0300"
      },
      "message": "V4L/DVB (12920): DocBook/media: Some xmlto or DTD\u0027s don\u0027t accept reference inside appendix\n\nThat was weird: on some distros, we need to remove \u003creference\u003e tag\nfor it to work.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c18038d2bfe61863a8d8c78cd5a08dcea71db9dd",
      "tree": "418619dba8c36a8fe3dc18f70bd93d7ffbf7e167",
      "parents": [
        "4e5fee2bc15bf1226783db5855c25ec8ebfb25ac"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Sep 17 01:25:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:39 2009 -0300"
      },
      "message": "V4L/DVB (12919): DocBook/media: fix some DocBook non-compliances\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4e5fee2bc15bf1226783db5855c25ec8ebfb25ac",
      "tree": "edd0bcc7555cd6435a3af1222ad6a2e66bbdcc5d",
      "parents": [
        "453d63c6a1afff9aa7e83ac9c3a9dbd6254a1fcd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 16 23:56:44 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:38 2009 -0300"
      },
      "message": "V4L/DVB (12917): DocBook/media: add V4L2_PIX_FMT_TM6000\n\nThis is a proprietary format found with Trident tm6000 series of\nchipsets.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "453d63c6a1afff9aa7e83ac9c3a9dbd6254a1fcd",
      "tree": "fe2303d074dfc40aa5c8270566a00bf6dad22d5a",
      "parents": [
        "aaeab30f753d9499e04979e2a5a7feadba18c39d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 16 23:22:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:36 2009 -0300"
      },
      "message": "V4L/DVB (12915): DocBook/media: Add isdb-t documentation\n\nAdds ISDB-T_and_ISDB-Tsb_with_S2API spec converted into DocBook format.\n\nThe text is authored by Patrick Boettcher, and was converted to DocBook\nby me.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aaeab30f753d9499e04979e2a5a7feadba18c39d",
      "tree": "06ce8a7cfd742156654523ba38b2a1bb0567ba78",
      "parents": [
        "78f3bc631f39fbfa4eaf039f0664265e71f725fb"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Sep 16 09:18:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:35 2009 -0300"
      },
      "message": "V4L/DVB (12906): dib0700: Add support for Prolink SBTVD\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "78f3bc631f39fbfa4eaf039f0664265e71f725fb",
      "tree": "6af2db5e12487fd2e65e90b4ba9e73dfb19fbac8",
      "parents": [
        "b8423ee91ff250006907e58099450c923dc19c62"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pboettcher@dibcom.fr",
        "time": "Mon Aug 17 12:53:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:34 2009 -0300"
      },
      "message": "V4L/DVB (12903): DiB8000: fix channel search parameter initialization\n\nThis patch is fixing the initialization of the channel search parameters.\n\nSigned-off-by: Olivier Grenie \u003colivier.grenie@dibcom.fr\u003e\nSigned-off-by: Patrick Boettcher \u003cpboettcher@dibcom.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b8423ee91ff250006907e58099450c923dc19c62",
      "tree": "7d34cbaca70be9587372b451a0d467c706b7b09e",
      "parents": [
        "ba3fe3a96374ff209f532a4924743bb1fa4d57f6"
      ],
      "author": {
        "name": "Uwe Bugla",
        "email": "uwe.bugla@gmx.de",
        "time": "Mon Aug 17 08:09:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:32 2009 -0300"
      },
      "message": "V4L/DVB (12902): Documentation: synchronize documentation for Technisat cards\n\nThe patch does the following:\n\na. it synchronizes /Documentation/dvb/technisat.txt to the current kernel\ndesign\nb. it syncs Trent Piepho\u0027 s latest changes to the flexcop driver concept:\nimplementation of the dvb pll library for some cards that need it\n\nSigned-off-by: Uwe Bugla \u003cuwe.bugla@gmx.de\u003e\nSigned-off-by: Patrick Boettcher \u003cpboettcher@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ba3fe3a96374ff209f532a4924743bb1fa4d57f6",
      "tree": "2b02a0b59cfc1bbdb6f2ee9a228da8207b9411ef",
      "parents": [
        "77e2c0f5d471e2b14140f0695a1b6a718f318dd7"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pboettcher@dibcom.fr",
        "time": "Wed Sep 16 09:51:30 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 19 00:14:31 2009 -0300"
      },
      "message": "V4L/DVB (12901): DiB0700: add support for STK807XP and STK807XPVR\n\nThis patchs adds support for the DiB8000 based devices STK807xP and\nSTK807xPVR to the dib0700-device-tree.\n\n[mchehab@redhat.com: Fix merge conflicts]\n\nSigned-off-by: Olivier Grenie \u003cOlivier.Grenie@dibcom.fr\u003e\nSigned-off-by: Patrick Boettcher \u003cpboettcher@dibcom.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "77e2c0f5d471e2b14140f0695a1b6a718f318dd7"
}
