)]}'
{
  "log": [
    {
      "commit": "7271e60a950b3677f136a31e084bc4b0463c7018",
      "tree": "4657584e9362e1915aa0e39b8357076209dacea8",
      "parents": [
        "b3733034f113a4119f734b84e94180a42c8bc1a1"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon May 26 16:08:40 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Mon May 26 16:08:40 2008 +0200"
      },
      "message": "tuner: Do not alter i2c_client.name\n\nThe tuner driver used to change i2c_client.name for its own needs, but\nit really shouldn\u0027t, as this field is used by i2c-core to do the\ndevice/driver matching. So, create and use a separate field for the\ntuner driver needs.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "46cb69ccdf76bf3649a249f6e626c5adc3c2f572",
      "tree": "6d91ed10b18f5d9a1eefc07f20ad195b822fe1c1",
      "parents": [
        "9d8df6aa9b1ca74127b11537d91de492dbea666a"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Wed May 21 06:32:11 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed May 21 16:55:59 2008 -0700"
      },
      "message": "missing dependencies on HAS_DMA\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "81b2dbcad86732ffc02bad87aa25c4651199fc77",
      "tree": "6c956c561fbaaa7e04ef612695bf5d3d0b5faef2",
      "parents": [
        "babd90b274e6b43a7dc7bb08562bf566cbabdbf8"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Tue May 20 09:53:52 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue May 20 10:12:26 2008 -0700"
      },
      "message": "Fix a deadlock in the bttv driver\n\nvidiocgmbuf() does this:\n        mutex_lock(\u0026fh-\u003ecap.vb_lock);\n        retval \u003d videobuf_mmap_setup(\u0026fh-\u003ecap, gbuffers, gbufsize,\n                                     V4L2_MEMORY_MMAP);\n\nand videobuf_mmap_setup() then just does\n        mutex_lock(\u0026q-\u003evb_lock);\n        ret \u003d __videobuf_mmap_setup(q, bcount, bsize, memory);\n        mutex_unlock(\u0026q-\u003evb_lock);\n\nwhich is an obvious double-take deadlock.\n\nThis patch fixes this by having vidiocgmbuf() just call the\n__videobuf_mmap_setup function instead.\n\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nReported-by: Koos Vriezen \u003ckoos.vriezen@gmail.com\u003e\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "3e5b787ac38575c88ceb20619bcda09cb4c17d8b",
      "tree": "e1617b8c3fa243d919912bebeca7a89840532d34",
      "parents": [
        "026bf9bbcf88f31ea619eb46cf9d62beade00821",
        "70455e790391dac85d9b483a9e286a40df1ecc7f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun May 18 13:56:54 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun May 18 13:56:54 2008 -0700"
      },
      "message": "Merge branch \u0027i2c-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6\n\n* \u0027i2c-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6:\n  i2c/max6875: Really prevent 24RF08 corruption\n  i2c-amd756: Fix functionality flags\n  i2c: Kill the old driver matching scheme\n  i2c: Convert remaining new-style drivers to use module aliasing\n  i2c: Switch pasemi to the new device/driver matching scheme\n  i2c: Clean up Blackfin BF527 I2C device declarations\n  i2c-nforce2: Disable the second SMBus channel on the DFI Lanparty NF4 Expert\n  i2c: New co-maintainer\n"
    },
    {
      "commit": "af294867a52bf718df835a688e8c786d550bee26",
      "tree": "9800d202fd40ba2f8978d3138e28319460038802",
      "parents": [
        "238a871e41ffbd9ba6608cac7c8b74549ac3bb9b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun May 18 20:49:40 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Sun May 18 20:49:40 2008 +0200"
      },
      "message": "i2c: Convert remaining new-style drivers to use module aliasing\n\nUpdate all the remaining new-style i2c drivers to use standard module\naliasing instead of the old driver_name/type driver matching scheme.\n\nNote that the tuner driver is a bit quirky at the moment, as it\noverwrites i2c_client.name with arbitrary strings. We write \"tuner\"\nback on remove, to make sure that driver cycling will work properly,\nbut there may still be troublesome corner cases.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "9a6ab769bdacc65e7d4e931034e12e02c357c4d3",
      "tree": "d6ba863882e3243865dbeb0093b3412baff4cb58",
      "parents": [
        "f26a3988917913b3d11b2bd741601a2c64ab9204"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Fri May 16 11:20:25 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 16 12:01:45 2008 -0700"
      },
      "message": "byteorder: don\u0027t directly include linux/byteorder/generic.h\n\nUse asm/byteorder.h instead.\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c2b7bbea83b239b1877f3cafe0cdcbbd08e65648",
      "tree": "131fbb1b98d948908268d8252c97848a4f81c44d",
      "parents": [
        "2ea336dc117098ef917ca9a19e911d15490587cc"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 05:08:19 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:47 2008 -0300"
      },
      "message": "V4L/DVB (7900): pvrusb: Fix Kconfig if DVB\u003dm V4L_core\u003dy\n\nAs reported by Ingo Molnar:\n\nx86.git testing found the following build failure:\n\n  drivers/built-in.o: In function `pvr2_dvb_feed_thread\u0027:\n  pvrusb2-dvb.c:(.text+0x127e78): undefined reference to `dvb_dmx_swfilter\u0027\n  drivers/built-in.o: In function `pvr2_dvb_adapter_exit\u0027:\n  pvrusb2-dvb.c:(.text+0x128357): undefined reference to `dvb_net_release\u0027\n  pvrusb2-dvb.c:(.text+0x12836f): undefined reference to `dvb_dmxdev_release\u0027\n  [...]\n\nwith this config:\n\n  CONFIG_VIDEO_PVRUSB2\u003dy\n  CONFIG_DVB_CORE\u003dm\n\ni.e. pvrusb2 is built-in, dvb-core is modular.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2ea336dc117098ef917ca9a19e911d15490587cc",
      "tree": "90d88eb689d1fde9627af885cde43c2fb1cda855",
      "parents": [
        "039d40019f3c5e26ea50ec5af4270189f63365e1"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 04:57:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:47 2008 -0300"
      },
      "message": "V4L/DVB (7899): Fixes a few remaining Kbuild issues at common/tuners\n\n- MEDIA_ATTACH now applies also for V4L;\n\n- select a FW_LOADER dependent driver should happen only if HOTPLUG;\n\n- apply the common tuner dependency to all tuners. This helps to avoid latter\n  issues.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "039d40019f3c5e26ea50ec5af4270189f63365e1",
      "tree": "b113e4a66cf9e8790e645b90b818cda4f64e6148",
      "parents": [
        "ee04e0faad386141f52dd812f220a2f0d128f1c6"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 04:36:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:47 2008 -0300"
      },
      "message": "V4L/DVB (7898): Fix VIDEO_MEDIA Kconfig logic\n\nIf one of DVB_CORE or VIDEO_DEV is a module, the modules that can be used by\nboth DVB and V4L cores should also be a module, otherwise, it will break its\ndependencies. This Kconfig logic implements the following:\n\nCONFIG_VIDEO_DEV        CONFIG_DVB_CORE         CONFIG_VIDEO_MEDIA\n        N                       N                       N\n        N                       M                       M\n        N                       Y                       Y\n        M                       N                       M\n        M                       M                       M\n        M                       Y                       M\n        Y                       N                       Y\n        Y                       M                       M\n        Y                       Y                       Y\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ee04e0faad386141f52dd812f220a2f0d128f1c6",
      "tree": "4301c69b00b0913adf333c4a9683ac51bc780f4d",
      "parents": [
        "48723543aff1f46091840222490ded5fe09c0e37"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue May 13 01:25:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:46 2008 -0300"
      },
      "message": "V4L/DVB (7895): tveeprom: update Hauppauge analog audio and video decoders\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "48723543aff1f46091840222490ded5fe09c0e37",
      "tree": "ce076b78ecae43f7ae22849277db6d496780cc8b",
      "parents": [
        "07c87a833e9ef92280ed24ab85cd4eb49cbca9c0"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat May 10 14:34:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:46 2008 -0300"
      },
      "message": "V4L/DVB (7893): xc5000: bug-fix: allow multiple devices in a single system\n\nThe current code passes a context pointer in the xc5000_config struct.\nThis context pointer is used in the tuner_callback function, used to\nreset the device after firmware download.\n\nThe xc5000_config struct is a static structure, whose .priv member was\nbeing assigned before calling xc5000_attach().  If there are more than\none of the same device type installed on a single system, the last one\nto assign xc5000_config.priv will \"win\", and all others will cease to\nfunction properly.\n\nThis patch passes the context pointer in xc5000_attach() rather that\nstoring it within the static struct xc5000_config.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "07c87a833e9ef92280ed24ab85cd4eb49cbca9c0",
      "tree": "58ba6654998600742c352f12ed5ed1967e1f598e",
      "parents": [
        "cba627a51a26eaed3526c423f5fd0410dd721ae2"
      ],
      "author": {
        "name": "Andy Walls",
        "email": "awalls@radix.net",
        "time": "Mon May 12 15:01:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:45 2008 -0300"
      },
      "message": "V4L/DVB (7891): cx18/ivtv: fix open() kernel oops\n\nUpon error conditions in cx18/ivtv_probe(), the code at the \u0027err:\u0027 label\nleaves a NULL entry in cx18/ivtv_cards[]. This can cause a NULL pointer\nde-reference in cx18/ivtv_v4l2_open() which is fixed by this patch.\n\nSigned-off-by: Andy Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cba627a51a26eaed3526c423f5fd0410dd721ae2",
      "tree": "36467948e6f261e74fce44e4d66a1bb7cbb2a594",
      "parents": [
        "1d081601315f5c9b9537b702bcb2c8d96fc089ef"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon May 12 14:48:26 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:45 2008 -0300"
      },
      "message": "V4L/DVB (7890): cx18: removed bogus and confusing conditional\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1d081601315f5c9b9537b702bcb2c8d96fc089ef",
      "tree": "411676a88aea377b764d34043573b5d021b539c2",
      "parents": [
        "6b13cf164958a18436075fdae31f8bd9442353fa"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon May 12 14:45:19 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:45 2008 -0300"
      },
      "message": "V4L/DVB (7889): cx18: improve HVR-1600 detection.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6b13cf164958a18436075fdae31f8bd9442353fa",
      "tree": "7d981334ff09b94f589678fc87f7d4a28fa5637a",
      "parents": [
        "9dcbf35afb7359466efdf7fb81ee32f3ae2d56a3"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon May 12 14:00:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:44 2008 -0300"
      },
      "message": "V4L/DVB (7888): cx18: minor card definition updates.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9dcbf35afb7359466efdf7fb81ee32f3ae2d56a3",
      "tree": "d53d41ed5a683e56e9e3dc3ad1789153ffa9297b",
      "parents": [
        "6db6ae2165863e26b7f41af54a8cf1ef9051a608"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon May 12 13:57:18 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:44 2008 -0300"
      },
      "message": "V4L/DVB (7887): cx18: fix Compro H900 analog support.\n\nTuner, S-Video and Composite are all working for the Compro H900.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6db6ae2165863e26b7f41af54a8cf1ef9051a608",
      "tree": "8f9c86554cf35efeacbf47e9a4c9ea9e773e8576",
      "parents": [
        "c1d6861b5178c184d78ae5f239cbaa9c2c63dd72"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Mon May 12 20:34:02 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:43 2008 -0300"
      },
      "message": "V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.c\n\npatch 779169257208 made the variable mask unnecessary.\nThis patch just removes the declaration.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c1d6861b5178c184d78ae5f239cbaa9c2c63dd72",
      "tree": "17529d36c8dad0673a18fc02c6a3fb704cb34801",
      "parents": [
        "671294719628f1671faefd4882764886f8ad08cb"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t-online.de",
        "time": "Thu May 08 22:57:20 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:43 2008 -0300"
      },
      "message": "V4L/DVB (7880): saa7134: remove explicit GPIO initialization\n\nThis causes a problem with the audio mute on some cards and is done\nimplictly in the audio initialization code.\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "671294719628f1671faefd4882764886f8ad08cb",
      "tree": "1ab78d1a5f31facdf0566f0f631cc110662eb74c",
      "parents": [
        "9426954277aa57e0417d89bfe3e0964d6901cfa3"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 07:23:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:43 2008 -0300"
      },
      "message": "V4L/DVB(7879): Adding cx18 Support for mxl5005s\n\nAdding cx18 Support\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9426954277aa57e0417d89bfe3e0964d6901cfa3",
      "tree": "aba3ebd6a7ef0af10683430607da87bcc0d79830",
      "parents": [
        "77ad55ec2159735b1b88a006a90f8dd2ffe291ca"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 08 12:14:40 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:42 2008 -0300"
      },
      "message": "V4L/DVB(7878): mxl55005s: Makefile and Kconfig additions\n\nMakefile and Kconfig additions\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "77ad55ec2159735b1b88a006a90f8dd2ffe291ca",
      "tree": "7d97884b3999ef643df029a2ab702a5295bc73b1",
      "parents": [
        "7fa2a1462fe0a258fb629f8447f31c1b3a6d6c68"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat May 03 14:28:43 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:41 2008 -0300"
      },
      "message": "V4L/DVB(7877): mxl5005s: Ensure debug is off\n\nEnsure debug is off\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7fa2a1462fe0a258fb629f8447f31c1b3a6d6c68",
      "tree": "7d2608346dc8e0726ba76f9db836fe605102ba87",
      "parents": [
        "90257e787faaf5ebfaa1839917e4dc6c5c104c14"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat May 03 14:25:55 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:41 2008 -0300"
      },
      "message": "V4L/DVB(7876): mxl5005s: Remove incorrect copyright holders\n\nI was informed by Jan Hoogenraad that two people needed to be removed\nfrom the original copyright comments.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "90257e787faaf5ebfaa1839917e4dc6c5c104c14",
      "tree": "5fd11ab92dd50169e62ed293423a5ac7777ebd28",
      "parents": [
        "c6c34b1ffd40e00191e05bf0ef543a35ccd7d75d"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat May 03 14:21:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:40 2008 -0300"
      },
      "message": "V4L/DVB(7875): mxl5005s: Remove redundant functions\n\nRemove redundant functions\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c6c34b1ffd40e00191e05bf0ef543a35ccd7d75d",
      "tree": "6b92c788611558f79ee2e7c60aec81a31c0f0a33",
      "parents": [
        "66321ba94f59ea7ba6f4451c51e171f5b30f1fd7"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat May 03 14:14:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:40 2008 -0300"
      },
      "message": "V4L/DVB(7874): mxl5005s: Fix function statics\n\nFix function statics\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "66321ba94f59ea7ba6f4451c51e171f5b30f1fd7",
      "tree": "e123b36605c2d9cdff8be1ae605559edfcd10c94",
      "parents": [
        "d211017b954436bfc516e93d839e8746ec2bbbfe"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Sat May 03 13:51:11 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:40 2008 -0300"
      },
      "message": "V4L/DVB(7873): mxl5005s: Fix header includes.\n\nEnsure we have the correct .h dependencies included.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d211017b954436bfc516e93d839e8746ec2bbbfe",
      "tree": "59bd8a24f36992fc72e2b259f5657319ccda7082",
      "parents": [
        "48937295a63b4e81db907605afcbd81e0464b00f"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 19:35:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:39 2008 -0300"
      },
      "message": "V4L/DVB(7872): mxl5005s: checkpatch.pl compliance\n\n4 exceptions where the code would read very ugly otherwise.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "48937295a63b4e81db907605afcbd81e0464b00f",
      "tree": "7ac1544b2a4a413289b386fab93b64e1d09f86fa",
      "parents": [
        "5c1b20514f592af19974166f130b85346c1fbf3a"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 07:15:38 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:39 2008 -0300"
      },
      "message": "V4L/DVB(7871): mxl5005s: Re-org code and update copyrights\n\nRe-org code and update copyrights\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5c1b20514f592af19974166f130b85346c1fbf3a",
      "tree": "3d2a55ccbe6e84555b5a4931cd9d5eef7b9edac1",
      "parents": [
        "7f5c3affef2883f49e820db62413e1dff1d4cebb"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 07:04:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:39 2008 -0300"
      },
      "message": "V4L/DVB (7870): mxl5005s: Basic digital support.\n\nATSC and QAM should be working but basic testing is required.\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7f5c3affef2883f49e820db62413e1dff1d4cebb",
      "tree": "3d01284b2e4dfbdbf2988aaf673b97e3b1eb7577",
      "parents": [
        "8c66a19d45fb5b88abf10678db353f35179a2cde"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 06:51:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:38 2008 -0300"
      },
      "message": "V4L/DVB(7869): mxl5005s: Cleanup #6\n\nCleanup #6\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8c66a19d45fb5b88abf10678db353f35179a2cde",
      "tree": "f97e9f45dd11df1e276aca89ab0e8b1601baa4f3",
      "parents": [
        "85d220d03b70180b9958b29d43e99c7135f00654"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 06:35:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:38 2008 -0300"
      },
      "message": "V4L/DVB (7868): mxl5005s: Cleanup #5\n\nCleanup #5\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "85d220d03b70180b9958b29d43e99c7135f00654",
      "tree": "01e5968adc0fbb2939cad7b1091a4c00b3eb1200",
      "parents": [
        "3935c25484bc632b12c447e19c4eacbf5de5f7ae"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 05:48:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:38 2008 -0300"
      },
      "message": "V4L/DVB (7867): mxl5005s: Cleanup #4\n\nCleanup #4\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3935c25484bc632b12c447e19c4eacbf5de5f7ae",
      "tree": "fbc54f9a5598037b05650ca50b96fefaaee9bc43",
      "parents": [
        "a8214d48e6d41f3a16c1023ca4f30bbd140ba756"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 05:45:44 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:37 2008 -0300"
      },
      "message": "V4L/DVB (7866): mxl5005s: Cleanup #3\n\nCleanup #3\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a8214d48e6d41f3a16c1023ca4f30bbd140ba756",
      "tree": "b75eb3be887e4a6e3f95195132e4603af9406a74",
      "parents": [
        "2637d5b498b979b46a01690d22ecca1e5b79b903"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 05:02:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:37 2008 -0300"
      },
      "message": "V4L/DVB (7865): mxl5005s: Cleanup #2\n\nCleanup #2\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2637d5b498b979b46a01690d22ecca1e5b79b903",
      "tree": "9a9a743b1949e4d86b8364d96dda3468e40b3091",
      "parents": [
        "52c99bda04d8bb1fb390821695b0f9efc1e1db44"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 05:01:31 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:37 2008 -0300"
      },
      "message": "V4L/DVB (7864): mxl5005s: Cleanup #1\n\nCleanup #1\n\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "52c99bda04d8bb1fb390821695b0f9efc1e1db44",
      "tree": "32848f7543334e688e28d5b513d5de7c4702c8c6",
      "parents": [
        "e4671b6bc0b5b488adc5acbcfcbfa6661abec94e"
      ],
      "author": {
        "name": "Steven Toth",
        "email": "stoth@hauppauge.com",
        "time": "Thu May 01 04:57:01 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:56:33 2008 -0300"
      },
      "message": "V4L/DVB (7862): Add mxl5505s driver for MaxiLinear 5505 chipsets\n\nInitial check-in of the original driver to establish history.\n\nSigned-off-by: Chia-Ling Lu Developer \u003cchialing@realtek.com.tw\u003e\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e4671b6bc0b5b488adc5acbcfcbfa6661abec94e",
      "tree": "4d9be7abdbaaa3a74ea81e73b4b30e4499aeb385",
      "parents": [
        "6d8425b1e38f69e349818299f245d35fb5c3a7d5"
      ],
      "author": {
        "name": "Matthias Schwarzott",
        "email": "zzam@gentoo.org",
        "time": "Wed Apr 30 12:21:04 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:12 2008 -0300"
      },
      "message": "V4L/DVB (7861): mt312: Prefix functions only with mt312_, Add zl10313 to kconfig description\n\nThis patch does some small cleanup to mt312.\nIt changes kconfig description to also list the ZL10313.\n\nIt does change some strange symbol names to be consistent with\nmodule name mt312 and naming of all other functions in there.\n* vp310_mt312_ops -\u003e mt312_ops\n* vp310_mt312_attach -\u003e mt312_attach\n\nAdds a MODULE_AUTHOR for me\n\nSigned-off-by: Matthias Schwarzott \u003czzam@gentoo.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "7fb0fd05b2f03065ca4743e8c7446ec86329c4c8",
      "tree": "6e27c0ae77b87cd07603baac60ad76b806270f62",
      "parents": [
        "91e64c884295c7347f9ea78347d5a5e2df2441f6"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Mon May 05 14:12:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:11 2008 -0300"
      },
      "message": "V4L/DVB (7859): mt9v022: fix a copy-paste error in comment\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "91e64c884295c7347f9ea78347d5a5e2df2441f6",
      "tree": "0b8b255ecf3bfb20ee6ddd174fd167ed63712268",
      "parents": [
        "4ed83b51d3669628d970c2fea604064d2e0ac6af"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Mon May 05 13:57:50 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:10 2008 -0300"
      },
      "message": "V4L/DVB (7858): video: build fix for drivers/media/video/mt9v022.c\n\nx86.git testing found the following build bug on latest -git:\n\n  CC [M]  drivers/media/video/mt9v022.o\n  drivers/media/video/mt9v022.c: In function \u0027bus_switch_request\u0027:\n  drivers/media/video/mt9v022.c:199: error: implicit declaration of function \u0027gpio_is_valid\u0027\n  drivers/media/video/mt9v022.c:201: error: implicit declaration of function \u0027gpio_request\u0027\n  drivers/media/video/mt9v022.c:207: error: implicit declaration of function \u0027gpio_direction_output\u0027\n  drivers/media/video/mt9v022.c:211: error: implicit declaration of function \u0027gpio_free\u0027\n  drivers/media/video/mt9v022.c: In function \u0027bus_switch_act\u0027:\n  drivers/media/video/mt9v022.c:237: error: implicit declaration of function \u0027gpio_set_value_cansleep\u0027\n  make[2]: *** [drivers/media/video] Error 2\n  make[1]: *** [drivers/media] Error 2\n  make[1]: *** Waiting for unfinished jobs....\n  make: *** [drivers] Error 2\n\nwith this config:\n\n   http://redhat.com/~mingo/misc/config-Sat_May__3_16_08_39_CEST_2008.bad\n\nthe bug was that the driver uses GPIO functionality but only includes\nthe GPIO interface definitions for the CONFIG_MT9M001_PCA9536_SWITCH\ncase, which was not set in this config.\n\nThe quick fix seems to be to include linux/gpio.h unconditionally. (this\nseems like a small cleanup as well as it removes and #ifdef is more\nrobust than an inclusion of asm/gpio.h) Not tested too much yet, so\nplease have another look in any case.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4ed83b51d3669628d970c2fea604064d2e0ac6af",
      "tree": "49165a5f58f9dd4c689a00f4a80248299b906497",
      "parents": [
        "50510993e0452e0941fd03f63aa08256dd9c7fdc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Mon Apr 28 15:39:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:10 2008 -0300"
      },
      "message": "V4L/DVB (7857): make itd1000_fre_values[] static const\n\nitd1000_fre_values[] can become static const.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "50510993e0452e0941fd03f63aa08256dd9c7fdc",
      "tree": "47a0a0e0f8f2229cabcd1627a5189520e6106af3",
      "parents": [
        "3f98387efa9333c5765d36e144c47c107d6ba64a"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Mon May 05 18:25:22 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:09 2008 -0300"
      },
      "message": "V4L/DVB (7856): cx18/: possible cleanups\n\nThis patch contains the following possible cleanups:\n- cx18-i2c.c should #include \"cx18-i2c.h\" for getting the prototypes of\n  it\u0027s global functions\n- make the following needlessly global functions static:\n  - cx18-fileops.c:cx18_claim_stream()\n  - cx18-fileops.c:cx18_release_stream()\n  - cx18-queue.c:cx18_queue_move()\n- remove the following unused functions:\n  - cx18-driver.c:cx18_waitq()\n  - cx18-queue.c:cx18_buf_copy_from_user()\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nReviewed-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3f98387efa9333c5765d36e144c47c107d6ba64a",
      "tree": "b5c8f515aecf306b0e0b6087458d221d9411f6cb",
      "parents": [
        "6a4a79355bfa9ae6977556595a68f2e3a0e143f7"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu May 01 10:31:12 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:09 2008 -0300"
      },
      "message": "V4L/DVB (7854): cx18/ivtv: improve and fix out-of-memory handling\n\n- don\u0027t show kernel backtrace when the allocation of the buffers fails: the\n  normal ivtv/cx18 messages are clear enough and the backtrace scares users.\n- fix cleanup after the buffer allocation fails (caused kernel panic).\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6a4a79355bfa9ae6977556595a68f2e3a0e143f7",
      "tree": "63955ce42d873cb9b21e467b7a91a670b2f4f80a",
      "parents": [
        "feb5bce24ed4d90c0a5710a669072c778a2c5148"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu May 01 09:34:54 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:09 2008 -0300"
      },
      "message": "V4L/DVB (7853): ivtv/cx18: fix compile warnings\n\nFix compile warnings if MODULE is not defined.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "feb5bce24ed4d90c0a5710a669072c778a2c5148",
      "tree": "96ecf2f5844dfdd409baa0baa01dad673cb54f09",
      "parents": [
        "755a18baad393836c88ce92c3b7198c70e2e3205"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Thu May 01 09:22:13 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:08 2008 -0300"
      },
      "message": "V4L/DVB (7852): ivtv: prefix ivtv external functions with ivtv_\n\nFix conflict with cx18 driver.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "755a18baad393836c88ce92c3b7198c70e2e3205",
      "tree": "cf08eb2c4a5d23f6d9ee1a18146ec7740bbeb817",
      "parents": [
        "ec44c9aed0eddceaef3c6b4d23f6d7702ec57b4d"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 06 14:09:01 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:08 2008 -0300"
      },
      "message": "V4L/DVB (7851): Fix FW_LOADER depencency at v4l/dvb\n\nSince:\n1) FW_LOADER is defined as:\n\nconfig FW_LOADER\n        tristate \"Userspace firmware loading support\"\n        depends on HOTPLUG\n\n2) several V4L/DVB driver just selects it;\n\n3) select is not smart enough to auto-select HOTPLUG, if select FW_LOADER.\n\nSo, All drivers that select FW_LOADER should also depend on HOTPLUG.\n\nAn easier solution (for the end-user perspective) would be to \"select HOTPLUG\".\nHowever, live is not simple. This would cause recursive dependency issues like\nthis one:\n\ndrivers/usb/Kconfig:62:error: found recursive dependency: USB -\u003e USB_OHCI_HCD\n-\u003e I2C -\u003e MEDIA_TUNER -\u003e MEDIA_TUNER_XC2028 -\u003e HOTPLUG -\u003e PCCARD -\u003e PCMCIA -\u003e\nUSB_ARCH_HAS_HCD -\u003e MOUSE_APPLETOUCH -\u003e USB\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ec44c9aed0eddceaef3c6b4d23f6d7702ec57b4d",
      "tree": "418590cd30cff68963b619128a9ad94e009d7ac1",
      "parents": [
        "eabcaf32041fcd04672049e76124bd4cd63b1cbf"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 06 13:46:12 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:08 2008 -0300"
      },
      "message": "V4L/DVB (7849): cx88: fix Kconfig depencencies for FW_LOADER\n\ncx88 doesn\u0027t need support for FW_LOADER. Instead, this is required only for\ncx88-blackbird.\n\nAlso, cx88-blackbird depends on HOTPLUG, due to FW_LOADER dependency.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "eabcaf32041fcd04672049e76124bd4cd63b1cbf",
      "tree": "d3a8ddcbb6f2a6335872a9b90d7e7385033ed430",
      "parents": [
        "3929c0f9acc62a2fee99387b3cb58fd2a3668cd3"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 06 13:44:03 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:07 2008 -0300"
      },
      "message": "V4L/DVB (7848): Fix dependencies for tuner-xc2028 and em28xx-dvb\n\nem28xx-dvb doesn\u0027t need FW_LOADER. Instead, tuner-xc2028 needs to select\nFW_LOADER.\n\nAlso, this can happen only if HOTPLUG is selected, since FW_LOADER\nis dependent on HOTPLUG.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3929c0f9acc62a2fee99387b3cb58fd2a3668cd3",
      "tree": "c77007cf50807edc659e0011c514edd0e8618d16",
      "parents": [
        "fdbbfb092cee0d826cba96df51f56c0e22cae579"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 06 12:38:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:07 2008 -0300"
      },
      "message": "V4L/DVB (7847): Simplifies Kconfig rules\n\nSince all tuners are dependent of I2C, move I2C dependency to MEDIA_TUNER.\nAlso, simplifies the dependencies for the other Kconfig items.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fdbbfb092cee0d826cba96df51f56c0e22cae579",
      "tree": "0e46c0a22c5f821c8808bebd9abb80655520f03c",
      "parents": [
        "4bd5d1071ddbb35ae545c7738e6411e50ce28b17"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 06 12:35:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:07 2008 -0300"
      },
      "message": "V4L/DVB (7846): Re-creates VIDEO_TUNER\n\nVIDEO_TUNER is responsible for compilation of tuners.ko module. This were the\nprevious behaviour before the creation of MEDIA_TUNER.\n\nBefore this patch, tuner.ko were created even for drivers that don\u0027t need a\ntuner (like webcam drivers).\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4bd5d1071ddbb35ae545c7738e6411e50ce28b17",
      "tree": "44ea03fd76a2aa8838b005c349f0838c11820b1c",
      "parents": [
        "10ed0bf4af00c25590e8bfca344d8dec5c3637ae"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 21:32:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:06 2008 -0300"
      },
      "message": "V4L/DVB (7844): tda18271: add tda_fail macro to log error cases\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "10ed0bf4af00c25590e8bfca344d8dec5c3637ae",
      "tree": "e7f926ff1cc5e3c4e06f3710ebe911cad7dafa46",
      "parents": [
        "20f4206379260e3ca02c8ee57bc3da9b0c7d09da"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 20:26:47 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:06 2008 -0300"
      },
      "message": "V4L/DVB (7843): tda18271: fix error handling in tda18271c1_rf_tracking_filter_calibration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "20f4206379260e3ca02c8ee57bc3da9b0c7d09da",
      "tree": "6dddf12d0c9d7f820eec81172de39f707a81603c",
      "parents": [
        "31940e3966b6cf3bb3e535ffa1cb97b16edd555b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 19:57:06 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:05 2008 -0300"
      },
      "message": "V4L/DVB (7842): tda18271: fix error handling in tda18271c2_rf_tracking_filters_correction\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "31940e3966b6cf3bb3e535ffa1cb97b16edd555b",
      "tree": "d36788ef6e12674a7188e0d5ddf7a5a9c0030816",
      "parents": [
        "9c41d456e2936ea3aafa07d431c5963799f9659e"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 19:37:27 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:05 2008 -0300"
      },
      "message": "V4L/DVB (7841): tda18271: fix error handling in tda18271_channel_configuration\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9c41d456e2936ea3aafa07d431c5963799f9659e",
      "tree": "17a2509bb5ed34e0a5b363987406c0f085bcb560",
      "parents": [
        "c151c32fd7d8f5ca7dcd35430f2e625181c48d66"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 18:18:48 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:05 2008 -0300"
      },
      "message": "V4L/DVB (7840): tda18271: make tda18271_set_standby_mode less verbose for basic debug\n\nOnly show debug from tda18271_set_standby_mode if DBG_ADV is set.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c151c32fd7d8f5ca7dcd35430f2e625181c48d66",
      "tree": "8f2fa8ff952c83b7d2fb09b4ecfe66b519de7cd4",
      "parents": [
        "24124f784bfec447f5cb9e64ed337afb57f0fca5"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun May 04 17:54:23 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:04 2008 -0300"
      },
      "message": "V4L/DVB (7839): tda18271: abort rf band calibration loop on errors\n\nAbort rf band calibration loop for the TDA18271HD/C2 if an error is detected.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "24124f784bfec447f5cb9e64ed337afb57f0fca5",
      "tree": "c906064ee43a1ea488e65c40e589ff8cb30de7f9",
      "parents": [
        "d35fccaffd095e79691cd07a49a36867cb275b72"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat May 03 19:28:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:04 2008 -0300"
      },
      "message": "V4L/DVB (7838): tda18271: fix error handling in tda18271c2_rf_cal_init path\n\nfix error handling in tda18271c2_rf_cal_init immediate path\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d35fccaffd095e79691cd07a49a36867cb275b72",
      "tree": "a9b6995cc39827cf486c70e6b3aab1ca11df8a57",
      "parents": [
        "dc9d522a1358bfb87e9ed8718cc1e4d5141a5468"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat May 03 18:20:21 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:04 2008 -0300"
      },
      "message": "V4L/DVB (7837): tda18271: fix error handling in init and sleep paths\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dc9d522a1358bfb87e9ed8718cc1e4d5141a5468",
      "tree": "8d5fadd974f23020dbf71e87fede13cc50e88938",
      "parents": [
        "696b9562df15795facf9ffbd470983e776fa6c19"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sun May 04 20:32:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:03 2008 -0300"
      },
      "message": "V4L/DVB (7836): cinergyT2 build fix\n\nx86.git testing found the following build bug in v2.6.26-rc1:\n\n  drivers/built-in.o: In function `cinergyt2_probe\u0027:\n  cinergyT2.c:(.text+0xb6117): undefined reference to `input_allocate_device\u0027\n  cinergyT2.c:(.text+0xb6230): undefined reference to `input_register_device\u0027\n  cinergyT2.c:(.text+0xb623d): undefined reference to `input_free_device\u0027\n\nwith the following config:\n\n  http://redhat.com/~mingo/misc/config-Sun_May__4_22_06_54_CEST_2008.bad\n\nThe reason for the bug is that the cinergyT2 driver depends on\nCONFIG_INPUT functionality, but if INPUT is modular it\u0027s still possible\nto build CONFIG_DVB_CINERGYT2\u003dy - which leads to missing symbols.\n\nThe solution is to make DVB_CINERGYT2 dependent on INPUT.\n\n[ This solves the build problem - i have not tested the driver on this card. ]\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "696b9562df15795facf9ffbd470983e776fa6c19",
      "tree": "cc5b9a1eb1bc5dc462b0fe95fe7ce191bf4c236f",
      "parents": [
        "28dd15b4334c2ded53d7738160861aa16304b8fd"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Mon May 05 19:20:42 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:03 2008 -0300"
      },
      "message": "V4L/DVB (7835): multimedia/video: fix au0828 Kconfig\n\nFix undefined references in au0828:\n  depends on USB and select VIDEO_TVEEPROM\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "28dd15b4334c2ded53d7738160861aa16304b8fd",
      "tree": "6b0640df79b910bd11541b5f8e709553be358886",
      "parents": [
        "f686d8c3b53c7b105330b5292ff5d44bb04e4971"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Sat May 03 21:23:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:03 2008 -0300"
      },
      "message": "V4L/DVB (7834): build fix for drivers/media/video/au0828\n\nx86.git testing found the following build failure in v2.6.26-rc1:\n\n  MODPOST 424 modules\n  ERROR: \"tveeprom_hauppauge_analog\" [drivers/media/video/au0828/au0828.ko] undefined!\n  ERROR: \"tveeprom_read\" [drivers/media/video/au0828/au0828.ko] undefined!\n\nwith this config:\n\n  http://redhat.com/~mingo/misc/config-Sat_May__3_22_28_58_CEST_2008.bad\n\nthis patch does what other video drivers do to utilize the\nVIDEO_TVEEPROM functionality (and this resolves the build problem) - but\ni have not checked it on real hardware and i have not checked whether\nthe fix is complete.\n\nselections, so some items might still be missing - just not triggered\nwith this specific config.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f686d8c3b53c7b105330b5292ff5d44bb04e4971",
      "tree": "28f7662cb122af1c46118095242f1923e4ea1ae3",
      "parents": [
        "71a35fe2a345eb3704e1f1b4da65451d3e2b8c2e"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon May 05 21:08:28 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:02 2008 -0300"
      },
      "message": "V4L/DVB (7832): xc5000: MEDIA_TUNER_XC5000 must select FW_LOADER\n\nFix the following build error:\n\ndrivers/built-in.o: In function `xc_load_fw_and_init_tuner\u0027:\nxc5000.c:(.text+0x2dacd): undefined reference to `request_firmware\u0027\nxc5000.c:(.text+0x2daf0): undefined reference to `release_firmware\u0027\nxc5000.c:(.text+0x2db85): undefined reference to `release_firmware\u0027\nmake[1]: *** [.tmp_vmlinux1] Error 1\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "71a35fe2a345eb3704e1f1b4da65451d3e2b8c2e",
      "tree": "5222b0da35875a3351af2990f333a181030a09c9",
      "parents": [
        "fa146c6dceffa68fa12f8d0b797ab9753fa1c792"
      ],
      "author": {
        "name": "Robert Schedel",
        "email": "r.schedel@yahoo.de",
        "time": "Sat May 03 12:58:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:02 2008 -0300"
      },
      "message": "V4L/DVB (7830): dvb_ca_en50221: Fix High CPU load in \u0027top\u0027 due to budget_av slot polling\n\nThis change addresses kernel bug #10459: In kernel 2.6.25 the\nbudget_av driver polls for an CI slot in 100ms intervals (because no\ninterrupt solution for budget_av cards is feasible due to HW reasons).\nIf no CI/CAM is connected to the DVB card, polling times out only after 250ms.\nThis periodic polling leads to high CPU load.\n\nThe change increases the polling interval for empty slots from 100ms to 5s.\nIntervals for remaining slot states (invalid, in progress, ready) are unchanged,\nas they are either temporary conditions or no timeout should occur.\n\nSigned-off-by: Robert Schedel \u003cr.schedel@yahoo.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fa146c6dceffa68fa12f8d0b797ab9753fa1c792",
      "tree": "90770b4a895d3eb9d943c6fb73f084aa539a9494",
      "parents": [
        "36396c893272a577eafad40630a609ccd36d20ea"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Fri May 02 16:20:10 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:02 2008 -0300"
      },
      "message": "V4L/DVB (7829): cx23885: remove remaining references to dvb-pll\n\nThe cx23885 driver used to use dvb-pll for LG-TDVS-H064F support on the\nFusionHDTV5 Express.  This has since been converted to use tuner-simple\ninstead, once digital tuning support was added to tuner-simple.\n\nSince cx23885 no longer uses dvb-pll, remove the #include \"dvb-pll.h\",\nand the DVB_PLL Kconfig selection.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "36396c893272a577eafad40630a609ccd36d20ea",
      "tree": "82dd013246844662deb0f566706d80ccafbb9925",
      "parents": [
        "3c3852cda6e0c557f5e0915b5451510c1acd64a2"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Fri May 02 16:14:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:00 2008 -0300"
      },
      "message": "V4L/DVB (7828): cx23885: update model matrix for Hauppauge WinTV HVR-1200 \u0026 WinTV HVR-1700\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3c3852cda6e0c557f5e0915b5451510c1acd64a2",
      "tree": "0f20f3bdba8dd6c8307804efc9762883278919f8",
      "parents": [
        "74ee05109c9d6ae2dfe1b462592d3854ddbf1f6a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Fri May 02 16:12:44 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:00 2008 -0300"
      },
      "message": "V4L/DVB (7827): cx23885: add missing subsystem ID for Hauppauge HVR-1200 OEM\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "74ee05109c9d6ae2dfe1b462592d3854ddbf1f6a",
      "tree": "606089b86b99573b5c201854afcd4a27a9837170",
      "parents": [
        "ef69c8e88bafdeb896395fa5379a4b8c6a10bb08"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu May 01 18:02:30 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:00 2008 -0300"
      },
      "message": "V4L/DVB (7823): em28xx: add additional usb subids for Hauppauge HVR-950\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ef69c8e88bafdeb896395fa5379a4b8c6a10bb08",
      "tree": "3daac47bbcb02fb0ef7f9e2e0ddb94e898ddbc3c",
      "parents": [
        "b7eccc404f399ab93ed128e51ca5d6e0e5115dd2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu May 01 02:17:24 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:54:00 2008 -0300"
      },
      "message": "V4L/DVB (7813): Fix compilation, when V4L1_COMPAT is disabled\n\nThis driver uses some sysfs helper functions that are available only for legacy\ndrivers. It also requires linux/mm.h.\n\nThis patch fixes compiliation when not in compat mode.\n\nThanks to Ingo Molnar for identifying this issue.\n\nAcked-by: Jaime Velasco Juan \u003cjsagarribay@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b7eccc404f399ab93ed128e51ca5d6e0e5115dd2",
      "tree": "1233bc67d94b3f2bee0cfbfc9c9de48dffe69500",
      "parents": [
        "b4edcc9083af9444b288ee9e14cab28b29dc3636"
      ],
      "author": {
        "name": "Guennadi Liakhovetski",
        "email": "g.liakhovetski@gmx.de",
        "time": "Wed Apr 30 09:21:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:59 2008 -0300"
      },
      "message": "V4L/DVB (7810): soc_camera: mt9v022 and mt9m001 depend on I2C\n\nBoth mt9v022 and mt9m001 cameras are controlled over the I2C bus.\nRespectively, their drivers require I2C to be built successfully.\nThanks to Ingo Molnar for reporting the build-breakage.\n\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b4edcc9083af9444b288ee9e14cab28b29dc3636",
      "tree": "9a2a661cc004f7b7e2f841cf713df979039e4bab",
      "parents": [
        "0590d91c413fb5144608d69f50710064360aeec8"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Apr 30 12:36:09 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:59 2008 -0300"
      },
      "message": "V4L/DVB (7808): cx23885: fix kbuild dependencies\n\nThanks to Ingo Molnar for finding this.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0590d91c413fb5144608d69f50710064360aeec8",
      "tree": "2463f92e8957f3f901361690017081759d4a20f8",
      "parents": [
        "6430a5a368208ae6c4bcd13e1f06460c96af66be"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 18:14:36 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:59 2008 -0300"
      },
      "message": "V4L/DVB (7807): cx88: Fix error handling, when dvb_attach() fails\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6430a5a368208ae6c4bcd13e1f06460c96af66be",
      "tree": "dc9c51fa3ed3c5f61ed939e73914ee5dc4628eb9",
      "parents": [
        "f50090fc947e82464b4a033c9eff1898cb0676b5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 18:13:46 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:58 2008 -0300"
      },
      "message": "V4L/DVB (7806): em28xx: dvb_unregister_frontend() shouldn\u0027t be called, if not registered yet\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f50090fc947e82464b4a033c9eff1898cb0676b5",
      "tree": "cf71ad1e1424791bf1a284764e5491db1b785568",
      "parents": [
        "b538d28c2e326ed226096408dce4d9469d7ffa39"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 18:13:05 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:58 2008 -0300"
      },
      "message": "V4L/DVB (7805): saa7134: dvb_unregister_frontend() shouldn\u0027t be called, if not registered yet\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b538d28c2e326ed226096408dce4d9469d7ffa39",
      "tree": "10ec81016de1f846479d6450bc5c9f10aa4bffcc",
      "parents": [
        "09fee5f8211fc0a586187c4a0db7f5f42a4e333f"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 15:45:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:58 2008 -0300"
      },
      "message": "V4L/DVB (7804): tea5767: Fix error logic\n\nAs pointed by Andrew Morton, the error testing were wrong. After reviewing\ntea5767, it were returning a positive value for errors.\n\nSo, the double errors were cancelling each other.\n\nThis patch fix it properly. It also considers any positive value as ok, on\ntuner-core.\n\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "09fee5f8211fc0a586187c4a0db7f5f42a4e333f",
      "tree": "6af12a771b9483e233138e5f31c2fff6f9f88388",
      "parents": [
        "d557dab5de82edfe5bab9a1964dfc5cf2b2b6833"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 15:29:57 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:57 2008 -0300"
      },
      "message": "V4L/DVB (7802): tuner: Failures at tuner_attach were producing OOPS\n\nAs reported by Mike Galbraith \u003cefault@gmx.de\u003e:\n\n[   13.666587] TUNER: Unable to find symbol tda829x_probe()\n[   13.674638] tuner\u0027 1-004b: chip found @ 0x96 (saa7133[0])\n[   13.691175] DVB: Unable to find symbol tda9887_attach()\n[   13.698968] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000\n[   13.709509] IP: [\u003cffffffff80302934\u003e] strlcpy+0x11/0x36\n[   13.711135] PGD be167067 PUD be140067 PMD 0\n[   13.711137] Oops: 0000 [1] SMP\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d557dab5de82edfe5bab9a1964dfc5cf2b2b6833",
      "tree": "77f38043c0dc54811daf791a998513e2e8988a30",
      "parents": [
        "a1355e530173021099d0401f3294414382189dbd"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 15:27:55 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:57 2008 -0300"
      },
      "message": "V4L/DVB (7801): saa7134: detach frontend, if tuner or Diseqc attach fails\n\nBefore this patch, an error at tuner or diseqc were discarded by the driver.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a1355e530173021099d0401f3294414382189dbd",
      "tree": "0f4ebb25112980998c847ca89458d47463f52ab7",
      "parents": [
        "9604006d283fb67dda5ee9e0e15b7cc6c62e1557"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Apr 30 11:40:17 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed May 14 02:53:56 2008 -0300"
      },
      "message": "V4L/DVB (7800): tuner_symbol_probe(): don\u0027t do symbol_put() if symbol_request() failed\n\nBecause it goes BUG.\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nAcked-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ae429083efe996ca2c569c44fd6fea440676dc33",
      "tree": "85bc4b8d0e0ac034a751b652210f908ec33cc24f",
      "parents": [
        "60b129d7bfa3e20450816983bd52c49bb0bc1c21"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun May 11 20:37:06 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@hyperion.delvare",
        "time": "Sun May 11 20:37:06 2008 +0200"
      },
      "message": "i2c: Convert some more new-style drivers to use module aliasing\n\nUpdate 3 more new-style i2c drivers to use standard module aliasing\ninstead of the old driver_name/type driver matching scheme. These\nvideo drivers aren\u0027t used yet so converting them is trivial.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "f7c83a0aaa772f8d0189fa197d77c762caaa367a",
      "tree": "2de2d9d15ebe97cff24e7ed9fc0c6db4065f9551",
      "parents": [
        "8e1bf9ffb1aca693e3cf4a4f7144c8f70c8a08b0"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Apr 30 09:48:07 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 08 10:55:23 2008 -0700"
      },
      "message": "Fix drivers/media build for modular builds\n\nFix allmodconfig build bug introduced in latest -git by commit\n7c91f0624a9 (\"V4L/DVB(7767): Move tuners to common/tuners\"):\n\n  LD      kernel/built-in.o\n  LD      drivers/built-in.o\n  ld: drivers/media/built-in.o: No such file: No such file or directory\n\nwhich happens if all media drivers are modular:\n\n  http://redhat.com/~mingo/misc/config-Wed_Apr_30_09_24_48_CEST_2008.bad\n\nIn that case there\u0027s no obj-y rule connecting all the built-in.o files and\nthe link tree breaks.\n\nThe fix is to add a guaranteed obj-y rule for the core vmlinux to build.\n(which results in an empty object file if all media drivers are modular)\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cb6969e8cdef39e613b1755eff595f830b89bc82",
      "tree": "bc3c9f88b85c1f62a07da422033c37c6d3195fa6",
      "parents": [
        "8594303a7abc1a117b1d91412ce9b3d77ed35d02"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue May 06 20:42:32 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 08 10:46:55 2008 -0700"
      },
      "message": "misc: fix integer as NULL pointer warnings\n\ndrivers/md/raid10.c:889:17: warning: Using plain integer as NULL pointer\ndrivers/media/video/cx18/cx18-driver.c:616:12: warning: Using plain integer as NULL pointer\nsound/oss/kahlua.c:70:12: warning: Using plain integer as NULL pointer\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: Neil Brown \u003cneilb@suse.de\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a8b1ecf3d5c48ebde9fed61c7a682b2270e09d2b",
      "tree": "a637278d2a98afebb4b34674ad417226881a3f69",
      "parents": [
        "a1f2aa1be2f7a6883ba46faa53ed82595dee2a06"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Tue May 06 20:42:29 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu May 08 10:46:55 2008 -0700"
      },
      "message": "fix irq flags in saa7134\n\nSome files in the drivers/media/video/saa7134 directory uses \"int\" for flags.\nThis can cause hard to find bugs on some architectures.  This patch converts\nthe flags to use \"long\" instead.\n\nThis bug was discovered by doing an allyesconfig make on the -rt kernel where\nchecks are done to ensure all flags are of size sizeof(long).\n\nSigned-off-by: Steven Rostedt \u003csrostedt@redhat.com\u003e\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ca72cddfcb6afd75a808da4f027325fa63a1b856",
      "tree": "3d6a983c0e70967ef22a5b6e4d39f0bcfb78fa54",
      "parents": [
        "5167464446e527b5a3b5618ba0baff93048bcbbe"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Apr 30 11:50:11 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 30 08:36:04 2008 -0700"
      },
      "message": "fix drivers/media/common/tuners/ build bug\n\nx86.git randconfig testing found a build failure on latest -git:\n\n drivers/built-in.o: In function `set_type\u0027:\n tuner-core.c:(.text+0x2a9a26): undefined reference to `tea5761_attach\u0027\n tuner-core.c:(.text+0x2a9d05): undefined reference to `tda9887_attach\u0027\n tuner-core.c:(.text+0x2a9d51): undefined reference to `xc2028_attach\u0027\n tuner-core.c:(.text+0x2a9e22): undefined reference to `tda829x_attach\u0027\n tuner-core.c:(.text+0x2a9e3f): undefined reference to `microtune_attach\u0027\n drivers/built-in.o: In function `tuner_probe\u0027:\n tuner-core.c:(.text+0x2aa18a): undefined reference to `tda829x_probe\u0027\n tuner-core.c:(.text+0x2aa302): undefined reference to `tea5761_autodetection\u0027\n\nwith the following config:\n\n http://redhat.com/~mingo/misc/config-Wed_Apr_30_10_21_40_CEST_2008.bad\n\nthe problem is caused by the drivers/media/common/tuners/ subdirectory\nnot being part of the kbuild hierarchy anymore, due to commit\n7c91f0624 (\"V4L/DVB(7767): Move tuners to common/tuners\").\n\nthis seems similar to the problem also reported by Mike Galbraith.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nAcked-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "bdf4bbaaee3d4b8f555658333cbce1affe9070fb",
      "tree": "e85af55f310d5bd9391cc374bc32def7c5458046",
      "parents": [
        "354a1f4d99240f53980275416ca3e1ac2ee73d5d"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Wed Apr 30 00:54:55 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 30 08:29:53 2008 -0700"
      },
      "message": "Add macros similar to min/max/min_t/max_t\n\nAlso, change the variable names used in the min/max macros to avoid shadowed\nvariable warnings when min/max min_t/max_t are nested.\n\nSmall formatting changes to make all the macros have a similar form.\n\n[akpm@linux-foundation.org: coding-style fixes]\n[akpm@linux-foundation.org: fix v4l build]\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cbzolnier@gmail.com\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Tejun Heo \u003chtejun@gmail.com\u003e\nCc: Michael Buesch \u003cmb@bu3sch.de\u003e\nCc: \"John W. Linville\" \u003clinville@tuxdriver.com\u003e\nCc: Miklos Szeredi \u003cmiklos@szeredi.hu\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Arnaldo Carvalho de Melo \u003cacme@ghostprotocols.net\u003e\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ba7cc365f50cee0758e89217875e56ca3d972ed3",
      "tree": "ea2e818d5b01bc01f45d0bc41f7b02a48e52ed0c",
      "parents": [
        "c17bf5db76f19211eaed4d01614414f179a06554"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 03:19:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 00:22:18 2008 -0300"
      },
      "message": "V4L/DVB (7798): tuners/Kconfig: Change config name and help to reflect dynamic load for tuners\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c17bf5db76f19211eaed4d01614414f179a06554",
      "tree": "97295c6e403966865f94d2bd9910f29929712eb9",
      "parents": [
        "dab2ea48dcd3f75fda7ea25479666693321636be"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 02:17:14 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 00:22:16 2008 -0300"
      },
      "message": "V4L/DVB (7794): cx88: Fix a warning\n\ndrivers/media/video/cx88/cx88-i2c.c: In function \u0027attach_inform\u0027:\ndrivers/media/video/cx88/cx88-i2c.c:102: warning: unused variable \u0027tun_setup\u0027\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dab2ea48dcd3f75fda7ea25479666693321636be",
      "tree": "a428c70c32c98aa1313d5d3eb1b4ea8b87fb6dcd",
      "parents": [
        "16928be301b0881f7b7afcf95e0ee7dc3214de8d"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@crashcourse.ca",
        "time": "Mon Apr 28 20:16:20 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 00:22:15 2008 -0300"
      },
      "message": "V4L/DVB (7792): ivtv: correct misspelled \"HIMEM4G\" to \"HIGHMEM4G\" in error message\n\nSigned-off-by: Robert P. J. Day \u003crpjday@crashcourse.ca\u003e\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "16928be301b0881f7b7afcf95e0ee7dc3214de8d",
      "tree": "52e733f4404e3c73800f3e7a338538e6030715cc",
      "parents": [
        "ff138171ec6f84f311fe8c0395ad7f9e6d04feec"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Apr 28 12:18:00 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Apr 30 00:22:13 2008 -0300"
      },
      "message": "V4L/DVB (7791): ivtv: POLLHUP must be returned on eof\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ff138171ec6f84f311fe8c0395ad7f9e6d04feec",
      "tree": "7ad0ecafefb46988a6f8a69fd3fd6c43afa7b7d0",
      "parents": [
        "33ae0cdd3eaba219e7c2f0647b6db4be540e2130"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 23:02:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 23:02:33 2008 -0300"
      },
      "message": "V4L/DVB (7789b): Fix merge conflicts\n\nSome Kconfig names were changed. This patch reapplies the rename script,\nfixing for those drivers merged after the patch that renamed those\nitems.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2d5e3e8d28a7820de1eb7b18a7c15d645bb26992",
      "tree": "e6af4574977947de83e670dad1f71505b249fe1c",
      "parents": [
        "b57ab7632b8fc1eef139bbbb7a89002be61f99e1",
        "aed6abd662c2903733bea7fcd3856c306e650680"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 29 14:53:40 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 29 14:53:40 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb: (28 commits)\n  V4L-DVB(7789a): cx18: fix symbol conflict with ivtv driver\n  V4L/DVB (7789): tuner: remove static dependencies on analog tuner sub-modules\n  V4L/DVB (7785): [2.6 patch] make mt9{m001,v022}_controls[] static\n  V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chip\n  V4L/DVB (7783): drivers/media/dvb/frontends/s5h1420.c: printk fix\n  V4L/DVB (7782): pvrusb2: Driver is no longer experimental\n  V4L/DVB (7781): pvrusb2-dvb: include dvb support by default and update Kconfig help text\n  V4L/DVB (7780): pvrusb2: always enable support for OnAir Creator / HDTV USB2\n  V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug\n  Rename common tuner Kconfig names to use the same\n  Fix V4L/DVB core help messages\n  V4L/DVB (7769): Move other terrestrial tuners to common/tuners\n  V4L/DVB (7768): reorganize some DVB-S Kconfig items\n  V4L/DVB(7767): Move tuners to common/tuners\n  V4L/DVB (7766): saa7134: add another PCI ID for Beholder M6\n  V4L/DVB (7765): Add support for Beholder BeholdTV H6\n  V4L/DVB (7763): ivtv: add tuner support for the AverMedia M116\n  V4L/DVB (7762): ivtv: fix tuner detection for PAL-N/Nc\n  V4L/DVB (7761): ivtv: increase the DMA timeout from 100 to 300 ms\n  V4L/DVB (7759): ivtv: increase version number to 1.2.1\n  ...\n"
    },
    {
      "commit": "aed6abd662c2903733bea7fcd3856c306e650680",
      "tree": "fee80dfdbf3a19bdc79c37efec4ec69989ff5e32",
      "parents": [
        "a07c8779fd212dcbad886a2824ef5f8b42cd5a06"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 21:38:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:42 2008 -0300"
      },
      "message": "V4L-DVB(7789a): cx18: fix symbol conflict with ivtv driver\n\nLD      drivers/media/video/built-in.o\ndrivers/media/video/cx18/built-in.o: In function `get_service_set\u0027:\n/home/v4l/tokernel/git/drivers/media/video/cx18/cx18-ioctl.c:118: multiple definition of `get_service_set\u0027\ndrivers/media/video/ivtv/built-in.o:/home/v4l/tokernel/git/drivers/media/video/ivtv/ivtv-ioctl.c:119: first defined here\ndrivers/media/video/cx18/built-in.o: In function `expand_service_set\u0027:\n/home/v4l/tokernel/git/drivers/media/video/cx18/cx18-ioctl.c:92: multiple definition of `expand_service_set\u0027\ndrivers/media/video/ivtv/built-in.o:/home/v4l/tokernel/git/drivers/media/video/ivtv/ivtv-ioctl.c:92: first defined here\ndrivers/media/video/cx18/built-in.o: In function `service2vbi\u0027:\n/home/v4l/tokernel/git/drivers/media/video/cx18/cx18-ioctl.c:44: multiple definition of `service2vbi\u0027\ndrivers/media/video/ivtv/built-in.o:/home/v4l/tokernel/git/drivers/media/video/ivtv/ivtv-ioctl.c:42: first defined here\nmake[2]: ** [drivers/media/video/built-in.o] Erro 1\nmake[1]: ** [drivers/media/video] Erro 2\nmake: ** [drivers/media/] Erro 2\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a07c8779fd212dcbad886a2824ef5f8b42cd5a06",
      "tree": "cabdff372f14dcb24673e3d675affd53564e9a10",
      "parents": [
        "4407a463dd6afc892aedfbdc4237c42136d9f848"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Apr 29 03:54:19 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:42 2008 -0300"
      },
      "message": "V4L/DVB (7789): tuner: remove static dependencies on analog tuner sub-modules\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4407a463dd6afc892aedfbdc4237c42136d9f848",
      "tree": "d97f63e564c5c3594aec947e4ba1e21685daafd6",
      "parents": [
        "1c1e45d17b663d4749af456ab7c2fc1f36405ef8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Mon Apr 28 17:13:51 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:42 2008 -0300"
      },
      "message": "V4L/DVB (7785): [2.6 patch] make mt9{m001,v022}_controls[] static\n\nThis patch makes the needlessly global mt9{m001,v022}_controls[] static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1c1e45d17b663d4749af456ab7c2fc1f36405ef8",
      "tree": "03704d6fd888c4c617baa81a60df0d80815b2607",
      "parents": [
        "d74bee8b4776b5051c650a90f49a2022d46d8588"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Mon Apr 28 20:24:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:41 2008 -0300"
      },
      "message": "V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chip\n\nMany thanks to Steve Toth from Hauppauge and Nattu Dakshinamurthy from\nConexant for their support. I am in particular thankful to Hauppauge\nsince without their help this driver would not exist. It should also\nbe noted that Steve did the work to get the DVB part up and running.\nThank you!\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Steven Toth \u003cstoth@hauppauge.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: G. Andrew Walls \u003cawalls@radix.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d74bee8b4776b5051c650a90f49a2022d46d8588",
      "tree": "88262925db70219b38f3e6bf197df7e40fa74e15",
      "parents": [
        "f4d2782411d502c39f2c21376377c745c0f09061"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Mon Apr 28 08:54:56 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:41 2008 -0300"
      },
      "message": "V4L/DVB (7783): drivers/media/dvb/frontends/s5h1420.c: printk fix\n\ndrivers/media/dvb/frontends/s5h1420.c: In function `s5h1420_setsymbolrate\u0027:\ndrivers/media/dvb/frontends/s5h1420.c:484: warning: long long unsigned int format, u64 arg (arg 2)\n\nWe do not know what type the architecture uses for u64.\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f4d2782411d502c39f2c21376377c745c0f09061",
      "tree": "9536bd0ec9b57c8e90dc9395dc78e62627e557c1",
      "parents": [
        "8ed3c844040e492239609c9559de04d5397a6b2b"
      ],
      "author": {
        "name": "Mike Isely",
        "email": "isely@pobox.com",
        "time": "Sun Apr 27 21:37:33 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:39 2008 -0300"
      },
      "message": "V4L/DVB (7782): pvrusb2: Driver is no longer experimental\n\nThis driver has been in-kernel and reasonably stable for well over a\nyear.  It is in a stable form and is known to work well.  Remove its\nexperimental status.\n\nSigned-off-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8ed3c844040e492239609c9559de04d5397a6b2b",
      "tree": "eab70ba8feb5c15fa8353b39a3b02adb00f12d72",
      "parents": [
        "749b6a77b0cb43b12b51f62735f948e9ccc34ba6"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Apr 27 19:22:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:39 2008 -0300"
      },
      "message": "V4L/DVB (7781): pvrusb2-dvb: include dvb support by default and update Kconfig help text\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "749b6a77b0cb43b12b51f62735f948e9ccc34ba6",
      "tree": "b5c902d49896733cd1677950d49e34a1b212f5b3",
      "parents": [
        "485fcaed25ed42d064445f9a65faa79a1faa6b0c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Apr 27 19:12:29 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:39 2008 -0300"
      },
      "message": "V4L/DVB (7780): pvrusb2: always enable support for OnAir Creator / HDTV USB2\n\nThis was a build option in the past, to avoid conflicts with the cxusb module\nfor digital televsion support.  Now that dtv mode support has been merged into\npvrusb2, the OnAir devices are fully supported by this single module.  This no\nlonger should be a build option.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "485fcaed25ed42d064445f9a65faa79a1faa6b0c",
      "tree": "ae10c37741736912f82fa11df81ca3dc474427d4",
      "parents": [
        "149ef72deeba57078216c9fa678baff392295853"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sat Apr 26 19:44:59 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:39 2008 -0300"
      },
      "message": "V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug\n\nGet rid of the noise in dmesg during dvb feed changes,\nunless the appropriate debug trace flag is enabled.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nReviewed-by: Mike Isely \u003cisely@pobox.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "149ef72deeba57078216c9fa678baff392295853",
      "tree": "038cf488b424094b0dbe05a63a9cbb28f87eaaec",
      "parents": [
        "f1784354f774e1fa4863fc6382296ef6ede26dc5"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 21:38:46 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:38 2008 -0300"
      },
      "message": "Rename common tuner Kconfig names to use the same\nnamespace for all of them.\n"
    },
    {
      "commit": "f1784354f774e1fa4863fc6382296ef6ede26dc5",
      "tree": "adf0864e5d19850f6eecc29d6d91206880a5b0a0",
      "parents": [
        "b094516f9589245617eb5d0452769826063f72ac"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 21:38:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:38 2008 -0300"
      },
      "message": "Fix V4L/DVB core help messages\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b094516f9589245617eb5d0452769826063f72ac",
      "tree": "45593c7f1ae4c180d97ed7b9cbc27a85c03f55d1",
      "parents": [
        "df7aaaf3a74016cbc72382b6388c7c62f3df49b2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 21:38:45 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:38 2008 -0300"
      },
      "message": "V4L/DVB (7769): Move other terrestrial tuners to common/tuners\n\nThose tuners are currently used only under media/dvb. However,\nthey can support also analog TV. Better to move them to the same place\nas the other hybrid tuners. This would make easier to use those tuners also\nby analog drivers.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "df7aaaf3a74016cbc72382b6388c7c62f3df49b2",
      "tree": "26247ea3dd9049f84139e4168d78d1bd8f4f1be0",
      "parents": [
        "7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Apr 26 16:19:58 2008 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Apr 29 18:41:37 2008 -0300"
      },
      "message": "V4L/DVB (7768): reorganize some DVB-S Kconfig items\n\nThere are some DVB-S tuners together with DVB-S tags, while\nothers together with tuners. Better to have all of them together.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    }
  ],
  "next": "7c91f0624a9a2b8b9b122cf94fef34bc7f7347a6"
}
