)]}'
{
  "log": [
    {
      "commit": "3117beec7e43f91ce156cacf033a712c7e22737d",
      "tree": "e661e3bbd6ebcd5537bfb7e526d8bbc55a3b0ebc",
      "parents": [
        "d9cd2d9b61898354f5dbabdc490dd6ef309ebbd4"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Jul 19 13:23:38 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Jul 29 17:22:21 2006 -0300"
      },
      "message": "V4L/DVB (4316): Check __must_check warnings\n\n\nCheck __must_check warnings for class_device_register and class_device_create_file\n\nvideo_device_create_file was declared as a void, but instead should\nreturn the int value of class_device_create_file.\n\nMove the check from bttv-driver.c into v4l2-dev.h, because all other\ncallers of video_device_create_file must also be checked.\n\nReplace the call to class_device_create_file in videodev.c with\nvideo_device_create_file, as defined in v4l2-dev.h, so that the\nreturn value of class_device_create_file will be checked.\n\nCheck the return value of class_device_register in videodev.c and\npvrusb2-sysfs.c\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ba8fc39954bf3bc51f502e8a02f959d45edd096c",
      "tree": "3846895bb42d759c6650e1487300296955ba2833",
      "parents": [
        "0a1153736f97db48e6bc9ab27e90b51ab50729c7"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Jun 25 15:34:39 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Jun 30 15:59:32 2006 -0300"
      },
      "message": "V4L/DVB (4270): Add tda9887-specific tuner configuration\n\nMany tda9887 settings depend on the chosen tuner. Expand the tuner parameters\nto include these tda9887 settings.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "602cada851b28c5792339786efe872fbdc1f5d41",
      "tree": "233d474b74d6038b5bb54a07ad91dd1bb10b0218",
      "parents": [
        "82991c6f2c361acc17279b8124d9bf1878973435",
        "fee68d1cc0d9bd863e51c16cdcd707737b16bb38"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 29 14:19:21 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 29 14:19:21 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6: (22 commits)\n  [PATCH] devfs: Remove it from the feature_removal.txt file\n  [PATCH] devfs: Last little devfs cleanups throughout the kernel tree.\n  [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV\n  [PATCH] devfs: Remove the tty_driver devfs_name field as it\u0027s no longer needed\n  [PATCH] devfs: Remove the line_driver devfs_name field as it\u0027s no longer needed\n  [PATCH] devfs: Remove the videodevice devfs_name field as it\u0027s no longer needed\n  [PATCH] devfs: Remove the gendisk devfs_name field as it\u0027s no longer needed\n  [PATCH] devfs: Remove the miscdevice devfs_name field as it\u0027s no longer needed\n  [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree\n  [PATCH] devfs: Remove devfs_remove() function from the kernel tree\n  [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree\n  [PATCH] devfs: Remove devfs_mk_bdev() function from the kernel tree\n  [PATCH] devfs: Remove devfs_mk_symlink() function from the kernel tree\n  [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree\n  [PATCH] devfs: Remove devfs_*_tape() functions from the kernel tree\n  [PATCH] devfs: Remove devfs support from the sound subsystem\n  [PATCH] devfs: Remove devfs support from the ide subsystem.\n  [PATCH] devfs: Remove devfs support from the serial subsystem\n  [PATCH] devfs: Remove devfs from the init code\n  [PATCH] devfs: Remove devfs from the partition code\n  ...\n"
    },
    {
      "commit": "99eb44fe941b35b28914881774515005fa2ab7f6",
      "tree": "d76716309716fcb5be999a956d546349d02b866f",
      "parents": [
        "4d6b5aee9d19d1a982d9db0b5ffea20ee94816c6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jun 26 18:24:05 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Jun 27 00:17:40 2006 -0300"
      },
      "message": "V4L/DVB (4259): Pass an explicit log prefix to cx2341x_log_status\n\nA card number is not unique enough. Instead, let the caller specify the\nprefix of the status messages.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4d6b5aee9d19d1a982d9db0b5ffea20ee94816c6",
      "tree": "c466ecf92c86b32eb982bddbe1b88f324f76a11d",
      "parents": [
        "f5b0142ad683a96d7c8d64cbdb95f255da8fd151"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jun 26 09:31:18 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Jun 27 00:17:39 2006 -0300"
      },
      "message": "V4L/DVB (4257): Fix 64-bit compile warnings.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e483075a1f9862a65af648d1d939499969c7b5d",
      "tree": "a510b8051e026ccf3fdbcff437cbe724700c96bf",
      "parents": [
        "ce7b0f46bbf4bff8daab2dd3d878b9e72a623d09"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 20 21:15:16 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 26 12:25:08 2006 -0700"
      },
      "message": "[PATCH] devfs: Remove the videodevice devfs_name field as it\u0027s no longer needed\n\nAlso fixes all drivers that set this field.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8cbde94be34f95c01515ba19ce32bcd51ab3949e",
      "tree": "f01514f3cf11dcada4d9e9e68708c0292ebb7fcf",
      "parents": [
        "4f725cb3fa46fabe7fd7c7175fa77e12616bfdb8"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Jun 24 14:36:02 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Jun 26 09:21:45 2006 -0300"
      },
      "message": "V4L/DVB (4223): Add V4L2_CID_MPEG_STREAM_VBI_FMT control\n\nV4L2_CID_MPEG_STREAM_VBI_FMT controls if and how VBI data is embedded in\nan MPEG stream. Currently only one format is supported: the format designed\nfor the ivtv driver. This should be extended with new standard formats\n(such as defined for DVB) in the future.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "153962364dc6fa4a24571885fbe76506d8968610",
      "tree": "78eca883cd190dbb2bf94b6337ac1d57951a757b",
      "parents": [
        "0ccac4af1a8f22e2e96d89b9bf8766dc7286a972"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Jun 23 16:13:56 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:24 2006 -0300"
      },
      "message": "V4L/DVB (4205): Merge tda9887 module into tuner.\n\nMost uses a tda988[5/6/7] IF demodulator as part of the device.\nHaving this as a separate stuff makes harder to configure it, since there\nare some tda9887 options that are tuner-dependent and should be bound into\ntuner-types structures.\nThis patch merges tda9887 module into tuner. More work is required to make\ntuner-types to properly use it.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0ccac4af1a8f22e2e96d89b9bf8766dc7286a972",
      "tree": "b9ad80d1c0dcb78a4655a9524c98e1a750f69b7d",
      "parents": [
        "45ad9f8b44b06bf1e91b4b3c338406c2233f0482"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Jun 23 15:52:50 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:24 2006 -0300"
      },
      "message": "V4L/DVB (4203): Explicitly set the enum values.\n\nIt\u0027s better to use explicit enums. It reduces the chance of someone\ninserting new enums in the middle which would break things.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "45ad9f8b44b06bf1e91b4b3c338406c2233f0482",
      "tree": "b2cccb49543bcb7289d084a803c44354fcb64115",
      "parents": [
        "54aa9a21ca03cf41d911ada969e86f27ce58bab9"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Jun 21 17:04:13 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:23 2006 -0300"
      },
      "message": "V4L/DVB (4202): allow selecting CX2341x port mode\n\nCX2341X port was always set to \u0027memory\u0027, but \u0027streaming\u0027 is also possible\n\nivtv uses the memory (DMA) interface with the CX2341X, while pvrusb2 and\ncx88-blackbird use the streaming interface. This setting is now selectable\nby the driver.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cc7bc648690d4e6f3992cfadb18a4c7e0181e6ea",
      "tree": "35e50975f6e03449e4337843d88cfff792f52861",
      "parents": [
        "f81cf7533b4b8411a0d2fa943adcede340dfdab6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jun 19 17:53:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:23 2006 -0300"
      },
      "message": "V4L/DVB (4199): Add cx2341x-specific control array to cx2341x.c\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5d1a9ae6d9d7fc14b2259cd550eb87364a21190a",
      "tree": "b55c57026f69fc127508a30859edebde87713f1e",
      "parents": [
        "9cb2318b885d2039eeb3eb5394fa215046be058f"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Jun 18 14:40:30 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:22 2006 -0300"
      },
      "message": "V4L/DVB (4191): Add CX2341X MPEG encoder module.\n\nAdds the cx2341x.c module that handles the programming of the Conexant\ncx23415/6 MPEG encoder chip used by cx88-blackbird, pvrusb2 and ivtv.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9cb2318b885d2039eeb3eb5394fa215046be058f",
      "tree": "2289616dbbbd60ac93ce56e43c0eaec27bf65604",
      "parents": [
        "0597691456cf3b08974d9949e4caa830e1d3c520"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Jun 18 14:11:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:21 2006 -0300"
      },
      "message": "V4L/DVB (4190): Add helper functions for control processing to v4l2-common.\n\nControl processing is often duplicated in the various drivers. Unfortunately,\nsimple things like the names of controls are often different between drivers,\neven though it is the same controls. Adding in the new extended controls and\nthe need for having control helper functions became apparent.\nSeveral functions have now been added to v4l2-common to do things like\nfilling the v4l2_queryctrl and v4l2_querymenu structs, to check for\nvalid control input and to move to the next control when enumerating\nover all controls.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0597691456cf3b08974d9949e4caa830e1d3c520",
      "tree": "e70e6b89eb1d5dad01bd5f58ef715a72efbfba13",
      "parents": [
        "4f341712120abde54d9113856e9118e6580d7061"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Jun 18 13:43:28 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:21 2006 -0300"
      },
      "message": "V4L/DVB (4189): Add videodev support for VIDIOC_S/G/TRY_EXT_CTRLS.\n\nvideodev.c copies the control list specified in struct v4l2_ext_controls\nto kernel space.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e87efa3b29c105f81fea785babafb098e4e046d",
      "tree": "7782d36699174e5985ee7ddca3860df130b0bbbb",
      "parents": [
        "839e4a4acb90fd34e3f6765bef6fe03ee82dbc58"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Jun 05 10:26:32 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:05 2006 -0300"
      },
      "message": "V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and videodev2.h\n\nThe videodev.h and videodev2.h describe the public API for V4L and V4L2.\nIt shouldn\u0027t have there any kernel-specific stuff. Those were moved to\nv4l2-dev.h.\nThis patch removes some uneeded headers and include v4l2-common.h on all\nV4L driver. This header includes device implementation of V4L2 API provided\non v4l2-dev.h as well as V4L2 internal ioctls that provides connections\nbetween master driver and its i2c devices.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "401998fa96fe18b057af3f906527196522dd2d9d",
      "tree": "32d656e18410ab05204c83b57969db23665e4fe9",
      "parents": [
        "7565ab082de88ec274283d6b83980144e520a2fc"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 04 10:06:18 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:05:04 2006 -0300"
      },
      "message": "V4L/DVB (4065): Several improvements at videodev.c\n\nVideodev now is capable of better handling V4L2 api, by\nprocessing V4L2 ioctls and using callbacks to the driver.\nThe drivers should be migrated to the newer way and the older\none will be obsoleted soon.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "680543c5d2756ad3496f8ef197ba8825b78d6840",
      "tree": "b3ce796bbb5855351194a2850467dd79198483aa",
      "parents": [
        "d6144028af6b151018c50c160e794a4d7f686333"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Mon May 22 07:44:02 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:00:37 2006 -0300"
      },
      "message": "V4L/DVB (4038): New cx88 card #50: NPG Tech RealTV\n\nAdded support for a new cx88 card, including it\u0027s remote\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b93eedb62e358588c5e595b07fb85efa1f597a9f",
      "tree": "ec3ffd9ccd6136d752efa1dbea9235dbd85ed7f8",
      "parents": [
        "e48a9c6283c1ca2565167f0b4bce4d0be7f49fae"
      ],
      "author": {
        "name": "Sylvain Pasche",
        "email": "sylvain.pasche@gmail.com",
        "time": "Sat Mar 25 23:14:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:00:28 2006 -0300"
      },
      "message": "V4L/DVB (4023): Subject: Pinnacle PCTV grey remote control support\n\nThis adds support for the older (?) Pinnacle PCTV remotes (with all buttons\ncolored in grey). There\u0027s no autodetection for the type of remote, though;\nsaa7134 defaults to the colored one, to use the grey remote the \n\"pinnacle_remote\u003d1\" option must be passed to the saa7134 module\n\nSigned-off-by: Sylvain Pasche \u003csylvain.pasche@gmail.com\u003e\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e2b8cf4ced47465b24d6fe911714827475fb0412",
      "tree": "adc3dcf673c084ad58f3ace0c11d44141cd892a4",
      "parents": [
        "3eb731705556b643df2cbae1bc98976335451548"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Apr 22 10:22:46 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 02:00:16 2006 -0300"
      },
      "message": "V4L/DVB (4005): Add support for the cx25836/7 video decoder.\n\nSigned-off-by: Scott Alfter \u003csalfter@ssai.us\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ebfbc305bda90deadf73898493c707cce3b465e6",
      "tree": "a4be91c35ee8b5f28cf2291412c7a6ca4b3feb17",
      "parents": [
        "447d6fb8ccdc3a581a13fe4b5a62c384dc9fd36a"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon May 22 10:31:38 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:59:50 2006 -0300"
      },
      "message": "V4L/DVB (3809c): Added cx2341x header file\n\nDate:\n\nThere are several drivers now using those cx2341x registers. This patch\ncreates a separate header for those registers.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd",
      "tree": "ae33f9bbcd91ea5a7e7cf77e42631a1d2bed5c84",
      "parents": [
        "fbe60daac4c34e39d1ca69684bcb76e62461ac21"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Apr 27 01:29:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:59:29 2006 -0300"
      },
      "message": "V4L/DVB (3919): V4l: rename TUNER_LG_TDVS_H062F to TUNER_LG_TDVS_H06XF\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2b455db6d456ef2d44808a8377fd3bc832e08317",
      "tree": "b7b7bcabd53f9bb58d7f69eb6d012735dacd31c7",
      "parents": [
        "d9e12f25cf538d103426946121d214dff332efbb"
      ],
      "author": {
        "name": "Luc Saillard",
        "email": "luc@saillard.org",
        "time": "Mon Apr 24 10:29:46 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:58:20 2006 -0300"
      },
      "message": "V4L/DVB (3835): [PATCH] update pwc driver\n\nAdd v4l2 compatibility\nInclude the decompressor (legal problem has been resolv by Alan Cox)\nFaster decoder and easier to maintain, optimize, ...\nCan export to userland compressed stream\nSupport more cameras, lot of bugs are fixed.\n\nSigned-off-by: Luc Saillard \u003cluc@saillard.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c344933af5a8610d71bd0d92fe43a1519ed72ed8",
      "tree": "d82bcdd85c83a2f8483c35b88dd813b6642c8fbb",
      "parents": [
        "8d6cdd235d19c3bb1f86f40bf0305049c1a61955"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Apr 19 18:50:35 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:58:14 2006 -0300"
      },
      "message": "V4L/DVB (3814): Add support for Samsung TCPG 6121P30A PAL tuner.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d09dbf92ada861244056d914a8f68b8be99891ed",
      "tree": "3746d352f1d3df6a069c7b740717706ec50a1981",
      "parents": [
        "76d313bfea356550a614be51454d526e5090014d"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Mon Apr 10 09:27:37 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:57:55 2006 -0300"
      },
      "message": "V4L/DVB (3762): Add sysfs device links to dvb devices\n\nCurrently in /sys/class/dvb/dvbX.demuxY/ we have:\n\tdev\n\tuevent\nWith the patch, we have (for a PCI DVB device):\n\tdev\n\tdevice -\u003e ../../../devices/pci0000:00/0000:00:1e.0/0000:03:0d.0\n\tuevent\nSo userspace tools can (finally) work out which physical device a DVB adapter\nrefers to. Previously you had to kinda look through dmesg and hope that it\nhadn\u0027t been dumped out of the buffer. This makes debugging a lot easier if\nthe system has been up for a long time!\nThis is done by adding an extra \u0027struct device *\u0027 parameter to\ndvb_register_adapter(). It will work with any kind of standard\nlinux \u0027device\u0027. Additionally, if someone has an embedded system which does\nthings differently, they can simply supply \u0027NULL\u0027 and the behaviour will be\nas before - the link will simply not appear.\n\nAck\u0027d-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nAcked-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c7c0b34c27bbf0671807e902fbfea6270c8f138d",
      "tree": "2d44aae2ae76ee47ca12262967ac5711bcc047b6",
      "parents": [
        "b7f8292c96463810edfecff70dd4631d47e5a36b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Apr 02 13:35:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:57:38 2006 -0300"
      },
      "message": "V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING in tvp5150\n\n- Use new routing input defines in em28xx-cards.c\n- Fix S-Video settings for tvp5150-based cards (input was copied from saa7115\n  based cards and worked only because S-Video was selected in the default: case)\n- Replace VIDIOC_S_INPUT by VIDIOC_INT_S_VIDEO_ROUTING in em28xx-video.c\n- Remove the now obsolete VIDIOC_S_INPUT handler in saa7115.c\n- Add VIDIOC_INT_G/S_VIDEO_ROUTING in tvp5150.c\n- Add new media/tvp5150.h with the routing defines.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b7f8292c96463810edfecff70dd4631d47e5a36b",
      "tree": "02b1cfb3f753ea82c6fa51c901420074875be355",
      "parents": [
        "2eb606db1134ce860cc0cbf8b533b6315d182e21"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Apr 02 12:50:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Jun 25 01:57:36 2006 -0300"
      },
      "message": "V4L/DVB (3711): Add support for VIDIOC_INT_S_CRYSTAL_FREQ internal command.\n\nSome saa7115-based cards use a different crystal frequency and a different\naudio clock generation. Add a new VIDIOC_INT_S_CRYSTAL_FREQ command to be\nable to set these values.\nAlso change the default APLL setting to 0. It makes no sense to have the\naudio clock independent from the video clock, this can lead to audio/video\nsynchronization problems. Setting this to 0 is also consistent with the old\nsaa7114.c source and the way the Hauppauge Windows driver sets it.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "07151724a35e8e70f1aa64ce30a5a3f5c1ad49a3",
      "tree": "49ad31b5f559bd43d05fc7d9ceff6135bdce8d98",
      "parents": [
        "ab4cecf9c4e4a69cf2161f8a2424be14984430f8"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Apr 01 18:03:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:11 2006 -0300"
      },
      "message": "V4L/DVB (3702): Make msp3400 routing defines more consistent\n\nRenamed various msp3400 routing defines to be more consistent and less\nconfusing. Esp. the MSP_DSP_OUT defines were confusing since it is really\na DSP input.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "021e0b768b2c7931d9ba699e135c3eec42d5d3eb",
      "tree": "f6f0561dd2bdb888f5955a0bc0a1e7bd33e9f787",
      "parents": [
        "add953cecba870f4ad7730bd0a6d5eaaabeac3bc"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 15:16:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:52 2006 -0300"
      },
      "message": "V4L/DVB (3666): Remove trailing newlines\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "add953cecba870f4ad7730bd0a6d5eaaabeac3bc",
      "tree": "e42b154981058ffcc2205ccb31b73b5c7e4b9db5",
      "parents": [
        "7061561e640c2947ab93c4e2a437327657c4482e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Mar 29 14:56:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:51 2006 -0300"
      },
      "message": "V4L/DVB (3665): Add new NEC uPD64031A and uPD64083 i2c drivers\n\n- Add support for the uPD64031A NEC Electronics Ghost Reduction i2c device\n- Add support for the uPD6408x NEC Electronics 3-Dimensional Y/C separation\n  i2c device.\n\nSigned-off-by: Takahiro Adachi \u003ctadachi@tadachi-net.com\u003e\nSigned-off-by: Takeru Komoriya \u003ckomoriya@paken.org\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "31bc09b579f31331545e694d0a49ec4e6b380989",
      "tree": "a05a635820426eac67a8f2ce16e88eb82fc84c57",
      "parents": [
        "11cda1075d8c40e536b77fce6dbf4cdbf8f77736"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 10:26:09 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:01 2006 -0300"
      },
      "message": "V4L/DVB (3610): Added the new routing commands to cx25840.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "39b6f687d31d662461e25dbfe70be990b4c4855b",
      "tree": "47db951dc33f36eb4a96713ca9d7b97837744b1d",
      "parents": [
        "1f8f5fa9b78ce344a03aeb1e6e12fffeb6a4c0c4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 09:50:20 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:56 2006 -0300"
      },
      "message": "V4L/DVB (3608): Implement new routing commands in saa7127.c\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1f8f5fa9b78ce344a03aeb1e6e12fffeb6a4c0c4",
      "tree": "72d923f9ee76b303debd4a21a50c0a2f516b96f1",
      "parents": [
        "013423588af1950e8eb7a44d80a684fd50174827"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 25 09:20:28 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:54:54 2006 -0300"
      },
      "message": "V4L/DVB (3607): Implement routing command for saa7115.c\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7fa033b103bc3f5c37f934695473f63adf140dba",
      "tree": "7aa5fb9e81f2939e31acef2b26a2d6ef7728bfb0",
      "parents": [
        "a20c522498330ba0f4970a9bcd11890312277ae2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Mar 23 20:12:26 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:27:00 2006 -0300"
      },
      "message": "V4L/DVB (3599): Implement new routing commands for wm8775 and cs53l32a.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2474ed444b475614ef795523076be7cc8437ae00",
      "tree": "87808b3c7ff145b63a638e6e42ffce9db7db1b8c",
      "parents": [
        "49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 19 12:35:57 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:57 2006 -0300"
      },
      "message": "V4L/DVB (3582): Implement correct msp3400 input/output routing\n\n- implement VIDIOC_INT_S_AUDIO_ROUTING for msp3400 and tvaudio\n- use the new command in bttv, pvrusb2 and em28xx.\n- remove the now obsolete MSP_SET_MATRIX from msp3400 (yeah!)\n- remove the obsolete VIDIOC_S_AUDIO from msp3400.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "49965a80a4c4f5cbe15fb3bb1f8f8b0ec4ef02bc",
      "tree": "aaf7409eb7c44da7527b08d63bdab87e34471fce",
      "parents": [
        "de533ccf8dd51f38ef3c1751f9eb5ad3f2fcfad9"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Mar 19 08:45:38 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:57 2006 -0300"
      },
      "message": "V4L/DVB (3581): Add new media/msp3400.h header containing the routing macros\n\nMoved msp3400.h to msp3400-driver.h.\nCreated media/msp3400.h with the new routing defines and lots of comments.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8bf2f8e747700419cc5bbc56c4496774eb8f2f1f",
      "tree": "94e9b7e99d2e95d4515d48247ce549540374a989",
      "parents": [
        "ae62e3d4a8194680023b47ab778bf1dcea8d6b42"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 18 21:31:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:56 2006 -0300"
      },
      "message": "V4L/DVB (3577): Cleanup audio input handling\n\nCleanup audio input handling in bttv and tvaudio:\n- inputs were specified that were never used\n- mute was handled as a special input which led to confusing code\n- confusing naming made it difficult to see if the setting was for\n  i2c or gpio.\nThe old audiochip.h input names moved to tvaudio.h. Currently this\nis used both by tvaudio and msp3400 until the msp3400 implements the\nnew msp3400-specific inputs.\nDetect in bttv the tvaudio and msp3400 i2c clients and use these\nclient pointers to set the inputs directly instead of broadcasting the\ncommand.\nRemoved AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be\nreplaced again later by the new ROUTING commands.\nRemoved VIDIOC_G_AUDIO implementations in i2c drivers: this command is\na user level command and not to be used internally. It wasn\u0027t called at\nall anyway.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "09df1c163adcf43e2c4234b52985f34b95b7634e",
      "tree": "26bfc6ba4d135f932038e2b41c79d86c474d5abd",
      "parents": [
        "7c9b5048305ead226fb16def98d86f3ed67c4807"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 18 08:31:34 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:51 2006 -0300"
      },
      "message": "V4L/DVB (3548): Renamed I2C_foo addresses to I2C_ADDR_foo\n\nI2C_foo were used for some i2c addresses. Bad, since those constants could\nmean other i2c chip things.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7c9b5048305ead226fb16def98d86f3ed67c4807",
      "tree": "f6257da1117336e1c68e183c0ed23968d205c7f8",
      "parents": [
        "fa3fcceb30eb8a3cb2ac299c207c6f89b9aed379"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 18 08:08:14 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:51 2006 -0300"
      },
      "message": "V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.h\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fa3fcceb30eb8a3cb2ac299c207c6f89b9aed379",
      "tree": "5cd9df4a0591aec9c1e69f19c2f34c40a0914f2a",
      "parents": [
        "c72602b8250cc0d3ace59d1a7334c5cd7aa9490e"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Mar 23 21:45:24 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:51 2006 -0300"
      },
      "message": "V4L/DVB (3546): Fix Compilation after moving bttv code\n\n- Missing a Makefile for bt8xx\n- rds.h were at wrong directory, since it is a global header for an internal\n  interface\n- tda7432 and tda9875 were dependent from bttv.h\n- bttv.h were holding i2c addresses\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c7b0ac0546985fc6361a8d92cf808d46da797677",
      "tree": "2147eb2f6dd7b2b82e0d7b4b9a26e12ef5193252",
      "parents": [
        "b2fd16b4ff2508ac16ae994f4bcd941f97754c00"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 10 12:29:15 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:49 2006 -0300"
      },
      "message": "V4L/DVB (3516): Make video_buf more generic\n\nVideo_buf were concerned to allow PCI devices to be used as\nvideo capture devices. This patch extends video_buf features\nby virtualizing pci-dependent functions and allowing other\ntype of devices to use it.\nIt is still DMA centric, although it may be used also by\ndevices that emulates scatter/gather behavior or a DMA device\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f5762e441d5022ecc5b66b5fe54e41e2ac5d02be",
      "tree": "6afff3bc33f4d8a2dca15a681902316d230eb811",
      "parents": [
        "c04e89b1f2c624fbb1e57874062491c2b987c7e2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Mar 13 13:31:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:40 2006 -0800"
      },
      "message": "V4L/DVB (3513): Remove saa711x driver\n\nNow, em28xx uses saa7115 instead of saa711x.\nsaa7115 driver is capable of handling saa 7113, 7114 and 7115.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f3629be8388a679590eb919919ee63e2715ec25e",
      "tree": "d97efc61c0845959da4918041fec21c88b9df76a",
      "parents": [
        "fd2f26771b14a321f4003366fdf99a2484fa6b2a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Mar 11 17:02:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:10 2006 -0800"
      },
      "message": "V4L/DVB (3445): LG TALN series: add PAL / SECAM support\n\n- added tuner_lg_taln_pal_secam_ranges\n- renamed tuner 66 from TUNER_LG_NTSC_TALN_MINI to TUNER_LG_TALN\n- updated FlyTV mini Asus Digimatrix with new tuner\n\nThanks-to: Rickard Osser \u003cricky@osser.se\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "91ae3299d7d3493a25e5f26cbaceeb18e7760ef3",
      "tree": "13bda3f740a6dba89fb74351295279aabbed1dce",
      "parents": [
        "69b27e3dfebff8f59e979d57263e1cd83c4d8370"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 01 00:04:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:37:29 2006 -0300"
      },
      "message": "V4L/DVB (3411): FE6600 is a Thomson tuner\n\n- The tuner used in DViCO FusionHDTV DVB-T hybrid is made by Thomson\n- renamed tuner and dvb_pll structs accordingly\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "780dfef37e2c941985b708f67aa0074edc922bea",
      "tree": "c7db2fd63acfce369d2af871183da2cf0614db9a",
      "parents": [
        "db5d91eb36e1cc9d46016d1d44874376cfabf274"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 28 08:34:59 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:50 2006 -0300"
      },
      "message": "V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support\n\nAdd support for the FE6600 tuner used on the DVB-T Hybrid board.\nAdd support for the Zarlink ZL10353 DVB-T demodulator, which supersedes the\nMT352, used on the DViCO FusionHDTV DVB-T Hybrid and later model Plus boards.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "41f38b43e0bfbb2ba1ef3c778f376dad8820b214",
      "tree": "94a8083a12fdda21f1479f6d2fe9688a60a9e205",
      "parents": [
        "a8029170b907e7bfac5f6ea3fcd5d076e90beaf3"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:49 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:49 2006 -0300"
      },
      "message": "V4L/DVB (3371): Add debug to ioctl arguments.\n\nAdded a new function that allows printing ioctl arguments.\nThis makes easier to include debug code under v4l ioctl\nhandling.\nAlso fixed some declarations on internal ioctl.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0004fd59d57a5875db8897966c414a88b5dad481",
      "tree": "e0f28025301fb87125c38ed51a51f6f29456d1fa",
      "parents": [
        "1d519605f13dd2c51024060465a16ddd1abfb649"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Mon Feb 27 00:07:27 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:27 2006 -0300"
      },
      "message": "V4L/DVB (3291): Added support for xc3028 analogue tuner  (Hauppauge HVR900, Terratec Hybrid XS)\n\nAdded support for xc3028 to v4l which adds support for:\n * Terratec Hybrid XS (analogue)\n * Hauppauge HVR 900 (analogue)\n\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3593cab5d62c4c7abced1076710f9bc2d8847433",
      "tree": "dd5dc21961f6b4aef6900b0c2eb63ce7c70aecd5",
      "parents": [
        "538f9630afbbe429ecbcdcf92536200293a8e4b3"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "message": "V4L/DVB (3318b): sem2mutex: drivers/media/, #2\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "bbab6fd81f26b210f0815d79064a3387c3a1ade3",
      "tree": "627875f2ea294e49643862f9576cea96952d934c",
      "parents": [
        "b31c544aedc802688e32240f1398a4321433bfae"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Feb 06 09:15:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 06 09:15:11 2006 -0200"
      },
      "message": "V4L/DVB (3265): Add count to tunertype struct\n\nThe tuner_params element is an array of undefined length,\nwith each array member being a set of parameters for each\nvideo standard type.\nThe number of members in the tuner_params array\nwill be stored in tuners[]-\u003ecount\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3fc46d35b30cfae018c4903228a270c9543f4d7a",
      "tree": "72f02a4cb4e8f8087f1f384d82a4daa9de13086f",
      "parents": [
        "ab66b22f0c4e5786d59fa23569ac37a4a21ab4fb"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Jan 23 17:11:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 23 17:11:11 2006 -0200"
      },
      "message": "V4L/DVB (3436): move config byte from tuner_params to tuner_range struct.\n\n- Move config byte from tuner_params to tuner_range struct.\n- dvb tuners must be able to set different config byte for each range.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "757d250518c4905c5d13c8974446e08a2e3cf244",
      "tree": "3603696598ffde1f14aad76f12572f847b6ac324",
      "parents": [
        "ac272ed7f1ae15084c64bdc4d3b4578ec2a0830b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 23 17:11:10 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 23 17:11:10 2006 -0200"
      },
      "message": "V4L/DVB (3430): Add new internal VIDIOC_INT commands\n\n- Add new internal VIDIOC_INT commands for setting the tuner mode,\nfor putting a chip into standby mode and to set/get the routing\nof inputs/outputs of audio or video of a chip. These new commands\nwill replace older commands that are no longer up to the task.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "12db56071b473a59c550d0aa70db6972a49d73af",
      "tree": "fabe596b7da982788959caaa04d6e8d4598d8da7",
      "parents": [
        "4d0dddb10723cee2b3048bd2389673703bc228e4"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Jan 23 17:11:08 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 23 17:11:08 2006 -0200"
      },
      "message": "V4L/DVB (3420): Added iocls to configure VBI on tvp5150\n\n- Added iocls to configure VBI on tvp5150\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b639f9d286f2216795492eac2a39b8ed6b4d555c",
      "tree": "8a618d3041ea3902fcf7f66ea43196575d4648eb",
      "parents": [
        "4c0f631e14b849782259519c749414b1f1ddbfa8"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Mon Jan 23 09:44:10 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 23 09:44:10 2006 -0200"
      },
      "message": "V4L/DVB (3400): Remove duplicated keymaps and add keymap for KWorld LTV883IR.\n\n- Remove duplicated keymaps and add keymap for KWorld LTV883IR.\nThanks to Jon Ferguson \u003cjon@sd-6.org\u003e.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4c0f631e14b849782259519c749414b1f1ddbfa8",
      "tree": "7976453534a7785899a71bc6cd574e5c7ebc3a95",
      "parents": [
        "bf47e4e43e4dcf88fef61b1b4139ce2da20e1f73"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Mon Jan 23 09:42:06 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Jan 23 09:42:06 2006 -0200"
      },
      "message": "V4L/DVB (3393): Move all IR keymaps to ir-common module\n\n- All the keymaps have the same structure, and can be shared between different\nchips, so it makes no sense having them scattered between the input files.\nThis aggregates them all at ir-common module.\n- Added new Hauppauge remote (Hauppauge grey), contributed by J.O. Aho\n  \u003ctrizt@iname.com\u003e (with some small changes)\n  Changed KEY_KPx (keypad numerals) references to KEY_x, to avoid problems\n  when NumLock is off (suggested by Peter Missel \u003cpeter.missel@onlinehome.de\u003e)\n- Some cleanups at IR code\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "de03d21b908bd4c49f1fe7b0c4dc5876551cf819",
      "tree": "ff0891ef569bdb86dcf314add02e66d107e69045",
      "parents": [
        "01872c5d253298b9f360c7c9b9f33504b6ad5469"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Sun Jan 15 16:04:04 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jan 15 21:28:17 2006 -0200"
      },
      "message": "V4L/DVB (3388): tuner_params-\u003etda988x is currently unused, so disable\n\n- Tuner_params-\u003etda988x is unused right now, so let\u0027s disable it for 2.6.16\n- This is currently happening at the card level, but the plan\n  is to move this configuration into the tuner_params configuration.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "01872c5d253298b9f360c7c9b9f33504b6ad5469",
      "tree": "cc052006c006ecc652b1ce71f34c8fdbaf4a2377",
      "parents": [
        "18adfe7ac0777c3cc364cccb6823aafe2a009aa3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Sun Jan 15 15:47:02 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jan 15 21:26:44 2006 -0200"
      },
      "message": "V4L/DVB (3387): clean up some comments\n\n- clean up some comments\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "27487d44712aaa37710cc508d5bd6119f5e9f976",
      "tree": "474acfb51469cc730cd76ebdf6f34680b3809442",
      "parents": [
        "8f0bb9c069fc487dadebe4cdd1e03f0df5ebf0e6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Jan 15 15:04:52 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jan 15 21:25:32 2006 -0200"
      },
      "message": "V4L/DVB (3384): Separate tv \u0026 radio freqs, fix cb/freq transmit order for tuners that need this.\n\n- Moved MSP_SET_MATRIX to v4l2-common.h\n- Fix typos and integer overflows in tea5767.c\n- Split old freq field into a tv_freq and a radio_freq. Prevents\n  that a radio tuner is initialized with a tv frequency or vice versa.\n- When switching to radio mode initialize the tuner with the last\n  used radio frequency (this was already done for the TV mode).\n  As a result of these changes the tuner module now remembers the\n  last set radio and TV frequencies, which is what you would expect\n  to happen.\n- Move out of range frequencies to the closest valid frequency as per\n  v4l2 API spec.\n- Fix incorrect initial radio frequency (multiplier is 16000, not 16)\n- Add boundary check for out of range frequencies.\n- Use new flag to check if the order of the CB and freq. depends on\n  the last set frequency. That is needed for some tuners or you can\n  get static as a result. The flag is added for those tuners where I know\n  that the datasheet indicates that this is necessary.\n- For this new check use the last set div value, not the last frequency\n  as radio frequencies are always much higher due to the 16000 multiplier.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8f0bb9c069fc487dadebe4cdd1e03f0df5ebf0e6",
      "tree": "2c25c293b630518df67925368b00f3e94d1f7960",
      "parents": [
        "e0ad8486266c3415ab9c17f5c03c47edc7b93d7b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Sun Jan 15 12:46:18 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Sun Jan 15 21:24:34 2006 -0200"
      },
      "message": "V4L/DVB (3383): Move tda988x options into tuner_params struct.\n\n- Tda988x parameters should be defined per tuner_param_type,\nfor each tuner_params array member.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c943aa859c392eb4cc76d911daa1f261555075b2",
      "tree": "549d0648b6ad8e0467c9ee642aa978ae0e51c87e",
      "parents": [
        "b3d37042d7d33baf0247d1df31031e64427f39b3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Fri Jan 13 14:10:26 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Jan 13 14:10:26 2006 -0200"
      },
      "message": "V4L/DVB (3364): disable all dvb tuner param_types until we need them\n\n- Add param_type dvbs2\n- disable all dvb param_types, which will not\n  be needed until we merge dvb-pll.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b3d37042d7d33baf0247d1df31031e64427f39b3",
      "tree": "c7463cf80fbdfd5d09d4af4fed95d87bdcfbef92",
      "parents": [
        "7b0ac9cdd42b254ae2ec0f6c1cc6389655e4ba96"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "message": "V4L/DVB (3363): Add support for Samsung tuner TCPN 2121P30A\n\n- Add support for Samsung tuner TCPN 2121P30A, used in\n  Hauppauge PVR-500 cards.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7b0ac9cdd42b254ae2ec0f6c1cc6389655e4ba96",
      "tree": "c290ba6d44a608feb22e7d7af177a915419f88f3",
      "parents": [
        "f4efb4dbf21c78939e32d96cad145421c8b5f106"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Fri Jan 13 14:10:25 2006 -0200"
      },
      "message": "V4L/DVB (3359): Redesign tuners struct for maximum flexibility\n\n- Tunertype struct redefined to allow one or more tuner_params structs\n  per tuner definition, one for each video standard.\n- Each tuner_params struct has an element containing an arbitrary\n  amount of tuner_ranges.\n  (this is needed for dvb tuners - to be handled later)\n- A tuner_range may be referenced by multiple tuner_params structs.\n  There are many duplicates in here. Reusing tuner_range structs,\n  rather than defining new ones for each tuner, will cut down on\n  memory usage, and is preferred when possible.\n- tunertype struct contains an element, has_tda988x.\n  We must set this for all tunertypes that contain a tda988x\n  chip, and then we can remove this setting from the various\n  card structs.\n- Improves tuners array memory usage efficiency.\n- Right now, all tuners are using the first tuner_params[] array element\n  for analog mode. In the future, we will be merging similar tuner\n  definitions together, such that each tuner definition will have a\n  tuner_params struct for each available video standard. At that point,\n  the tuner_params[] array element will be chosen based on the video\n  standard in use.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f9195ded25a4e8fba09c67aa24b42cd98a242d7d",
      "tree": "61b4abb19b4ce4dc734b4a79fa90df241664b6f5",
      "parents": [
        "f167cb4e6ee07914b66eb85fc0bf006a409b6838"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Wed Jan 11 19:01:01 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Wed Jan 11 20:26:13 2006 -0200"
      },
      "message": "V4L/DVB (3347): Fixes some bad global variables\n\n- Debug global var is already used inside kernel, so renamed\ndebug to tuner_debug for the tuner module\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f167cb4e6ee07914b66eb85fc0bf006a409b6838",
      "tree": "11b888db404a404a9a918c841d06d65c21bc4c19",
      "parents": [
        "b2a17e47ceb82d23dbf5c5fb24b5377e21486dce"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Wed Jan 11 19:41:49 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Wed Jan 11 19:41:49 2006 -0200"
      },
      "message": "\n\nV4L/DVB (3345): Fixes some bad global variables\n\n\n- Debug global var is already used inside kernel.\n- v4l_dbg now expects the debug var\n- global vars inside msp34xx renamed to msp_*\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5b0fa4fff17d944b6a0d4cb35d8e8b5ad0ac3669",
      "tree": "1e31c64267ffabe37c733a00e09b91ba4453651a",
      "parents": [
        "d312a46e5340be6a89c662ac483230c0737148c9"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Mon Jan 09 18:21:37 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 18:21:37 2006 -0200"
      },
      "message": "V4L/DVB (3325): WSS output interface for av7110\n\n- Implemented v4l2 api for sliced vbi data output\nto pass WSS data from userspace to the av7110\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "cab462f716cdd522edc71436482d8734e8258489",
      "tree": "c3ec0ceaee9b5d61148afea728cc6c05e682856f",
      "parents": [
        "0680481c8e6260e1780a0900990531f0193b0dd4"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:53:26 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Jan 09 15:53:26 2006 -0200"
      },
      "message": "V4L/DVB (3307): Some cleanups at I2C modules\n\n- i2c names shorten\n- removed obsoleted flags on newer modules\n- small cleanups\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "fac9e89999a12f378112fe93764b30196bc03f46",
      "tree": "6daf5fee44efe3d878358d17fa9934139d0c7ade",
      "parents": [
        "0e7072ef6623c3dc58faf3f7310aba77b0a5845e"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:32:40 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:32:40 2006 -0200"
      },
      "message": "V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.\n\n\n- Convert diagnostics over to the new v4l2-common.h macros.\n- deprecated tuner_debug option, the new option is debug.\n- renamed cx25840_debug to debug.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "7e8b09ea1636e360a8fabebeaeb91c17f64e01b5",
      "tree": "ac850285b7fe128cc3a2a821a8b73bdf550a7f79",
      "parents": [
        "53b0a1c60bcc167534b31f56adfbbe2919e6f80b"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:32:40 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:32:40 2006 -0200"
      },
      "message": "V4L/DVB (3276): Added new diagnositics macros, convert msp3400 to the new macros.\n\n\n- Added new v4l_err, v4l_warn, v4l_info and v4l_dbg macros to\nv4l2-common.h for use in v4l-dvb i2c drivers. This ensures\na unique prefix for each device instance.\n- At a later stage these macros may be reimplemented using the\ndevice-generic macros from device.h.\n- Converted the msp3400 driver to the new macros.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "5e453dc757385ec892a818e4e3b5de027987ced9",
      "tree": "c6e5c4ffeb7557c6f3861f39cb4d28532dc3fe39",
      "parents": [
        "37bdfa06b6bbf085b55d64eb5d9ed112418ed5ad"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Jan 09 15:32:31 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:32:31 2006 -0200"
      },
      "message": "V4L/DVB (3269): ioctls cleanups.\n\n\n- Now, all internal ioctls are at v4l2-common.h\n- removed unused ioctl at saa6752hs.h\n- all debug ioctl code moved to v4l2-common.c\n- removed duplicated stuff from other cards\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "3578d3dd0b1e468a44a76a83efe90476a854625d",
      "tree": "2cd544f2aae9844821afdf90308048a800e961a1",
      "parents": [
        "21fa715e67fe57e404d7f5f39b7f18016db9e4b6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:25:41 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:41 2006 -0200"
      },
      "message": "V4L/DVB (3214): Calculate the saa7115 AMCLK regs instead of using fixed values\n\n- Calculate the audio master clock registers from the actual\nfrequencies. This simplifies the code and it also prepares\nfor adding CGC2 support.\n- VIDIOC_INT_AUDIO_CLOCK_FREQ now receives an u32 instead of\nan enum. It is more generic and actually easier to implement.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "a544521ef06ee7b8a3d82fa29627401196fda77a",
      "tree": "602154d687748d1f3e9255d50cdf36b679add581",
      "parents": [
        "66e33dee9e3062b1045afe23c4b8714c1004668c"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:25:39 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:39 2006 -0200"
      },
      "message": "V4L/DVB (3245): Added some comments about multiple tuner support.\n\n\n- Added some comments to make clearer how to use ioctl api to handle\nmultiple tuners at the same board.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "9bb13a6dc3a6f68c990264838ff0493d900c48d7",
      "tree": "274f9dfdcbbbff9f7a382df772a6f2efa9247cc7",
      "parents": [
        "e1bc80adaf801bf75ca176b9c1b60b3cceee1e03"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:37 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:37 2006 -0200"
      },
      "message": "V4L/DVB (3233): Fixed API to set I2S speed control\n\n\n- Created a new ioctl to control I2S speed. Old calls to an\ninadequate V4L2 API replaced.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "83ac8722be6d34b9bbcaabfff825d5847ce3a9d4",
      "tree": "2f5b1e111f7c988a0a5ce288e1c19e4159c31446",
      "parents": [
        "bc61b0102a53ee0ced3a8747cd4afe656a453756"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@m1k.net",
        "time": "Mon Jan 09 15:25:29 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:29 2006 -0200"
      },
      "message": "V4L/DVB (3196): correct Thomson DTT 761x frequency ranges\n\n\n- Corrected Thomson DTT 7611 tuner programming, based on spec sheet\n- renamed to Thomson DTT 761x\n- applies to DTT 7611 7611A 7612 7613 7613A 7614 7615 7615A\n(DTT 7610 is similar, but slightly different programming)\n- corrected frequency ranges for analog and digital modes\n\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "7e57819169d4f9a1d7af55fb645ece3fb981e2e3",
      "tree": "305775cb673de02f70aa6d169e2c0fa94b40d8e3",
      "parents": [
        "70f00044a2107a2c7d654bf1d3e0494f77777f47"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:27 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:27 2006 -0200"
      },
      "message": "V4L/DVB (3167): added ntsc parameter to tuner and more standardized debugs\n\n- Debug message changed to be coherent with other modules\n- added ntsc parameter\n- parameters moved to the beginning at the file\n- tuner_status moved to a better position.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "f98c55ea18e87905bdf69eb4a187e94572ed9494",
      "tree": "7e5c755c76bc268ed761735e8fe75d56fa661654",
      "parents": [
        "a82c51d59344117320eeda3715f93c0695a9fbe6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:25:18 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:18 2006 -0200"
      },
      "message": "V4L/DVB (3116): tda9887 improvements: better defaults, better configurability.\n\n- Set the tuner takeover point to 0x10 for NTSC/radio and 0x14 for PAL/SECAM.\n- Allow override through TDA9887_SET_CONFIG\n- PAL-N belongs with PAL-BG as does PAL-H. PAL-Nc belongs to PAL-M\n- Add SECAM-BGH\n- Set video freq to cVideoIF_38_90 for DK standards.\n- Add cTunerGainLow to radio, change deemphasis to 75 for mono.\n- Add ntsc module param for \u0027M\u0027 and \u0027J\u0027 (Japanese) standards.\n- Fix module handling for 2.4.\n- Now able to select all standards through pal/secam/ntsc module options\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "39e8f40da20a803a17e16304e73fd31050b1871c",
      "tree": "35b3736436840a47d222457619c6c4595020eebe",
      "parents": [
        "ade0836c8c3bf72edafd18d3256c4fd874a8236f"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:25:16 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:16 2006 -0200"
      },
      "message": "V4L/DVB (3105): Remove AUDC_CONFIG_PINNACLE horror, fix mt20xx radio support.\n\n- Remove AUDC_CONFIG_PINNACLE horror. This also fixes radio support\nfor mt20xx tuners.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "174329d951e2fe39f779d67e9488b7a7f15df69c",
      "tree": "bca52d63720bfb19346f4c7656bc939d65ccd5e6",
      "parents": [
        "26a0f5db8425fbcbd20e60c924c61592b2c132a6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Jan 09 15:25:10 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:10 2006 -0200"
      },
      "message": "V4L/DVB (3062): Fix wrong tuner.h define for tuner 46\n\n- Fix wrong tuner.h define for tuner 46 (it\u0027s a Panasonic, not a Microtune).\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "e142e5107f1e4103dad16e391a41166e15b66a9c",
      "tree": "6a6d138efbf9ace2fb2d2f541fc961dbd7bd8873",
      "parents": [
        "1faf11a3ed19d7d404fa867f572a1f23def9882e"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:03 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Jan 09 15:25:03 2006 -0200"
      },
      "message": "V4L (1021): Tuner description now follows the same CodingStyle as the others\n\n- Tuner description now follows the same CodingStyle as the others\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\n"
    },
    {
      "commit": "0feb9bfcfa3f9bf67a4a1e3f2608700ad73f92ed",
      "tree": "22c71657387b42787bc070502899a881ed909f39",
      "parents": [
        "d8d8f6a4fd635dcc9e4f946394c1fbde85eeab66",
        "ccf18968b1bbc2fb117190a1984ac2a826dac228"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 15:25:08 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 15:25:08 2006 -0800"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6\n"
    },
    {
      "commit": "367cb704212cd0c9273ba2b1e62523139210563b",
      "tree": "cda6402ea19e2b706ad8ac9a186f1e391ab3c6ea",
      "parents": [
        "20ede2741551d4a1d24313292beb0da915a55911"
      ],
      "author": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Fri Jan 06 21:17:50 2006 +0100"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Fri Jan 06 21:17:50 2006 +0100"
      },
      "message": "kbuild: un-stringnify KBUILD_MODNAME\n\nNow when kbuild passes KBUILD_MODNAME with \"\" do not __stringify it when\nused. Remove __stringnify for all users.\nThis also fixes the output of:\n\n$ ls -l /sys/module/\ndrwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia\ndrwxr-xr-x 4 root root 0 2006-01-05 14:24 pcmcia_core\ndrwxr-xr-x 3 root root 0 2006-01-05 14:24 \"processor\"\ndrwxr-xr-x 3 root root 0 2006-01-05 14:24 \"psmouse\"\n\nThe quoting of the module names will be gone again.\nThanks to GregKH + Kay Sievers for reproting this.\n\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "604f28e2b8d34cbaf08f0351374645f161335a82",
      "tree": "0f9183994b4fafa6ac58ce8e090fb8e2bf4869dd",
      "parents": [
        "a33ca23231a37e28d15da9546b1f3e83dc48284b"
      ],
      "author": {
        "name": "Laurent Riffard",
        "email": "laurent.riffard@free.fr",
        "time": "Sat Nov 26 20:43:39 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:23 2006 -0800"
      },
      "message": "[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11\n\nWe should use the i2c_driver.driver\u0027s .name and .owner fields\ninstead of the i2c_driver\u0027s ones.\n\nThis patch updates the drivers/media/video and usb/media drivers.\n\nSigned-off-by: Laurent Riffard \u003claurent.riffard@free.fr\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "674434c691e10015660022fc00b04985a23ef87b",
      "tree": "d4768ec66f479902791e0704512aa8d85261073f",
      "parents": [
        "afd1a0c9ac281eed3b22b293ccd92af7b0d60889"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Dec 12 00:37:28 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Dec 12 08:57:44 2005 -0800"
      },
      "message": "[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4\n\nClean up whitespaces at v4l/dvb files\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "afd1a0c9ac281eed3b22b293ccd92af7b0d60889",
      "tree": "686c03cf1a1a2efb1fba6dc6e682fbb48edc7c58",
      "parents": [
        "808824b5f73e361503420ee318ca9689781da034"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Mon Dec 12 00:37:27 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Dec 12 08:57:44 2005 -0800"
      },
      "message": "[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3\n\nClean up whitespaces at v4l/dvb files\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f95006f89576cac504323daa53157013bf099fc9",
      "tree": "1ee888856e45f1f6c9546fae5e64341674b9d320",
      "parents": [
        "0fe22865ddee524017a1012528b0e15475acc942"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu Dec 01 00:51:42 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:58 2005 -0800"
      },
      "message": "[PATCH] V4L: Add workaround for Hauppauge PVR150 with certain NTSC tuner models\n\nAdd workaround for Hauppauge PVR150 hardware problem with tuner models 85, 99\nand 112 (model numbers as reported by tveeprom).  The audio standard\nautodetection does not always work correctly for these models.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ca0ea980697d3b3c3d5c13ba7e525ed6c434756",
      "tree": "db5d423db74e88ce836588bb77ab8ae77649b5f8",
      "parents": [
        "759324c3c4b8d63203d7ea41b56553330bc0df06"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu Dec 01 00:51:27 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 01 15:48:57 2005 -0800"
      },
      "message": "[PATCH] V4L: tveeprom MAC address parsing/cleanup\n\n- Added a mac address field to the tveeprom structure.\n\n- allow callers to query the MAC address.\n\n- removed some redundant eeprom parsing code in cx88-cards.c (specific to\n  Hauppauge DVB products) Instead, placed calls directly to the single eeprom\n  parsing function in tveeprom.c\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b2f0648ffda862d53f04f0a05979f3fa530d63c9",
      "tree": "a8c92c46604becc46a49ac267aecc69e3575a9e8",
      "parents": [
        "419d4e753a5dbd6e19ad45cb4045ac213f15eac4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sun Nov 13 16:07:55 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:19 2005 -0800"
      },
      "message": "[PATCH] v4l: (945) adds a new include for internal v4l2 ioctls and api\n\nAdds a new include for internal V4L2 ioctls and API\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "633323ffffae91c3f22a08e0185fbfd3fae2a825",
      "tree": "086f2767deefcd011aceffdd966c39ea0ea1aa18",
      "parents": [
        "8069695c9e7da7ab7cd8ee749e8d5aa9e6e0660b"
      ],
      "author": {
        "name": "Bill Pechter",
        "email": "pechter@gmail.com",
        "time": "Sun Nov 13 16:07:50 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:18 2005 -0800"
      },
      "message": "[PATCH] v4l:: (936) Support for sabrent bt848 version\n\nSupport for Sabrent bt848 version.\n\nSigned-off-by: Bill Pechter \u003cpechter@gmail.com\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8069695c9e7da7ab7cd8ee749e8d5aa9e6e0660b",
      "tree": "f5e7208c2b9fd261d12424816388a736d500c987",
      "parents": [
        "800d3c6f90b61cc82b09db635b59c00b1c460728"
      ],
      "author": {
        "name": "Ricardo Cerqueira",
        "email": "v4l@cerqueira.org",
        "time": "Sun Nov 13 16:07:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:18 2005 -0800"
      },
      "message": "[PATCH] v4l: (935) Moved common IR stuff to ir-common.c\n\n- The pinnacle handler \u0026 remote are common to saa7134 PCI boards and em28xx\n  USB boards, so the keymap was moved to ir-common and the keyhandler is back\n  to ir-kbd-i2c\n\n- request_module(\"ir-kbd-i2c\") is no longer necessary at saa7134-core since\n  saa7134.ko now depends on ir-kbd-i2c.ko to get the keyhandler\n\nSigned-off-by: Ricardo Cerqueira \u003cv4l@cerqueira.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90e9df7f186876584b938e01fcf7f40a50c950b9",
      "tree": "630e9515da682fc1a29006ec89a9f008f1c4ae02",
      "parents": [
        "12b0e1df5c10a094a4475439a484307478c4c607"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t.online.de",
        "time": "Tue Nov 08 21:38:42 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:30 2005 -0800"
      },
      "message": "[PATCH] V4L: 904: added dvb support for tda8275a philips tiger reference design\n\nAdded dvb support for tda8275a (Philips Tiger reference design)\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t.online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "22ae2550f65bc322e6bdeff9d3948bbb5e0a9b67",
      "tree": "397c1ebd3d2b10e909c97ff1f9f119e20b4cc910",
      "parents": [
        "b296fc6017e0ec6bc6cd0f40275f268035eb6b8b"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:38:38 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:29 2005 -0800"
      },
      "message": "[PATCH] v4l: 899: remove media id.h\n\n- Removed media id.h file\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ad07d93ae7884a72a293eb4efb61a872f109ebd5",
      "tree": "d519e95b55af9b93b5460a821984f16a7a057d66",
      "parents": [
        "6cffcc23d2837295604033d884d1ad259d0aed57"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:38:36 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:29 2005 -0800"
      },
      "message": "[PATCH] v4l: 897: saa7146 fix\n\n- Fixing headers to compile cleanly.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "01cb9633e1b294c604c2dfa01dcac95daf775213",
      "tree": "aa4a0310a57b12b0749d1dd6fba327b8f5228709",
      "parents": [
        "95736034df751631657140aebe677e67d7522867"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:38:00 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:23 2005 -0800"
      },
      "message": "[PATCH] v4l: 826: unify whitespaces\n\n- Unify whitespaces.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "79436633dbced18aa348f8669ef507109f851303",
      "tree": "46e90aa4e1ebdca2ec5e97bab09e90f06bee1b49",
      "parents": [
        "de48eebce8b63dbae7272ee80f4fe0eaddb61278"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:21 2005 -0800"
      },
      "message": "[PATCH] v4l: 809: some changes to allow compiling cx88 and saa7134\n\n- Some changes to allow compiling cx88 and saa7134 without V4L1 support.\n- This patch will help obsoleting V4L1 API.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "de48eebce8b63dbae7272ee80f4fe0eaddb61278",
      "tree": "aa6a750b39c44732801e31ec0cc235f34b2c2b22",
      "parents": [
        "4c0772a9e1fdd5972751993c58d0ac2a427ceb24"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t.online.de",
        "time": "Tue Nov 08 21:37:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:21 2005 -0800"
      },
      "message": "[PATCH] v4l: 806: add support for tda8275a\n\n- Add support for tda8275a\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t.online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "4ac97914c6c35f6bf132071c718e034d0846b9f5",
      "tree": "98c7eb827bb8ba99730ed89d32703a30448fd813",
      "parents": [
        "a8900fc242406f25f315190a6d650f1d54617c2f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:43 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:20 2005 -0800"
      },
      "message": "[PATCH] v4l: 800: whitespace cleanups\n\n- Whitespace Cleanups.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ae1adc6ed93d55a27523f395284940fbe056401",
      "tree": "8e8ccbed3d907c82b27154ff73d701d5f1782f14",
      "parents": [
        "71633c05724d85f1afb87629bb96fdf2ef18b41f"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:37:39 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:19 2005 -0800"
      },
      "message": "[PATCH] v4l: 795: new config option for tda9887 to specifically set intercarrier\n\n- New config option for tda9887 to specifically set intercarrier\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d5e5265315770bda46c50ecaa64e2b9790f2064c",
      "tree": "5c92fa1125dee3f766bd06f18840ce78bf0cd861",
      "parents": [
        "da45a2a5b96afd7188c058a55eb2917d6524c0cf"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:37:32 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:18 2005 -0800"
      },
      "message": "[PATCH] v4l: 784: several improvement on i2c ir handling for em2820\n\n- Several Improvement on I2C IR handling for em2820:\n        - moved Pinnacle IR table (ir_codes_em2820) to em2820-input.c\n        - IR struct renamed and moved to a header file.\n        - New file to handle em2820-specific IR.\n        - Some cleanups.\n        - attach now detects I2C IR and calls em2820-specific IR code\n        - IR compat code moved to compat.h\n        - New header with struct IR_i2c there, to allow it to be\n          used by board-specific input handlers.\n\n- Some improvements at em28xx board detection:\n        - Board detection message improved to show interface and class.\n        - Now it doesn\u0027t touch audio interfaces.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "40c717ff48b2c91091a69de0e28c02a43e9b0c7c",
      "tree": "66f5806ae6bb7cf111ecae428b356d5c44cca992",
      "parents": [
        "c365864faf8c68db9d1a64d4356758da9f206ff1"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Nov 08 21:37:21 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:17 2005 -0800"
      },
      "message": "[PATCH] v4l: 763: include newer i2c id at linux include media id h\n\n- Include newer I2C ID at  ../linux/include/media/id.h:\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e976f93725ce16b4a493d40a6dd3bccbd74b9a8a",
      "tree": "a50459ae4835b8371469a918deb5f93a65594114",
      "parents": [
        "cf583ac40d06825bc850dc4f47627d7661aaa4f8"
      ],
      "author": {
        "name": "Kirk Lapray",
        "email": "kirk.lapray@gmail.com",
        "time": "Tue Nov 08 21:37:04 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:14 2005 -0800"
      },
      "message": "[PATCH] v4l: 712: added analog support for ati hdtv wonder\n\n- Added analog support for ATI HDTV Wonder\n\nSigned-off-by: Kirk Lapray \u003ckirk.lapray@gmail.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@m1k.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "90a7ed47a37297bee1f4ce11484190ccac29ae7c",
      "tree": "e249153546133913bc53b71c5f2717c53d937530",
      "parents": [
        "6af90ab5e7a9111a861fde33726ae960d30915f0"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Nov 08 21:36:56 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:13 2005 -0800"
      },
      "message": "[PATCH] v4l: 702: included audio chips enum\n\n- Included audio chips enum\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "70b6934a6c6b5f242a42978f3c5e4f45d476dddb",
      "tree": "4dc11b5d2936953cf13ea335c6c56845dd26b991",
      "parents": [
        "058afaf80932445fb33f957d29758479a65932ce"
      ],
      "author": {
        "name": "Nickolay V. Shmyrev",
        "email": "nshmyrev@yandex.ru",
        "time": "Tue Nov 08 21:36:50 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:12 2005 -0800"
      },
      "message": "[PATCH] v4l: 691: set if of tda8275 according to tv norm\n\n- Set IF of tda8275 according to tv norm.\n\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "20f441f6900d786606583263d89653c48c7093a8",
      "tree": "4986a94daa7ae92782883c59cabbcce45ec40e53",
      "parents": [
        "372dffdb4b2d23e94b657d2321c16c4c86df45d2"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Tue Nov 08 21:36:44 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 09 07:56:11 2005 -0800"
      },
      "message": "[PATCH] v4l: 685: update the tveeprom tuner list with the tuner\n\n- Update the tveeprom tuner list with the tuner\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Nickolay V. Shmyrev \u003cnshmyrev@yandex.ru\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@brturbo.com.br\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "93df3413f1b4c437b93c5b64562632f4f0e2b3ca"
}
