)]}'
{
  "log": [
    {
      "commit": "1398ae1fe6048d49397dccaa4bc1a4101eecf643",
      "tree": "38a5742b4c26486199383272fe254b830edc644d",
      "parents": [
        "e86da6f07ed6deebc199368bd0a47b3671829b80"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Fri Mar 20 19:33:59 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:31 2009 -0300"
      },
      "message": "V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISE\n\nThere are several Kconfig items using CUSTOMIZE. Yet, most use the English\nwriting CUSTOMISE. This generates lots of trouble, because people sometimes type\nthe Kbuild item different.\n\nLet\u0027s standardise every occurrence using the same syntax.\n\nThe changes were generated by this small shell script:\n\nfor i in `find linux -type f`; do sed s,CUSTOMIZE,CUSTOMISE,g $i \u003e/tmp/a \u0026\u0026 mv /tmp/a $i; done\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e86da6f07ed6deebc199368bd0a47b3671829b80",
      "tree": "b67c2a72736f3cf172eea5bc607d247876dc4a5a",
      "parents": [
        "dceaddb978a7fcd2efbdf6775a509529757327c3"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "j@jannau.net",
        "time": "Thu Mar 19 19:00:35 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:31 2009 -0300"
      },
      "message": "V4L/DVB (11125): fix mispelled Hauppauge in HD PVR and PVR USB2 driver comments\n\nSigned-off-by: Janne Grunau \u003cj@jannau.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dceaddb978a7fcd2efbdf6775a509529757327c3",
      "tree": "b86f67ed676a1737db79aff997b8df1a95bbd27e",
      "parents": [
        "acc5d851b824c78df430537b6a2fc5951bec5daa"
      ],
      "author": {
        "name": "Alan McIvor",
        "email": "alan.mcivor@reveal.co.nz",
        "time": "Thu Mar 12 21:43:34 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:31 2009 -0300"
      },
      "message": "V4L/DVB (11124): Add support for ProVideo PV-183 to bttv\n\nAdd support for ProVideo PV-183 to bttv\n\nThis patch adds support for the ProVideo PV-183 card to the bttv\ndevice driver. The PV-183 is a PCI card with 8 BT878 devices plus a Hint\nCorp HiNT HB4 PCI-PCI Bridge. Each BT878 has two composite input channels\navailable. There are no tuners on this card.\n\nSigned-off-by: Alan McIvor \u003calan.mcivor@reveal.co.nz\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "acc5d851b824c78df430537b6a2fc5951bec5daa",
      "tree": "8945e60435628a1ed56b253de31130384787ea35",
      "parents": [
        "69d94f7ec5edea85da0057c48c4f2877e5bb509e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:31:56 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11120): cafe_ccic: stick in a comment with a request for test results\n\nDue to lack of hardware this conversion to v4l2_device/v4l2_subdev is\nuntested. If all goes well I should be able to test it in about a month,\nbut just in case I can\u0027t manage that it should be made clear in the code\nthat this isn\u0027t tested.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "69d94f7ec5edea85da0057c48c4f2877e5bb509e",
      "tree": "0be8d9970472357b06250c1bcb6f7c9b7c2d0c6b",
      "parents": [
        "b794aabff01a704df5c0bcf6537e6a7343a08465"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:25:54 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11118): cafe_ccic: replace debugfs with g/s_register ioctls.\n\nUsing VIDIOC_DBG_S/G_REGISTER is the standard way of reading/writing register\nfor advanced debugging under v4l2. In addition, using this means that the\ncafe_ccic driver doesn\u0027t need to have knowledge about the used sensor: the\ndebug ioctl can be passed on to the sensor if it isn\u0027t for the host.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b794aabff01a704df5c0bcf6537e6a7343a08465",
      "tree": "41d8e60b09f33017bde5f5b4847688ec7caadc19",
      "parents": [
        "ca07561ac70b00b5c2b5af727b3d0b6a4f91bee2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:24:05 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11117): ov7670: add support to get/set registers\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ca07561ac70b00b5c2b5af727b3d0b6a4f91bee2",
      "tree": "0f5237cb2574e1b268cbbdbc1ce47d0639b94dec",
      "parents": [
        "8bcfd7af902eaa7c0029082247fe0682ce0c1a5b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:23:13 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11116): ov7670: cleanup and remove legacy code.\n\nv4l2-i2c-drv-legacy.h and ov7670_command are no longer needed after the\ncafe driver is converted to use v4l2_subdev.\n\nRather than using a large ov7670_control array, just call the handlers\nvia a simple switch and use v4l2_ctrl_query_fill() to handle queryctrl.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8bcfd7af902eaa7c0029082247fe0682ce0c1a5b",
      "tree": "8f3fdd9eaf3fb4608dbf97b6c83dd259ec99db7d",
      "parents": [
        "21508b902b314e0cd9c081a9141b138e96c9f441"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:16:44 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11115): cafe_ccic: use v4l2_subdev to talk to the ov7670 sensor.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "21508b902b314e0cd9c081a9141b138e96c9f441",
      "tree": "f6ba4272148c629b3f69ac9a3cb56f4f09a97059",
      "parents": [
        "14386c2b7793652a656021a3345cff3b0f6771f9"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:13:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11114): cafe_ccic: convert to v4l2_device.\n\nConvert this driver to v4l2_device and removed the unnecessary cafe_dev_list.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "14386c2b7793652a656021a3345cff3b0f6771f9",
      "tree": "86c85efca5742e5b2e23484c2bcb915ce9019e31",
      "parents": [
        "2da9479aaa331bdfaadab0d14f75fd76bfa5e56a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 13:01:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11113): ov7670: convert to v4l2_subdev\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nAcked-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2da9479aaa331bdfaadab0d14f75fd76bfa5e56a",
      "tree": "47f03e9f792da3e1b208f18cb98e2ec040b9e8ac",
      "parents": [
        "e34184edfbe3ea818408f0ac1cb1fe538301e67d"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Feb 06 18:59:35 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11112): v4l2-subdev: add support for TRY_FMT, ENUM_FMT and G/S_PARM.\n\nThese ops are used by the ov7670 driver, so these need to be added.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e34184edfbe3ea818408f0ac1cb1fe538301e67d",
      "tree": "1e53cbf04912c0c27c1107fe694a2395eed7921d",
      "parents": [
        "dcd241c384357e5c146299d45d2ee2f4ad439723"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Mar 14 15:21:24 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:30 2009 -0300"
      },
      "message": "V4L/DVB (11111a): MAINTAINERS: Drop references to deprecated video4linux list\n\nMailing list video4linux-list@redhat.com is deprecated, so drop\nreferences to it in MAINTAINERS.\n\nMAINTAINERS |    2 --\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dcd241c384357e5c146299d45d2ee2f4ad439723",
      "tree": "68a0de2790eb9e6f019a26cc759abca8e6214f86",
      "parents": [
        "6a39a38e338527effb2703e76aedd856cc7b3683"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Mar 19 21:41:08 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11111): dvb_dummy_fe: Fix compilation breakage\n\nAs reported by Randy Dunlap \u003crandy.dunlap@oracle.com\u003e:\nERROR: \"dvb_dummy_fe_ofdm_attach\" [drivers/media/video/cx231xx/cx231xx-dvb.ko] undefined!\n\nThis happens since cx231xx DVB part still misses the frontend modules.\nSo, the dummy frontend were used for development. The proper fix is to\nimplement the DVB modules there, as they will be required.\n\nWhile this won\u0027t happen, lets allow the compilation with or without the\ndummy FE testing module.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6a39a38e338527effb2703e76aedd856cc7b3683",
      "tree": "0003872d57864501372d0b669f6eade2a0f0e586",
      "parents": [
        "80c6e358c1b6da0b9aa97e10c82317b7104821bb"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Mar 19 21:03:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11110): au8522/au0828: Fix Kconfig dependencies\n\nau8522 is now dependent of V4L2, as reported by Randy Dunlap\n\u003crandy.dunlap@oracle.com\u003e:\n\nau8522_decoder.c:(.text+0x199898): undefined reference to `v4l2_ctrl_query_fill\u0027\nau8522_decoder.c:(.text+0x1998b3): undefined reference to `v4l2_ctrl_query_fill\u0027\nau8522_decoder.c:(.text+0x199944): undefined reference to `v4l2_device_unregister_subdev\u0027\nau8522_decoder.c:(.text+0x19997c): undefined reference to `v4l2_chip_ident_i2c_client\u0027\nau8522_decoder.c:(.text+0x199f1e): undefined reference to `v4l2_i2c_subdev_init\u0027\n\nCc: Devin Heitmueller \u003cdevin.heitmueller@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "80c6e358c1b6da0b9aa97e10c82317b7104821bb",
      "tree": "9b678405539eb51541177525bc2ef6e4adbe589b",
      "parents": [
        "06e9509ff3484578c111bbc6f9e0e97c086a1131"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Mar 19 19:26:23 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG \u003d n\n\nAs reported by Kyle McMartin and Randy Dunlap:\n\ndrivers/media/video/au0828/au0828-video.c:1438: error: \u0027const struct v4l2_subdev_core_ops\u0027 has no member named \u0027g_register\u0027\ndrivers/media/video/au0828/au0828-video.c:1453: error: \u0027const struct v4l2_subdev_core_ops\u0027 has no member named \u0027s_register\u0027\n\nThis patch properly implements those two API ioctls only when debug is\nenabled.\n\nCc: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "06e9509ff3484578c111bbc6f9e0e97c086a1131",
      "tree": "7b565168481cc768d1befbaae96af12e1405b3db",
      "parents": [
        "2ce949ec661efe1e9747ae1419932a4b6fb1e24b"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Mar 19 12:10:00 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11108): get_dvb_firmware: Add option to download firmware for cx231xx\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2ce949ec661efe1e9747ae1419932a4b6fb1e24b",
      "tree": "a80743f35d7342f949f5b3ff10130b26b6f675c9",
      "parents": [
        "84fbdf87ab8eaa4eaefb317a7eb437cd4d3d0ebf"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Mar 19 06:15:21 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11106): gspca - ov534: New sensor ov965x and re-enable the webcam 06f8:3003\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "84fbdf87ab8eaa4eaefb317a7eb437cd4d3d0ebf",
      "tree": "2017e313487d2104ec91e1ffd37d7e2d3ed2f584",
      "parents": [
        "3481c19854cdb1de1842c6ea6d558006ac0b3b7d"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Mar 19 06:12:59 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11105): gspca - ov534: Adjust the packet scan function\n\n- change max payload size to 2040 bytes (was 2048)\n- optimize\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3481c19854cdb1de1842c6ea6d558006ac0b3b7d",
      "tree": "6574a5880417d3cfa7bda185edfcf4e105938f06",
      "parents": [
        "0dc641dc9f7f168fc45f3032b22dcf7d5b57c47c"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Mar 19 06:05:06 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11104): gspca - ov534: Bad frame pointer after adding the last packet\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0dc641dc9f7f168fc45f3032b22dcf7d5b57c47c",
      "tree": "872f369b426abcc153a3dcac4e8755a3556f1dcf",
      "parents": [
        "235f0e4348cc57d5a5fe36d07530ecf6541eeae5"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Thu Mar 19 05:55:22 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:29 2009 -0300"
      },
      "message": "V4L/DVB (11103): gspca - main: May have isochronous transfers on altsetting 0\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "235f0e4348cc57d5a5fe36d07530ecf6541eeae5",
      "tree": "9a0bb76b61db7b93bef08157099a84e4a237e698",
      "parents": [
        "d64260d58865004c6354e024da3450fdd607ea07"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 16:39:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11100): au8522: fix compilation warning.\n\nnormal_i2c and I2C_CLIENT_INSMOD are only necessary for kernels \u003c 2.6.22.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d64260d58865004c6354e024da3450fdd607ea07",
      "tree": "7bac26dcd03245359d5ff30cc39eae2ce4b97999",
      "parents": [
        "76717b887cccc77d04357fc0d6ac98f894e3eb3c"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 18 15:48:01 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11098): v4l2-common: remove incorrect MODULE test\n\nv4l2-common doesn\u0027t have to be a module for it to call request_module().\nJust remove that test.\n\nThanks-to: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "76717b887cccc77d04357fc0d6ac98f894e3eb3c",
      "tree": "2ac15d685d39e9171060914dc963fc086bf7971e",
      "parents": [
        "9aba42efe85bc7a55e3fed0747ce14abc9ee96e7"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "j@jannau.net",
        "time": "Wed Mar 18 20:57:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11097): use video_ioctl2 as ioctl handler directly\n\nThe encoder commands ioctls are available in v4l2_ioctl_ops. Use them\nand get rid of the custom ioctl handler and use video_ioctl2.\n\nSigned-off-by: Janne Grunau \u003cj@jannau.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9aba42efe85bc7a55e3fed0747ce14abc9ee96e7",
      "tree": "ee27b9d4844da17b4d4bb80132991f29d04ff265",
      "parents": [
        "8c84cfda3e37540abc38f42383b03dd69829faee"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "j@jannau.net",
        "time": "Wed Mar 18 18:10:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device\n\nThe device encodes component video up to 1080i to a MPEG-TS stream with\nH.264 video and stereo AAC audio. Newer firmwares accept also AC3\n(up to 5.1) audio over optical SPDIF without reencoding.\nFirmware upgrade is unimplemeted but rather unimportant since\nthe firmware sits on a flash chip.\n\nThe I2C adapter to drive the integrated infrared receiver/sender is\ncurrently disabled due to a conflict with cx18-based devices.\n\nTested-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nSigned-off-by: Janne Grunau \u003cj@jannau.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8c84cfda3e37540abc38f42383b03dd69829faee",
      "tree": "dd3fd6557766971046664c8878282a6076a99c4c",
      "parents": [
        "4ab9b256b5908afbdc030a8c3184ce243f5aca39"
      ],
      "author": {
        "name": "Janne Grunau",
        "email": "j@jannau.net",
        "time": "Wed Mar 18 17:00:39 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11095): adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill()\n\nSigned-off-by: Janne Grunau \u003cj@jannau.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4ab9b256b5908afbdc030a8c3184ce243f5aca39",
      "tree": "25f604c5794dbae544a6a42c90e4c37ac77082c5",
      "parents": [
        "6e1a63720228ef7fc3bd00b04dfb608064fbab4e"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Mar 14 23:20:49 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11092): cx18: Optimize processing of VBI buffers from the capture unit\n\nRemoved some unnecessary memcpy()\u0027s by reworking the compress_*_vbi_buf()\nfunctions.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6e1a63720228ef7fc3bd00b04dfb608064fbab4e",
      "tree": "967cb8d64788393ea40c5ccef5ad4bc8760b6910",
      "parents": [
        "baadd7925c98968c94e9657272d91957a3ad0a41"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Mar 14 20:03:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11091): cx18, ivtv: Ensure endianess for linemasks in VBI embedded in MPEG stream\n\nThe sliced VBI payloads that cx18 and ivtv would insert in the MPEG stream\ndid not have consistent endianess for the linemasks in the payload (a big\nendian platform would write them out big endian).  This change ensures the\nlinemasks are always stored as little-endian in the MPEG stream to ensure\ncross platform consistency in parsing the generated MPEG stream.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "baadd7925c98968c94e9657272d91957a3ad0a41",
      "tree": "821f3adb3b2b2d659f28e0ed022ed9cdaaf55499",
      "parents": [
        "2689d3dcc6c75c0b4a05b66330db85df2c036d3e"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 20:05:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11089): au8522: finish conversion to v4l2_device/subdev\n\nPer Hans Verkuil \u003chverkuil@xs4all.nl\u003e instruction, remove the au8522_command\nand replace v4l2-i2c-drv-legacy.h with v4l2-i2c-drv.h\n\nThanks to Hans Verkuil \u003chverkuil@xs4all.nl\u003e for reviewing the au8522 analog\nsupport.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2689d3dcc6c75c0b4a05b66330db85df2c036d3e",
      "tree": "f97c0181d6fd325dc039ea907e517994de48c63e",
      "parents": [
        "dd27ade7a9195cb3b1f56df4d0ec39763830390b"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 20:01:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:28 2009 -0300"
      },
      "message": "V4L/DVB (11088): au0828: finish videodev/subdev conversion\n\nPer Hans Verkuil \u003chverkuil@xs4all.nl\u003e instruction, remove the deprecated\nattach_inform/detach_inform routines, and convert over the i2c calls to\nsubdev calls.\n\nThanks to Hans Verkuil \u003chverkuil@xs4all.nl\u003e for providing feedback on the\nau0828 analog support.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd27ade7a9195cb3b1f56df4d0ec39763830390b",
      "tree": "b03b9db2c46896e3565911977f795374877838a0",
      "parents": [
        "62899a28008d635f25c3408b4cc46021f0cb34d3"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 18:52:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11086): au0828: rename macro for currently non-function VBI support\n\nThe VBI support or the au0828 has the framework written but it does not yet\nwork.  Rename the macro per Mauro\u0027s request.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "62899a28008d635f25c3408b4cc46021f0cb34d3",
      "tree": "c5c92a3617aecbfb2cfe4d964b2a8bda37652d46",
      "parents": [
        "3d62287e2c6c5b3351e04dd2c2209b2536995fdb"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 18:48:52 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11085): au0828/au8522: Codingstyle fixes\n\nTake a pass over all of the au0828/au8522 files and cleanup all the codingstyle\nissues.  This patch does not make *any* functional change to the code.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3d62287e2c6c5b3351e04dd2c2209b2536995fdb",
      "tree": "b15f6cdafd0ca7511e34576d086ae57f884b5a03",
      "parents": [
        "a1094c4cd10a7075598b73cd0bbf07f6b1acbb6a"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 17:48:26 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11084): au0828: add entry for undefined input type\n\nFor the sake of completeness, include the \"undefined\" input type enumeration,\neven though there is no path that can actually call it.\n\nThanks to Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e for pointing this out.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a1094c4cd10a7075598b73cd0bbf07f6b1acbb6a",
      "tree": "fea66641207152a3b8c9f5e0fa0788264173a549",
      "parents": [
        "c888923debf8c8a799629f77d07aeb0f8350c87b"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 17:43:13 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11083): au0828: remove some unneeded braces\n\nThere were some braces left behind from when there was more code in the block.\nRemove it.\n\nThanks to Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e for pointing this out.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c888923debf8c8a799629f77d07aeb0f8350c87b",
      "tree": "c488bb1be03cfcd49655e1399831b0d0df72d38d",
      "parents": [
        "e13ce79734348610a2b782cb818db65659b0dc83"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Sun Mar 15 17:38:47 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11082): au0828: remove memset calls in v4l2 routines.\n\nThe userland callers are responsible for clearing the output buffers, so\nremove the unneeded memset calls.\n\nThanks to Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e for pointing this out.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e13ce79734348610a2b782cb818db65659b0dc83",
      "tree": "41b70ab7cfd93b553ce3c0cb59dd75a187396887",
      "parents": [
        "b14667f32ad0f85f986847ef65f9f3d12a44b71a"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 21:58:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11081): au0828: make sure v4l2_device name is unique\n\nMake sure newly created v4l2 devices have a unique name, modeling the logic\nafter the cx18 driver.\n\nThanks to Andy Walls \u003cawalls@radix.net\u003e for pointing out the issue.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b14667f32ad0f85f986847ef65f9f3d12a44b71a",
      "tree": "bb5e0a2867f9d16e37d2a27f9a5d3b7efe122f5f",
      "parents": [
        "2eaf396020555973cad7aa5b517c2418eccbca50"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:01:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11080): au0828: Convert to use v4l2_device/subdev framework\n\nConvert over to using the new subdev framework for the au0828 bridge.  This\nincludes using the new i2c probing mechanism.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2eaf396020555973cad7aa5b517c2418eccbca50",
      "tree": "60d99f425958a6822eef9e743010cdfd79424f7d",
      "parents": [
        "220be77c6e4302207c34afc78a98b4994f92f6e5"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:01:02 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:27 2009 -0300"
      },
      "message": "V4L/DVB (11079): au0828: fix panic on disconnect if analog initialization failed\n\nIf the analog initialization failed to create the video device, we never\nactually add the entry to the au0828_devlist.  Therefore a panic occurs when\nunregistering the analog subsystem.\n\nMake it so we only remove the entry from the list if we added it to the list\nin the first place.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "220be77c6e4302207c34afc78a98b4994f92f6e5",
      "tree": "718563a237cfe56fb495d195092929446a1e725e",
      "parents": [
        "fc4ce6cd9855dcd1151a9afc067ea354179089f9"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:01:01 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11078): au0828: properly handle non-existent analog inputs\n\nIt is not valid to look for dev-\u003eboard.input \u003d\u003d NULL to detect an undefined\nanalog configuration section, since it is a member of the struct and not a\npointer (hence it will *always* be non-NULL).  Do the check based on whether\nthe first input is actually a valid input type instead.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e for providing sample hardware\nof various configurations to test with.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fc4ce6cd9855dcd1151a9afc067ea354179089f9",
      "tree": "ab463988eb634e6bae258a57e55e9c72b22c7025",
      "parents": [
        "d9109bef4b4f501eee94ae68bf876f765d5c6941"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:01:00 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11077): au0828: properly handle missing analog USB endpoint\n\nMove the setup of the analog isoc handler into au0828-video.c, so it does not\noccur if there is not an .input section defined for the board.  Also fixes a\ncase where if there is an input section but the board does not actually have\nanalog support, the digital support will continue to work as expected.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e for providing sample hardware\nof various configurations to test with.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d9109bef4b4f501eee94ae68bf876f765d5c6941",
      "tree": "334a4d4717e95571ae057e7f2422278144948b12",
      "parents": [
        "b80f770a981db1d1f5a41626792c701f8c5bf973"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:58 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11076): au0828: make g_chip_ident call work properly\n\nMake the g_chip_ident call work for the au0828/au8522.  Discovered when testing\nwith the v4l2_compliance tool\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\n[mchehab@redhat.com: fix merge conflict, due to a path change for analog demod]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b80f770a981db1d1f5a41626792c701f8c5bf973",
      "tree": "eab91f1b5ef509992f547f5f37b0b54a3557533f",
      "parents": [
        "dc8685b565d6526aca6aaefb80059d115c124821"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:57 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11075): au0828: make register debug lines easier to read\n\nMake it a little easier to read the debug messages for register read/write\noperations\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dc8685b565d6526aca6aaefb80059d115c124821",
      "tree": "0e56cb018f4ace06cd7948b7ff2705e7deb22c52",
      "parents": [
        "5a5a4e16fa19fa3789398e8c707168b7da718b64"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:56 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11074): au0828: fix i2c enumeration bug\n\nThere was a bug where enumerating the i2c for devices would result in false\npositives.  The root of the issue was the scanning was using SMBUS_QUICK\nmessages, which are zero length write requests (which our i2c adapter\nimplementation didn\u0027t handle).  Because we never strobed any bytes onto the\nbus, the status register would still contain the value from the previous\nrequest.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5a5a4e16fa19fa3789398e8c707168b7da718b64",
      "tree": "c8a00d52701dd8bb19ff15e64e156bd6e4912e87",
      "parents": [
        "0ef21071d985cb9e33238210760810c71e100b20"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:55 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11073): au0828: disable VBI code since it doesn\u0027t yet work\n\nSince the VBI support is not yet working for the au0828, don\u0027t advertise the\ncapability or create the /dev/vbi device.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0ef21071d985cb9e33238210760810c71e100b20",
      "tree": "c6abf8859c709627d021e54c67ea26da2e0c2a36",
      "parents": [
        "e2bff45cd6151b4deb6adfd94eab87374f43ea34"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11072): au0828: advertise only NTSC-M (as opposed to all NTSC standards)\n\nWe don\u0027t now how to make any variant of NTSC work other than NTSC-M, so don\u0027t\nadvertise that we support the other variants.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e2bff45cd6151b4deb6adfd94eab87374f43ea34",
      "tree": "dc5cdb0dd68020161d17e64007ad2c2ead366b8b",
      "parents": [
        "f1add5b5ec2a6efaa0f5648d0dc2c56d83a3ecf8"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:49 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:26 2009 -0300"
      },
      "message": "V4L/DVB (11071): tveeprom: add the xc5000 tuner to the tveeprom definition\n\nPrior to now, we never relied on the Hauppauge tveeprom to identify which\ntuner is associated with the board.  Now that the HVR-950q determines what\nthe tuner is based on the eeprom, set the tuner ID appropriately.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e for providing information on\nthe tveeprom organization.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f1add5b5ec2a6efaa0f5648d0dc2c56d83a3ecf8",
      "tree": "2d44c29f61576e3b6ac88219a726415d9edd3a3b",
      "parents": [
        "4ff5ed44f84aed6727ec226853a1c6b03c36db5e"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:47 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11070): au0828: Rework the way the analog video binding occurs\n\nRework the way boards are managed so that we can change the board description\nbased on the Hauppauge eeprom (modeled after cx88-cards.c).\n\nAlso, make sure that we don\u0027t load the analog stack if there are no analog\ninputs defined in the board profile.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e for providing information on\nthe various ways different Hauppauge boards can be configured.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4ff5ed44f84aed6727ec226853a1c6b03c36db5e",
      "tree": "dd4a2fa3338710215a114aa147177209efc26cac",
      "parents": [
        "7fdd7c72ad65ef98d1071cf4cd8a39490f423bae"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11069): au8522: add mutex protecting use of hybrid state\n\nAccess using the hybrid state framework requires the list to be protected by\na mutex.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e for reporting this during a\ncode review.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7fdd7c72ad65ef98d1071cf4cd8a39490f423bae",
      "tree": "7db754e310f5f2165316e78cb2c89fbfcbd5f4bb",
      "parents": [
        "32c000ad93fe8c447342632024ddef1ca516a0e9"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:43 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11068): au0828: add analog profile for the HVR-850\n\nAdd the analog parameters to the device profile for the HVR-850\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "32c000ad93fe8c447342632024ddef1ca516a0e9",
      "tree": "d9dde8a58a416645b5a3bed779051d5c41e50944",
      "parents": [
        "8b2f079523450fa2d65cbb3f8453820bf1e17533"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11067): au0828: workaround a bug in the au0828 i2c handling\n\nThere is an issue related to the i2c clock for addressing the xc5000.  The\nau0828 chip does not support clock stretching, which the xc5000 makes use of.\nThis results in cases where we silently get back garbage in i2c read\noperations.  To work around this issue until we slow down the i2c clock when\ntalking with that specific device.\n\nThis was not an issue before we had analog support because we never needed to\nenumerate the i2c bus, and digital tuning never actually needed to perform\nread operations against the xc5000.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8b2f079523450fa2d65cbb3f8453820bf1e17533",
      "tree": "8cb0df3d17674cbe1cc012010b3d322e1235a53f",
      "parents": [
        "968cf78285ef03672ae514e9ad7a60919eb97551"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:40 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11066): au0828: add support for analog functionality in bridge\n\nAdd support for the analog functionality found in the au0828 bridge\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\n[mchehab@redhat.com: fix compilation by adding linux/version.h]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "968cf78285ef03672ae514e9ad7a60919eb97551",
      "tree": "c26377d32cdff87748b38c82c436c97806763dfb",
      "parents": [
        "209fdf66b8699a6b2998b58e572d67230dae507f"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:38 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:25 2009 -0300"
      },
      "message": "V4L/DVB (11065): au8522: add support for analog side of demodulator\n\nAdd support for the analog functionality in the au8522 analog/digital\ndemodulator\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\n[mchehab: renamed drivers/media/video/au8522_decoder.c as drivers/media/dvb/frontends/au8522_decoder.c to avoid breaking bisect]\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "209fdf66b8699a6b2998b58e572d67230dae507f",
      "tree": "a2b287bf353d610d50b1d041d15e3f8a927fe70c",
      "parents": [
        "7bf63eda681e095ca3c39d075354053107febf80"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:36 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11064): au8522: make use of hybrid framework so analog/digital demod can share state\n\nMake use of the hybrid tuner framework so the analog and digital parts of the\nau8522 demodulator can make use of the same shared state.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7bf63eda681e095ca3c39d075354053107febf80",
      "tree": "84b4a7a6b23bdbd88a3b17bdb0df02fa52c27e12",
      "parents": [
        "083a17317be27a0f33d999b4360320b322a8b55b"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:34 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11063): au8522: power down the digital demod when not in use\n\nWhen the au8522 is idle, put the chip into a low power mode (reduces power\nconsumption from 450ma to 346ma)\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "083a17317be27a0f33d999b4360320b322a8b55b",
      "tree": "0a6248807c999fb1753f4585bad0f316d517b7a5",
      "parents": [
        "0c44bf362fc1f0dc927b814184d9b877a2f507cf"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 03:00:19 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11062): au8522: fix register read/write high bits\n\nFor the i2c messages to read and write registers, the two high order bits\nof the first byte dictates whether it is a read or a write operation.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0c44bf362fc1f0dc927b814184d9b877a2f507cf",
      "tree": "e51f6fdaf033e98f3207489e85c68816ff74f818",
      "parents": [
        "f56738cd81690dcaec92307b1a7f9f5f69af15b1"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 02:59:56 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11061): au8522: move shared state and common functions into a separate header files\n\nMove the au8522 state structure, as well as exposing functions needed by the\nanalog side of the demodulator into a common header file.\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f56738cd81690dcaec92307b1a7f9f5f69af15b1",
      "tree": "9cd288204504cb6f29c6f69a403a385b50cfe97c",
      "parents": [
        "ea2278633ab4728c41b4043f47df4d3e39131992"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 02:59:30 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11060): au8522: rename the au8522.c source file\n\nRename the au8522.c file to au8522_dig.c so that more source files can be\nadded to the driver while preserving the original name of au8522.ko\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ea2278633ab4728c41b4043f47df4d3e39131992",
      "tree": "cca377d7c1e1e7b8b9ea483e5a07954b14409b2e",
      "parents": [
        "e9d4a6d5ef58a700d3add96ffb984741c6e34fff"
      ],
      "author": {
        "name": "Devin Heitmueller",
        "email": "dheitmueller@linuxtv.org",
        "time": "Wed Mar 11 02:58:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11059): xc5000: fix bug for hybrid xc5000 devices with IF other than 5380\n\nThe xc5000 driver has a bug where the IF is always set to whatever the first\ncaller to dvb_attach() provides.  This fails when the device requires an IF\nother than 5380 and the analog driver is loaded first through tuner-core\n(which always supplies the hard-coded value of 5380).\n\nThanks to Michael Krufky \u003cmkrufky@linuxtv.org\u003e and Steven Toth\n\u003cstoth@linuxtv.org\u003e for providing sample hardware, engineering level support,\nand testing.\n\nSigned-off-by: Devin Heitmueller \u003cdheitmueller@linuxtv.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e9d4a6d5ef58a700d3add96ffb984741c6e34fff",
      "tree": "d80e36e8c1f1c09af516aba490b5aa8f6debc61b",
      "parents": [
        "f1bee6994426c3a1435ee8d214b1c426a009784f"
      ],
      "author": {
        "name": "Abylay Ospan",
        "email": "aospan@netup.ru",
        "time": "Tue Mar 17 18:21:18 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11057): Fix CiMax stability in Netup Dual DVB-S2 CI\n\nIt appears TS discontinuity about one per 10 hrs if CAM used.\nPatch to fix it.\n\nSigned-off-by: Abylay Ospan \u003caospan@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f1bee6994426c3a1435ee8d214b1c426a009784f",
      "tree": "7815d4f410a410f7966245e44b6025b3e769b8b9",
      "parents": [
        "5765348cd41c17c797765174d479508ecfbd43de"
      ],
      "author": {
        "name": "Abylay Ospan",
        "email": "aospan@netup.ru",
        "time": "Tue Mar 17 18:13:52 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11056): Bug fix in NetUP: restore high address lines in CI\n\nCI high address lines disappears due to wrong data type used.\nPatch to fix it.\n\nSigned-off-by: Abylay Ospan \u003caospan@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5765348cd41c17c797765174d479508ecfbd43de",
      "tree": "23b35263b56a60e7d9da03cc2603ffd239271d95",
      "parents": [
        "11a84143b27303095b035931350e9233b538c4e3"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@netup.ru",
        "time": "Sun Mar 15 07:31:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:24 2009 -0300"
      },
      "message": "V4L/DVB (11055): Fix typo in stv0900\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "11a84143b27303095b035931350e9233b538c4e3",
      "tree": "b4805a679b7972f618f54fd328315a3de5d3251a",
      "parents": [
        "b8ced13462cdb0e407831683b8e2c989b13db3ac"
      ],
      "author": {
        "name": "Igor M. Liplianin",
        "email": "liplianin@netup.ru",
        "time": "Sun Mar 15 07:28:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11054): Shorten some lines in stv0900 to less then 81 characters\n\nSigned-off-by: Igor M. Liplianin \u003cliplianin@netup.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "b8ced13462cdb0e407831683b8e2c989b13db3ac",
      "tree": "3c76c42c030c28c14857471f03c2ca9ea6d2f14f",
      "parents": [
        "1efd5261ff0b615c482c734e3fb11a75f671d8da"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 15 06:53:32 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11053): saa7134: set v4l2_dev field of video_device\n\nThe v4l2_dev field of video_device wasn\u0027t initialized. The parent field\nis derived from v4l2_dev, so that doesn\u0027t need to be set anymore.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1efd5261ff0b615c482c734e3fb11a75f671d8da",
      "tree": "30a4d91e74a0848061802a02487627cd6bcc28f0",
      "parents": [
        "15965f063d6d42bd451415923c4cccbdb4a61bdd"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 16:34:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11052): bt819: remove an unused header\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "15965f063d6d42bd451415923c4cccbdb4a61bdd",
      "tree": "36abd9569a7c869c96adbf4151497c8cbd9bb312",
      "parents": [
        "33470423aba5da982dc944658da232942824f2d5"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 15:06:08 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "33470423aba5da982dc944658da232942824f2d5",
      "tree": "73e3d35950e064c3d29eec5df7ca31e8e9578f1f",
      "parents": [
        "9467fe126451c7fc7878d21f3cd1938421ef972e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 12:53:37 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11048): zoran: fix incorrect return type of notify function.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9467fe126451c7fc7878d21f3cd1938421ef972e",
      "tree": "298d0aebb8328829a4b41729e817ccc1fff9c298",
      "parents": [
        "74fc7bd9cec0ccdbea23659208492ec7ffc58297"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 12:40:51 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11047): cx88: convert to v4l2_device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "74fc7bd9cec0ccdbea23659208492ec7ffc58297",
      "tree": "cd16dbc46ec3771da456d71e2d0f27519ca9ae79",
      "parents": [
        "f1ba28c3a6e472742cbd73b05b807684e5d56b5a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 12:36:54 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11046): bttv: convert to v4l2_device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f1ba28c3a6e472742cbd73b05b807684e5d56b5a",
      "tree": "41db21f9bb32ac3e77069639628245d00dad0f23",
      "parents": [
        "ae6cfaace120f4330715b56265ce0e4a710e1276"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 12:27:01 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:23 2009 -0300"
      },
      "message": "V4L/DVB (11045): v4l2: call v4l2_device_disconnect in USB drivers.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ae6cfaace120f4330715b56265ce0e4a710e1276",
      "tree": "ed01c11218132e92ce8fe4872fe26c572c3c8842",
      "parents": [
        "6273fda6e32e2cd9a478545d0cbc15ac497b1f4b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 14 08:28:45 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11044): v4l2-device: add v4l2_device_disconnect\n\nCall v4l2_device_disconnect when the parent of a hotpluggable device\ndisconnects. This ensures that you do not have a pointer to a device that\nis no longer present.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6273fda6e32e2cd9a478545d0cbc15ac497b1f4b",
      "tree": "0b44d28fd3fb2092b332c8372b7325ca18f004ee",
      "parents": [
        "77ac0baf24d1a43498f7bdf6efa2ee6c4ed0ebaa"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Sat Mar 14 17:06:07 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11042): v4l2-api: Add definitions for V4L2_MPEG_STREAM_VBI_FMT_IVTV payloads\n\nThis addition to the v4l2-api add definitions for the constants and\ndata structures used for sliced VBI data insertion into MPEG streams triggered\nby V4L2_MPEG_STREAM_VBI_FMT_IVTV.  This simply declares what the ivtv and\ncx18 drivers and MythTV have already been doing and provides a proper data\nstructure definition to user space.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "77ac0baf24d1a43498f7bdf6efa2ee6c4ed0ebaa",
      "tree": "d5a6108117df3bbf9f93ce5e69bd29ee386c9945",
      "parents": [
        "71cb2764fcc51bd9e1b95be5b0f2da6f026634c7"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Mon Mar 02 06:40:52 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11040): gspca - most jpeg subdrivers: Have the JPEG quality settable.\n\nThe JPEG quality of the images (quantization tables) is now settable by the\nVIDIOC_S_JPEGCOMP ioctl.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "71cb2764fcc51bd9e1b95be5b0f2da6f026634c7",
      "tree": "cad0450231d5b4e7db071396ea5a33dabd3e314e",
      "parents": [
        "c98afbfc20355dd04a7b817b232e06a4c3e73bac"
      ],
      "author": {
        "name": "Jean-Francois Moine",
        "email": "moinejf@free.fr",
        "time": "Tue Mar 03 05:33:41 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11039): gspca - most jpeg subdrivers: Change the JPEG header creation.\n\nSigned-off-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c98afbfc20355dd04a7b817b232e06a4c3e73bac",
      "tree": "2806c6959ed1822ef65482851a81608efa28d56a",
      "parents": [
        "d42574d1d26a17b5c4a3e9d5cbd2e5cacfd550fa"
      ],
      "author": {
        "name": "Philippe Rétornaz",
        "email": "philippe.retornaz@epfl.ch",
        "time": "Fri Mar 13 09:42:32 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11035): mt9t031 bugfix\n\n- The video device is not allocated when mt9t031_init() is called, don\u0027t use\nit in debug printk.\n\n- The clock polarity is inverted in mt9t031_set_bus_param(), use the correct\none.\n\nSigned-off-by: Philippe Rétornaz \u003cphilippe.retornaz@epfl.ch\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d42574d1d26a17b5c4a3e9d5cbd2e5cacfd550fa",
      "tree": "61fb5734f00ea84d3673c99d91630c449426d3cf",
      "parents": [
        "e958e27adeade7fa085dd396a8a0dfaef7e338c1"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11034): soc-camera: remove now unused gpio member of struct soc_camera_link\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e958e27adeade7fa085dd396a8a0dfaef7e338c1",
      "tree": "3bba3d91531f778e54d380ec4ba099c7e86ccf8c",
      "parents": [
        "36034dc325ecab63c8cfb992fbf9a1a8e94738a2"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11033): mt9v022: allow setting of bus width from board code\n\nThis patch removes the phytec specific setting of the bus width\nand switches to the more generic query_bus_param/set_bus_param\nhooks\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "36034dc325ecab63c8cfb992fbf9a1a8e94738a2",
      "tree": "b4c2c5b611c07584fc6327591c670891e2689bd7",
      "parents": [
        "d75b1dcc84a5c8bf3e660dd1ba3ae6cd5e6d0929"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:22 2009 -0300"
      },
      "message": "V4L/DVB (11032): mt9m001: allow setting of bus width from board code\n\nThis patch removes the phytec specific setting of the bus width\nand switches to the more generic query_bus_param/set_bus_param\nhooks\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d75b1dcc84a5c8bf3e660dd1ba3ae6cd5e6d0929",
      "tree": "7392b0a3bec39fdd596f0f4e33d9eed5b4e3865d",
      "parents": [
        "28f59339f72d191e24e0f97f156a481dd5c3db65"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11031): pcm990 baseboard: add camera bus width switch setting\n\nSome Phytec cameras have a I2C GPIO expander which allows it to\nswitch between different sensor bus widths. This was previously\nhandled in the camera driver. Since handling of this switch\nvaries on several boards the cameras are used on, the board\nsupport seems a better place to handle the switch\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "28f59339f72d191e24e0f97f156a481dd5c3db65",
      "tree": "cab5091aa980cb54073b73687771df6a51e71b02",
      "parents": [
        "97215cbd1bc3cc32a2a1b3a94b003c3cbcf95683"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11030): soc-camera: add board hook to specify the buswidth for camera sensors\n\nCamera sensors have a native bus width say support, but on some\nboards not all sensor data lines are connected to the image\ninterface and thus support a different bus width than the sensors\nnative one. Some boards even have a bus driver which dynamically\nswitches between different bus widths with a GPIO.\n\nThis patch adds a hook which board code can use to support different\nbus widths.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "97215cbd1bc3cc32a2a1b3a94b003c3cbcf95683",
      "tree": "e83cfc0900ea5e1e6d2e88643ac8f754dc2638f8",
      "parents": [
        "f340e3f6f1c2061a65fd1cbd70e9e57e27d34212"
      ],
      "author": {
        "name": "Magnus Damm",
        "email": "damm@igel.co.jp",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11029): video: use videobuf_waiton() in sh_mobile_ceu free_buffer()\n\nMake sure videobuf_waiton() is used before freeing a buffer.\nWithout this fix we may return the buffer to the allocator\nbefore the bus mastering operation is finished.\n\nReported-by: Matthieu CASTET \u003cmatthieu.castet@parrot.com\u003e\nTested-by: Kuninori Morimoto \u003cmorimoto.kuninori@renesas.com\u003e\nSigned-off-by: Magnus Damm \u003cdamm@igel.co.jp\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f340e3f6f1c2061a65fd1cbd70e9e57e27d34212",
      "tree": "c88070c56fa5395bf40e50aa82e24fd3a635e3b3",
      "parents": [
        "025c18a19d7d7eb8745d25986f982a5f35a85157"
      ],
      "author": {
        "name": "Kuninori Morimoto",
        "email": "morimoto.kuninori@renesas.com",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11028): ov772x: use soft sleep mode in stop_capture\n\nSigned-off-by: Kuninori Morimoto \u003cmorimoto.kuninori@renesas.com\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "025c18a19d7d7eb8745d25986f982a5f35a85157",
      "tree": "eeca0bd36addeddf1a123f9af26d132a2c94979c",
      "parents": [
        "e802967c7079d2b4cfbd107dc90812605dbcad5a"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11027): soc-camera: configure drivers with a default format at probe time\n\nCurrently soc-camera doesn\u0027t set up any image format without an explicit\nS_FMT. According to the API this should be supported, for example,\ncapture-example.c from v4l2-apps by default doesn\u0027t issue an S_FMT. This\npatch moves negotiating of available host-camera format translations to\nprobe() time, and restores the state from the last close() on the next\nopen(). This is needed for some drivers, which power down or reset\nhardware after the last user closes the interface. This patch also has a\nnice side-effect of avoiding multiple allocation anf freeing of format\ntranslation tables.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e802967c7079d2b4cfbd107dc90812605dbcad5a",
      "tree": "1e0a4d7c5a8ad1b7220b0d9d280c6cac389a1ce4",
      "parents": [
        "df2ed07025fc83f3b36470cf06d1816a5e07c90b"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11026): sh-mobile-ceu-camera: set field to the value, configured at open()\n\nFor the case, that we have to capture with a default format, i.e., when the\nuser doesn\u0027t call S_FMT, we have to use the field value according to the\ndefault, configured at open() time.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "df2ed07025fc83f3b36470cf06d1816a5e07c90b",
      "tree": "ed1a71cdbc1d3c17c189cab370573695c06fdd87",
      "parents": [
        "09e231b35173313cd92e27532e5028f2042dcee4"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11025): soc-camera: configure drivers with a default format on open\n\nCurrently soc-camera doesn\u0027t set up any image format without an explicit S_FMT.\nIt seems this should be supported, since, for example, capture-example.c from\nv4l2-apps by default doesn\u0027t issue an S_FMT. This patch configures a default\nimage format on open().\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "09e231b35173313cd92e27532e5028f2042dcee4",
      "tree": "3ecda063aa52f954d2f797921bdce131d7f1cc28",
      "parents": [
        "1cd3c0fa927084549005fc22e54d99684b314f14"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Fri Mar 13 06:08:20 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations\n\nAs host and camera drivers become more complex, differences between S_FMT and\nS_CROP functionality grow, this patch separates them.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1cd3c0fa927084549005fc22e54d99684b314f14",
      "tree": "ffec4f2829239216640983e0102f4638493a1140",
      "parents": [
        "98ec633972a70cf71d71bc8762804f0af4792d08"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 08 17:04:38 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:21 2009 -0300"
      },
      "message": "V4L/DVB (11022): zoran/bt819: use new notify functionality.\n\nBt819 needs the parent driver to drive a GPIO pin low and high in order to\nreset its fifo. Use the new notify callback for this.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "98ec633972a70cf71d71bc8762804f0af4792d08",
      "tree": "8f924a6d5804b56a24a58a1e60ea69d53996ece7",
      "parents": [
        "005759613b95264fba9138010f112bc138c857c2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 08 17:02:10 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (11021): v4l2-device: add a notify callback.\n\nAdd a notify callback to v4l2_device to let sub-devices notify their\nparent of special events.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "005759613b95264fba9138010f112bc138c857c2",
      "tree": "43fa1d5a9035c51ab822906b5114885ac35707df",
      "parents": [
        "afd96668d8491f762e35c16ce65781da820a67fa"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Mar 13 10:03:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent set.\n\nNormally the parent device of v4l2_device is used as the video device\nnode\u0027s parent. But if it was not set, then use the parent field in the\nvideo_device struct.\n\nThis is needed in the cx88 driver, which has one core v4l2_device but\ncreates multiple pci devices (one each for raw and mpeg video).\n\nSo you cannot associate the core v4l2_device with a particular PCI device,\nbut you can do that for each video_device.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "afd96668d8491f762e35c16ce65781da820a67fa",
      "tree": "6248b90ae6a523b311d903283374358cea8b73fb",
      "parents": [
        "9832d765f82769799ba15ac9d2e8edf8f7de6898"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Mar 13 13:24:19 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10987): cx23885: fix crash on non-netup cards\n\nThe new support for the CX23885_BOARD_NETUP_DUAL_DVBS2_CI board broke the\nexisting boards. Interrupts for the netup part were enabled and handled\nwithout testing whether the current board actually had a netup -\u003e instant\nand fatal crash.\n\nI\u0027ve added tests to do this only for the CX23885_BOARD_NETUP_DUAL_DVBS2_CI\nboard.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nReviewed-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9832d765f82769799ba15ac9d2e8edf8f7de6898",
      "tree": "d4b63f69efe28d996ddcea2f78ce15d1a8903743",
      "parents": [
        "9f9cd8f18c7faabf6dc144c198f6ee30429d3da0"
      ],
      "author": {
        "name": "Theodore Kilgore",
        "email": "kilgota@auburn.edu",
        "time": "Fri Mar 13 13:04:31 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10986): mr97310a: don\u0027t discard frame headers on stream output\n\nFix a bug where all frame headers were being discarded, instead of being part of the\nstream output, on MR97310A cameras.\n\nThe frame headers contain information which may be useful in processing\nthe video output and therefore should be kept and not discarded.\n\nA corresponding patch to the decompression algorithm in\nlibv4lconvert/mr97310a.c corrects the change in frame offset.\n\nSigned-off-by: Theodore Kilgore \u003ckilgota@auburn.edu\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9f9cd8f18c7faabf6dc144c198f6ee30429d3da0",
      "tree": "6e35fb201aba52b7cb94f7c6d064f323dfb7ab30",
      "parents": [
        "7c026c35114d169d77c2543fdf4d5689a1c9a51d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 12 10:12:16 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10984): lgdt3305: avoid OOPS in error path of lgdt3305_attach\n\nSetting state-\u003efrontend.demodulator_priv to NULL in the event of\na kzalloc error will result in an OOPS.  Just remove that line.\n\nThanks to Matthias Schwarzott for pointing this out.\n\nCc: Matthias Schwarzott \u003czzam@gentoo.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7c026c35114d169d77c2543fdf4d5689a1c9a51d",
      "tree": "6c179ab3dc681829fc8e8042dae02755cc111f8d",
      "parents": [
        "2c79252326421dd49c059aceec0880d2cf15b17a"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Mar 12 18:56:15 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:20 2009 -0300"
      },
      "message": "V4L/DVB (10983): v4l2-common: add missing i2c_unregister_device.\n\nIf the i2c sub-device cannot be found, then we must unregister the i2c_client.\nOtherwise this will prevent a possible probe for a different device on that same\naddress.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2c79252326421dd49c059aceec0880d2cf15b17a",
      "tree": "843430d8471a54dbe04a6363f7d2e30060ed7499",
      "parents": [
        "5e585ef15b3633e1b0c022aa14bc88587827acd3"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Mar 12 18:34:19 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10980): doc: improve the v4l2-framework documentation.\n\nEmphasize the need to call i2c_set_adapdata and clarify the use of the\nchipid in v4l2_i2c_new_(probed_)device().\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5e585ef15b3633e1b0c022aa14bc88587827acd3",
      "tree": "46a3fe8ffa3a39cb1fe0df2097839597e30fe1dc",
      "parents": [
        "0290152c0f0f4a1c3d6e2b6064780d0cc288d8a4"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Mar 10 18:30:27 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10908): videobuf-core: also needs a minimal subset of V4L1 header\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0290152c0f0f4a1c3d6e2b6064780d0cc288d8a4",
      "tree": "5b7743e7067cebf0891b5daf8c687a4e03925c6d",
      "parents": [
        "60ce3c471fdc4f5a173a393710138717b639e3c1"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 11 01:46:44 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10970): lgdt3305: add MODULE_VERSION\n\nWe\u0027ll start off with MODULE_VERSION(\"0.1\")\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "60ce3c471fdc4f5a173a393710138717b639e3c1",
      "tree": "a971bbf544a90f538277b2d8b43f990d845921b7",
      "parents": [
        "1c12148bdcc6a978ab6a9930d40ddfb9d26e9e82"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 11 01:47:53 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10969): lgdt3305: add missing space in comment\n\nsmall whitespace cleanup - space missing after the *\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1c12148bdcc6a978ab6a9930d40ddfb9d26e9e82",
      "tree": "77f74cb40489b991be240a6f97dedd45a40be84d",
      "parents": [
        "c019f90ae9aa8b9c728321f886002b06dc2cf0cf"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 11 01:45:44 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10968): lgdt3305: add email address to MODULE_AUTHOR\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c019f90ae9aa8b9c728321f886002b06dc2cf0cf",
      "tree": "88feb109a3b8cf8882abfbbc6b27b95754c86e15",
      "parents": [
        "34aecd2851bba5c2b7dae2f0dbe8e629b1c5e4ac"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 11 18:50:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10965): ivtv: bump version\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "34aecd2851bba5c2b7dae2f0dbe8e629b1c5e4ac",
      "tree": "b01034be6895948cda44d7b239d9fce6d80c63d7",
      "parents": [
        "4b766d3c15b99a6aff5696a74eb97c462990c069"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 11 18:29:19 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10962): fired-avc: fix printk formatting warning.\n\nsize_t should be printed with %zu.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4b766d3c15b99a6aff5696a74eb97c462990c069",
      "tree": "134c77587bd45f7a91ed9e4d1b720974be896ba1",
      "parents": [
        "d8cd5e6c240bb3ff55e42afaa446c178ef8bb403"
      ],
      "author": {
        "name": "Alexey Klimov",
        "email": "klimov.linux@gmail.com",
        "time": "Wed Mar 11 07:37:04 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:19 2009 -0300"
      },
      "message": "V4L/DVB (10961): radio-terratec: remove linux/delay.h which hadn\u0027t been used.\n\nSigned-off-by: Alexey Klimov \u003cklimov.linux@gmail.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d8cd5e6c240bb3ff55e42afaa446c178ef8bb403",
      "tree": "c4f20615ac3fe9badcf729a8c438cf9f85b7a152",
      "parents": [
        "ab84f5736086b84d99015cd82515a31b95e03f48"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 11 04:34:09 2009 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Mar 30 12:43:18 2009 -0300"
      },
      "message": "V4L/DVB (10960): omap24xxcam: don\u0027t set vfl_type.\n\nThe vfl_type field is set by the core, so anything you fill in here will\nbe overwritten. And it will be set to a VFL_TYPE_ value, not a VID_TYPE_\nvalue which is an obsolete V4L1 type.\n\nSince these V4L1 types have been made unavailable for V4L2 drivers, this\ndriver stopped compiling.\n\nIn this case the fix is just removing this assignment.\n\nCc: Sakari Ailus \u003csakari.ailus@nokia.com\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "ab84f5736086b84d99015cd82515a31b95e03f48"
}
