)]}'
{
  "log": [
    {
      "commit": "932ff279a43ab7257942cddff2595acd541cc49b",
      "tree": "e60130673a20d71becdac858c2589d8dfbf3ae1f",
      "parents": [
        "bf0857ea32addb6bc8b46383604b218b8ec09f19"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Fri Jun 09 12:20:56 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Jun 17 21:30:14 2006 -0700"
      },
      "message": "[NET]: Add netif_tx_lock\n\nVarious drivers use xmit_lock internally to synchronise with their\ntransmission routines.  They do so without setting xmit_lock_owner.\nThis is fine as long as netpoll is not in use.\n\nWith netpoll it is possible for deadlocks to occur if xmit_lock_owner\nisn\u0027t set.  This is because if a printk occurs while xmit_lock is held\nand xmit_lock_owner is not set can cause netpoll to attempt to take\nxmit_lock recursively.\n\nWhile it is possible to resolve this by getting netpoll to use\ntrylock, it is suboptimal because netpoll\u0027s sole objective is to\nmaximise the chance of getting the printk out on the wire.  So\ndelaying or dropping the message is to be avoided as much as possible.\n\nSo the only alternative is to always set xmit_lock_owner.  The\nfollowing patch does this by introducing the netif_tx_lock family of\nfunctions that take care of setting/unsetting xmit_lock_owner.\n\nI renamed xmit_lock to _xmit_lock to indicate that it should not be\nused directly.  I didn\u0027t provide irq versions of the netif_tx_lock\nfunctions since xmit_lock is meant to be a BH-disabling lock.\n\nThis is pretty much a straight text substitution except for a small\nbug fix in winbond.  It currently uses\nnetif_stop_queue/spin_unlock_wait to stop transmission.  This is\nunsafe as an IRQ can potentially wake up the queue.  So it is safer to\nuse netif_tx_disable.\n\nThe hamradio bits used spin_lock_irq but it is unnecessary as\nxmit_lock must never be taken in an IRQ handler.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "4f3a151a11da3351e2149a401d4ee18426938de7",
      "tree": "c9ec2028b8cde1bc487dec25ba7fe8c914d15c61",
      "parents": [
        "da8bacf6d59288ef3e41389db24886c928dcbd33"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed May 24 15:13:14 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed May 24 18:48:28 2006 -0700"
      },
      "message": "[PATCH] V4L/DVB (4045): Fixes recursive dependency for I2C\n\nMixing \"depends on I2C\" and \"select I2C\" within the media subsystem\nleads to the following problem:\nWarning! Found recursive dependency: I2C DVB_BUDGET DVB_BUDGET_PATCH\nDVB_AV7110 VIDEO_SAA7146_VV VIDEO_SAA7146 I2C\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8b6c879c81e8f00077607f83e024eedf388839b4",
      "tree": "8ba4b4088e305bed23820ae3583efe47571ca1a8",
      "parents": [
        "3c2c54910f277f3abd3763dbc64b9dbf8b4479e9"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue May 23 15:56:50 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 23 15:56:50 2006 -0300"
      },
      "message": "V4L/DVB (4040a): Fix the following section warnings:\n\nreference to .init.text: from .text between \u0027dvb_bt8xx_probe\u0027\n(at offset 0x122c) and \u0027dvb_bt8xx_remove\u0027\nreference to .init.text: from .text between \u0027dvb_bt8xx_probe\u0027\n(at offset 0x1267) and \u0027dvb_bt8xx_remove\u0027\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3c2c54910f277f3abd3763dbc64b9dbf8b4479e9",
      "tree": "95fa9d12ef4c7c72e5f26835130a0d33ba9e57a8",
      "parents": [
        "9d8a51f80117a9d672b455d60901842ad50aa69f"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "abraham.manu@gmail.com",
        "time": "Sat May 20 13:17:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue May 23 15:56:38 2006 -0300"
      },
      "message": "V4L/DVB (4037): Make the bridge devices that depend on I2C dependant on I2C\n\nRef: Bugzilla 6179, 6589\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dd31d5ac7345b2c728bf7eb37b06383776174232",
      "tree": "a838b59bfc67278c3459a70208a562ce926cd935",
      "parents": [
        "7bbbc0a28e6cfcef66e2180206257b959dad2006"
      ],
      "author": {
        "name": "Rusty Scott",
        "email": "rustys@ieee.org",
        "time": "Sat Apr 22 16:15:07 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:16 2006 -0300"
      },
      "message": "V4L/DVB (3829): Fix frequency values in the ranges structures of the LG TDVS H06xF tuners\n\nFrequency range values in the current driver for the LG TDVS H06xF tuners\nappear to have been a transposing of the 5 in the mid range 160-455 instead\nof 165-450.\nThis patch corrects the pll programming for these tuners as per the datasheet.\n\nSigned-off-by: Rusty Scott \u003crustys@ieee.org\u003e\nSigned-off-by: Mac Michaels \u003cwmichaels1@earthlink.net\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5691c8473936508c51639b6ff8467e55d8b129c1",
      "tree": "9b544d9de02afa35c4f2bb0c81a4c40b7d78cd8e",
      "parents": [
        "7157e2b6ff6fdd24d7e54d9856aa24ea88527ca9"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Apr 19 20:40:01 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:11 2006 -0300"
      },
      "message": "V4L/DVB (3819): Cxusb-bluebird: bug-fix: power down corrupts frontend\n\nThis patch prevents a bug where the frontend is unable to tune after waking\nfrom powered down state. Now, the device remains powered on until it is\ndisconnected, just like the windows driver. It seems that the bluebird\nfirmware is unable to successfully handle tuning after a powered down state.\nThis patch fixes all of the FusionHDTV Bluebird USB2 devices. The Medion\nMD95700 will still behave as before, since it was unaffected by this bug.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "70047f9cca231126981f360c79cde98ea30410b2",
      "tree": "aabe74c0f39d3c05d2d315cee9d5c14f77d58300",
      "parents": [
        "0e4558ab4a89a127e0de36746552da9353e35f10"
      ],
      "author": {
        "name": "Yeasah Pell",
        "email": "yeasah@schwide.net",
        "time": "Thu Apr 13 17:26:22 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:08 2006 -0300"
      },
      "message": "V4L/DVB (3804): Tweak bandselect setup fox cx24123\n\n*) Allow forcing the bandselect value with a module parameter to \nfacilitate determining the correct bandselect frequencies.\n*) Changes the bandselect frequency thresholds based on experiments \nwith the above parameter in conjunction with the values in the spec.\n\nSigned-off-by: Yeasah Pell \u003cyeasah at schwide.net\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0e4558ab4a89a127e0de36746552da9353e35f10",
      "tree": "19fe0a9c2c9d9d4f5ed5f4e7b08ddfbf1b466010",
      "parents": [
        "dce1dfc2a5736bfc82df5d3fd6396022c7bbbbd8"
      ],
      "author": {
        "name": "Yeasah Pell",
        "email": "yeasah@schwide.net",
        "time": "Thu Apr 13 17:24:13 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:07 2006 -0300"
      },
      "message": "V4L/DVB (3803): Various correctness fixes to tuning.\n\n*) Sets an additional tuner parameter (demodulator sample gain) that \nwasn\u0027t being set before.\n*) Removes the low symbol rate tuner parameter tweaks in the previous \npatch -- it appears those tweaks are not necessary with the demodulator \nsample gain set correctly.\n*) Cleanup and document the demodulator register initialization sequence.\n*) Change set_fec routine to disable FEC auto scan when a specific code \nrate is selected.\n*) Remove error message when reported FEC is invalid (which happens \nsometimes when the card has no signal)\n\nSigned-off-by: Yeasah Pell \u003cyeasah at schwide.net\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dce1dfc2a5736bfc82df5d3fd6396022c7bbbbd8",
      "tree": "d849c602c78f49b91ef051a14e2b0e9da2fe7a04",
      "parents": [
        "caf970e09c42843eb3b8456fc0e815f9b5385873"
      ],
      "author": {
        "name": "Yeasah Pell",
        "email": "yeasah@schwide.com",
        "time": "Thu Apr 13 11:40:59 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:05 2006 -0300"
      },
      "message": "V4L/DVB (3797): Always wait for diseqc queue to become ready before transmitting a diseqc message\n\nThe previous DISEQC code didn\u0027t wait, so it was unreliable\n\nSigned-off-by: Yeasah Pell \u003cyeasah at schwide.net\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "caf970e09c42843eb3b8456fc0e815f9b5385873",
      "tree": "91b15ba87bb1f1ee84e2568d1034b48125bbf043",
      "parents": [
        "a74b51fca9d9b6774413d700ade1e9ae1f0c0e75"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Thu Apr 13 11:29:13 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:04 2006 -0300"
      },
      "message": "V4L/DVB (3796): Add several debug messages to cx24123 code\n\nCurrent debug messages at cx24123 are next to useless, since they don\u0027t\nprint the values sent/read to registers. With this patch, debug\u003d1 will\nshow comprehensive messages. debug\u003d2 will show also read/write operations\nat I2C bus.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\n"
    },
    {
      "commit": "a74b51fca9d9b6774413d700ade1e9ae1f0c0e75",
      "tree": "ac02ba7f67f5b51805a4a0dda1d09701c1e3aab8",
      "parents": [
        "3a63fc4bfd8579bda1f6a03b3fcb792f59cb15f8"
      ],
      "author": {
        "name": "Vadim Catana",
        "email": "skystar@moldova.cc",
        "time": "Thu Apr 13 10:19:52 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:02 2006 -0300"
      },
      "message": "V4L/DVB (3795): Fix for CX24123 \u0026 low symbol rates\n\n- fixed the reception of channels with low symbol rates.\n  ( The VGA1 and VGA2 offsets recommended by cx24109 docs for\n  symbol rates from 1 to 5 MSps do not work. I changed them\n  to values found experimentally. The charge pump current\n  and FILTUNE voltage are now set to values recommended in\n  the docs. This improves reception for symbol rates \u003c 15 MSps.\n  The values written in the SYSSymbolRate registers are calculated\n  with better precision. )\n\t\t     \n- fixed the cx24123_get_fec() function. It was returning the values\n  for DCII mode.\n- removed some unused variables\n\nSigned-off-by: Vadim Catana \u003cskystar at moldova.cc\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3a63fc4bfd8579bda1f6a03b3fcb792f59cb15f8",
      "tree": "1c10d0dad730b74c5a7cfe68970b076533a6a136",
      "parents": [
        "7c908fbb0139fa1080412d0590189abfe2df87eb"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Apr 11 18:16:22 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:55:00 2006 -0300"
      },
      "message": "V4L/DVB (3792): Kbuild: DVB_BT8XX must select DVB_ZL10353\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "cd41e28e2d0f198ad56840bf8ba13cb41b129bab",
      "tree": "a11b7e23c14625a4b019b43eecdc8fff2ee62463",
      "parents": [
        "ea76ce526ec1af3e07f3dd9107ca93f0c82fc9c9"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 09 15:43:41 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:53 2006 -0300"
      },
      "message": "V4L/DVB (3774): Create V4L1 config options\n\nV4L1 API is depreciated and should be removed soon from kernel. This patch\nadds two new options, one to disable V4L1 drivers, and another to disable\nV4L1 compat module. This way, it would be easy to check what still depends\non V4L1 stuff, allowing also to test if app works fine with V4L2 only support.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f1de3e7c5c9d8e65937addce83b42331bdad15a1",
      "tree": "f5f43b78b25f28442fb4c0ef25f479d8f2dd3281",
      "parents": [
        "a064fad337e27cfe74c04509e88ef4d2c9138ec2"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Apr 07 18:50:09 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:47 2006 -0300"
      },
      "message": "V4L/DVB (3745): Fix a bug at pluto2 Makefile\n\nWhen pluto2 were selected, all other module dependencies were\njust discarded.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "a064fad337e27cfe74c04509e88ef4d2c9138ec2",
      "tree": "2486e6ab6c8927974d2978dd92ddbb8189fd55ad",
      "parents": [
        "6445401673fe486ba15a39370d41100df6d73b1f"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Apr 06 17:05:46 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:46 2006 -0300"
      },
      "message": "V4L/DVB (3743): Fix some more potential oopses\n\nSpotted a couple more places where it fails to check if\ndvb_register_adapter() fails.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6445401673fe486ba15a39370d41100df6d73b1f",
      "tree": "0b5283aa3db5f10d963d2d4d260e5960161af864",
      "parents": [
        "71a8dffb07ae40af87b2f7b93dcd5810e2c558bf"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Apr 06 14:32:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:44 2006 -0300"
      },
      "message": "V4L/DVB (3742): Set tone/voltage again if the frontend was reinitialised\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "71a8dffb07ae40af87b2f7b93dcd5810e2c558bf",
      "tree": "fee362170b0a71a5c33eada971e9baa3dac711c8",
      "parents": [
        "7a766f9ddd74b50d6069f054a3004ece0439f5c1"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Apr 06 09:42:46 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:43 2006 -0300"
      },
      "message": "V4L/DVB (3740): Fix oops in budget-av with CI\n\nNow that the CI code reinitialises the frontend, need to move the CI\ninitialisation to after the frontend init in order to ensure the frontend is\nalways in a good state. Fixes an oops caused by the frontend being NULL as\nwell.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "96b194c12e1206e5cdccf55ea71bb38ce1124bd9",
      "tree": "664868dafbd5ec05cfaab1418010d1365062641e",
      "parents": [
        "f47f4763cde162656448fcd1ada9d5e8101a00d2"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Wed Apr 05 14:09:45 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:38 2006 -0300"
      },
      "message": "V4L/DVB (3726): Fix TT budget-ci 1.1 CI slots\n\nIt turns out the firmware on the TT budget-ci 1.1 slots doesn\u0027t generate\ninterrupts. This patch adds support for this using polling mode on these\nslots.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f47f4763cde162656448fcd1ada9d5e8101a00d2",
      "tree": "0c97ba901c2df64d1cd7e28567464351c9f6b3a1",
      "parents": [
        "3203f94a25ea04b3052d22c7be9518538862d88f"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Tue Apr 04 09:41:47 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri May 12 19:54:37 2006 -0300"
      },
      "message": "V4L/DVB (3725): Fix mutex in dvb_register_device to work.\n\nThis mutex is meant to stop two devices getting the same ID. dvbdev_get_free_id() \nscans the list of already allocated devices to find a free id.\nUnfortunately, since the mutex is unlocked before the card is added to the\nabove list, it is still possible for two of them to get the same id.\nIts debatable whether this mutex lock is actually needed, but I\u0027m unwilling\nto just remove it in case something does depend on it.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "86f40cc3c994822ffeb226753526d87be21bd79a",
      "tree": "aeb2c3cc3989363a234298e1e2b80973f53657b5",
      "parents": [
        "5e85bd057f0cb29881e3d55d29f48bb55bd2f450"
      ],
      "author": {
        "name": "Andrew de Quincey",
        "email": "adq_dvb@lidskialf.net",
        "time": "Thu Mar 30 15:53:35 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:02 2006 -0300"
      },
      "message": "V4L/DVB (3673): Fix budget-av CAM reset\n\nUnfortunately on the budget-av board, the CAM reset line is tied to the\nfrontend reset line, so resetting the CAM also zaps the frontend. This\nbreaks the tda1004x at least, and causes it to fail to tune until the\nbudget-av module is reloaded. This patch adds an exported function to dvb_frontend\nthat allows a card to forcibly reinitialise a frontend. The budget-av now\ndoes this on CAM reset, which corrects this problem.\nsince they do not tie the CAM reset line to the frontend reset line.\n\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e85bd057f0cb29881e3d55d29f48bb55bd2f450",
      "tree": "7d1e582b25710d70487d1dc59e150b387a58c919",
      "parents": [
        "2f03ee8e6bd7c6f40a1a0583662308e002d357da"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "xyzzy@speakeasy.org",
        "time": "Thu Mar 30 15:53:32 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:56:01 2006 -0300"
      },
      "message": "V4L/DVB (3672): Fix memory leak in dvr open\n\nThe dvr device could be opened multiple times simultaneously in O_RDONLY mode.\nEach open after the first would allocate a new dvr buffer (1880 KB) and leak\nthe old buffer.  The first close would de-allocate the dvr buffer and cause\nall other open dvrs to stop working.  This patch allows only a single O_RDONLY\nopen of the drv device, as per the API specification.  Multiple O_WRONLY opens\nare still allowed and don\u0027t appear to cause any problems.\n\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Andrew de Quincey \u003cadq_dvb@lidskialf.net\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2f03ee8e6bd7c6f40a1a0583662308e002d357da",
      "tree": "1dd3b00445967f6f33746324cd476aa4d7427697",
      "parents": [
        "f3688fc8d391f50dee45bd3bf04bdeab1c16c3c0"
      ],
      "author": {
        "name": "C.Y.M",
        "email": "syphir@syphir.sytes.net",
        "time": "Thu Mar 30 04:31:48 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:59 2006 -0300"
      },
      "message": "V4L/DVB (3671): New module parameter \u0027tv_standard\u0027 (dvb-ttpci driver)\n\nThis attached patch was originally proposed by Anssi Hannula to the dvb-kernel\nuser to choose the default broadcast mode when using the ttpci driver.\nNTSC users need to only add the following line to modprobe.d:\noptions dvb-ttpci tv_standard\u003d1 \nPAL users will not need to change anything, for this will be the default.\n\nSigned-off-by: C.Y.M \u003csyphir@syphir.sytes.net\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f3688fc8d391f50dee45bd3bf04bdeab1c16c3c0",
      "tree": "23fc4f1355e063510339276a5f9123a1ab44f8c4",
      "parents": [
        "afa47abf09f148332b0e6e480972494bc2e5c8af"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 29 22:46:12 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:58 2006 -0300"
      },
      "message": "V4L/DVB (3670): Fix typo in comment\n\nThis patch fixes a typo in a comment.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "afa47abf09f148332b0e6e480972494bc2e5c8af",
      "tree": "2f7222cc9de26adcbe5052f606d1f03dbdd599d0",
      "parents": [
        "1864cfb1537e108c2fe7a8e178b28bffde5a5439"
      ],
      "author": {
        "name": "Ingo Schneider",
        "email": "mail@ingo-schneider.de",
        "time": "Wed Mar 29 22:05:16 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:57 2006 -0300"
      },
      "message": "V4L/DVB (3669): Configurable dma buffer size for saa7146-based budget dvb cards\n\n- Issue a warning when more than 80% of the DMA buffer is being used \n  (probably due to bad IRQ latency). Warnings are rate-limited.\n- Introduce a new parameter \u0027bufsize\u0027 (in KByte) which increases the\n  default DMA buffer of 188 KByte up to 1410 KByte (Activy: 564 KByte).\n\nSigned-off-by: Ingo Schneider \u003cmail@ingo-schneider.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2b3835b78274af104a9da1b8a999ce908e0459db",
      "tree": "178e566181a756e614f1e7b6795f32b61e815c29",
      "parents": [
        "d46e6451956df4bee829dfebd5b521d0ee4868d1"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "xyzzy@speakeasy.org",
        "time": "Wed Mar 29 13:53:15 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:41 2006 -0300"
      },
      "message": "V4L/DVB (3657): Kconfig: Add firmware download comments for or51211 and or51132\n\n- Added firmware download comments to or51211 and or51132 Kconfig help text.\n\nSigned-off-by: Trent Piepho \u003cxyzzy@speakeasy.org\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d46e6451956df4bee829dfebd5b521d0ee4868d1",
      "tree": "f5b513302704664c167a3c7cb346b60b737db224",
      "parents": [
        "f896260566b08250cdb12802af1ab418dcc6d720"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Mar 28 16:15:05 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:40 2006 -0300"
      },
      "message": "V4L/DVB (3655): Support for a new revision of the WT220U-stick\n\nThere seems to be a new version of the USB DVB-T stick from WideView with a new demod-revision inside and thus a new firwmare.\nThis patch enables support for that.\nThanks to Mikel Martin for early testing.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dbcb86ed945e42e99884e7afaab2f326a2aff2ec",
      "tree": "9ebe5ed1e66a71c1087bc835373f949cc79ea497",
      "parents": [
        "731f902edaf3ed16f8ed9e92d79e3d0d17af608f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Mar 26 18:59:45 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:13 2006 -0300"
      },
      "message": "V4L/DVB (3621): Fix camera key on FusionHDTV portable remote control\n\nThanks to: Andrew Cohen \u003ccohen@andy.bu.edu\u003e\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c150178bff4ae76635ccb06abd5258933379ecc6",
      "tree": "fb88c83f5f030473e18d2685ea11e9b6fe91a187",
      "parents": [
        "87c1fae6d4207ecd4de34ce251d41d5dc4a1219c"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Sun Mar 26 05:43:36 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:08 2006 -0300"
      },
      "message": "V4L/DVB (3617): Cxusb: add support for FusionHDTV USB portable remote control\n\n- Added keycodes for the DViCO FusionHDTV portable remote control.\n- Enabled the remote control for both versions of FusionHDTV DVB-T USB\n  and the FusionHDTV 5 USB Gold (ATSC)\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "87c1fae6d4207ecd4de34ce251d41d5dc4a1219c",
      "tree": "f4a7fc8d445264c6243eba4be7d9646882061a77",
      "parents": [
        "9419045f842e7b763928636f9c61dfa134b2052d"
      ],
      "author": {
        "name": "maximilian attems",
        "email": "maks@sternwelten.at",
        "time": "Sat Mar 25 15:56:07 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:07 2006 -0300"
      },
      "message": "V4L/DVB (3616): Bt8xx: select FW_LOADER\n\nThe bt8xx drivers uses request_firmware()\nand thus needs to select FW_LOADER.\n\nSigned-off-by: maximilian attems \u003cmaks@sternwelten.at\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4ae5c2e5e627ff22815fb9900161bf188ea2cc67",
      "tree": "66a813cffd9f4ae3f0ef3ff8ac13388b4090b351",
      "parents": [
        "31bc09b579f31331545e694d0a49ec4e6b380989"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sat Mar 25 15:53:38 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Sun Apr 02 04:55:02 2006 -0300"
      },
      "message": "V4L/DVB (3614): Fix compilation warning at powerpc platform\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "99ac48f54a91d02140c497edc31dc57d4bc5c85d",
      "tree": "68719391694a6914191bdf73d2071875f7653f6f",
      "parents": [
        "ec1b9466cb4f6ae6d950bd67055d9410d1056d2a"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@infradead.org",
        "time": "Tue Mar 28 01:56:41 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 28 09:16:05 2006 -0800"
      },
      "message": "[PATCH] mark f_ops const in the inode\n\nMark the f_ops members of inodes as const, as well as fix the\nripple-through this causes by places that copy this f_ops and then \"do\nstuff\" with it.\n\nSigned-off-by: Arjan van de Ven \u003carjan@infradead.org\u003e\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "301e22d69140898eddd38a9134da711cb5dfc170",
      "tree": "27a7d8df45f703a30cc983829e427d803a297d86",
      "parents": [
        "2474ed444b475614ef795523076be7cc8437ae00"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hverkuil@xs4all.nl",
        "time": "Sat Mar 18 17:15:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:58 2006 -0300"
      },
      "message": "V4L/DVB (3584): Implement V4L2_TUNER_MODE_LANG1_LANG2 audio mode\n\nAdd a new audio mode V4L2_TUNER_MODE_LANG1_LANG2 (used by VIDIOC_G/S_TUNER).\nThis mode allows the user to select both languages of a bilingual transmission,\none language on the left, one on the right audio channel. If there is no\nbilingual transmission, or it is not supported, then this mode should act like\nV4L2_TUNER_MODE_STEREO.\nThis mode is introduced for PVR-like drivers where it is useful to be able to\nrecord both languages of a bilingual broadcast.\n\nSigned-off-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ae62e3d4a8194680023b47ab778bf1dcea8d6b42",
      "tree": "ae95d5dcb341fd826911c307e27b52b23ef92acc",
      "parents": [
        "4d6e772d989c11af7d7e41095f976cff5eeb43f3"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 23 01:11:18 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:55 2006 -0300"
      },
      "message": "V4L/DVB (3575): Cxusb: fix i2c debug messages for bluebird devices\n\nOnly the Medion boxes return 0x08 after an i2c read/write.\nThe bluebird devices do not return anything at all.\nThis patch conditionalizes the test for the 0x08 return code\nto produce a warning message when using the Medion box, only.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4d6e772d989c11af7d7e41095f976cff5eeb43f3",
      "tree": "7df93734414bbfb71e8513fa6efa647fd091b8dd",
      "parents": [
        "afdebc94ea86168973102fa77128764ac034d569"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 23 00:55:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:55 2006 -0300"
      },
      "message": "V4L/DVB (3574): Cxusb: fix debug messages\n\n- corrects the wording in some of the debug messages.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "afdebc94ea86168973102fa77128764ac034d569",
      "tree": "13811c2f37ea1cb0a867c23710a43ee6442db56f",
      "parents": [
        "5e805eff15b17e64d5a0913c9e4c816a96677398"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 23 00:15:55 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:53 2006 -0300"
      },
      "message": "V4L/DVB (3573): Cxusb: remove FIXME: comment in bluebird_patch_dvico_firmware_download\n\nRemoved the FIXME comment from bluebird_patch_dvico_firmware_download:\n /* FIXME: are we allowed to change the fw-data ? */\nYes, we are allowed. DViCO\u0027s Windows driver also does the same thing.\nA single firmware image is used to support all of the bluebird boxes.\nThe firmware sets all devices to PID: d700. Instead of using that, the\ndriver replaces the d700 with the cold PID+1 before the download.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "5e805eff15b17e64d5a0913c9e4c816a96677398",
      "tree": "65bd843d709e8cf4cf7bd7f6803e4f807d32e83c",
      "parents": [
        "5245953e1893152662dad47c87fa88213d5d09a1"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 23 00:01:34 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:53 2006 -0300"
      },
      "message": "V4L/DVB (3572): Cxusb: conditionalize gpio write for the medion box\n\nThis patch removes the (harmless) -ETIMEDOUT during device init\nfor the DViCO FusionHDTV Bluebird boxes, by conditionalizing the\ngpio write inside cxusb_i2c_xfer to happen only for Medion boxes.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6637e6fd2a930567f1878e4585d70b444a9cb3b3",
      "tree": "780f54e243695c30677c0eb1bf9d7c52ded2403e",
      "parents": [
        "09df1c163adcf43e2c4234b52985f34b95b7634e"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Sat Mar 18 14:13:22 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:51 2006 -0300"
      },
      "message": "V4L/DVB (3549): Make hotplug automatically load the b2c2-flexcop-usb module\n\nThere was no MODULE_DEVICE_TABLE for the b2c2-flexcop-usb module. This makes it\nimpossible for hotplug to load the module automatically, when such a device is\nconnected.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c72602b8250cc0d3ace59d1a7334c5cd7aa9490e",
      "tree": "8b1413a0529d37c817651dd241a55dfe12e7fe5e",
      "parents": [
        "faecfb1760325613debd8df9b9374ce4a28c01d9"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Fri Mar 17 18:21:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 24 16:26:50 2006 -0300"
      },
      "message": "V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e0f4ab8a1741193891f096aa63df9ac8672af54c",
      "tree": "2032d7c45b36b2c4d81b437221e06d6803fffdbc",
      "parents": [
        "ca94f26d2b2ee8ad76be617b35f846444fedc07b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 14:51:37 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 14:51:37 2006 -0800"
      },
      "message": "Revert \"V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion\"\n\nThis reverts commit 08f1d0b99f4e2203935d86640a7fec5c233b777c\n\nThe \"bt8xx/ conversion\" for drivers/video/ hasn\u0027t actually percolated\nall the way to this tree, so the Makefile change escaped too soon.\n\nBuild breakage noticed by Jeff Garzik \u003cjeff@garzik.org\u003e\n\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "08f1d0b99f4e2203935d86640a7fec5c233b777c",
      "tree": "924b69bf3ef08d9b13582aeee50720392a135ddb",
      "parents": [
        "8abe58aee6c682b5d300ce8e792821475646d79d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Fri Mar 17 18:21:17 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:54:00 2006 -0800"
      },
      "message": "V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4caba4261f2649215710ac0298bd7814080000ad",
      "tree": "13f37c47560cb8692ac0ee5f6187647f576da932",
      "parents": [
        "265366e8fb8c31706711aea5f79d763816a968db"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Fri Mar 17 05:29:15 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:55 2006 -0800"
      },
      "message": "V4L/DVB (3533): Add WSS (wide screen signalling) module parameters\n\nAdd wss_cfg_4_3 and wss_cfg_16_9 configuration options.\nFirmware 2623 or later required.\nBoth parameters are bit masks:\n- bit 15: disable WSS\n- bit 14: send short WSS burst, then turn off WSS\n- bit 13..0: WSS bits as specified by the standard\nThese parameters are useful if you own a broken tv set which\ndoes not handle wss correctly.\nDefault settings:\n- wss_cfg_4_3: 0x4008\n- wss_cfg_16_9: 0x0007\nThese should work with most devices.\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "265366e8fb8c31706711aea5f79d763816a968db",
      "tree": "13841d27e621067180884f00d4019580674c28d5",
      "parents": [
        "ad5125913be0a723a2e17824ec688d4890bf978b"
      ],
      "author": {
        "name": "Perceval Anichini",
        "email": "perceval.anichini@streamvision.fr",
        "time": "Thu Mar 16 11:22:47 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:54 2006 -0800"
      },
      "message": "V4L/DVB (3532): Moved duplicated code of ALPS BSRU6 tuner to a standalone file.\n\nMoved duplicated code of ALPS BSRU6 tuner to a standalone file.\nModified av7110 and budget drivers to include the new file.\n\nSigned-off-by: Perceval Anichini \u003cperceval.anichini@streamvision.fr\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f5c08a2ee906381d85a6f0a3ca309fd56cf3b90f",
      "tree": "6793d765aa7f42dab52e760f4153e891386a1c8d",
      "parents": [
        "e690e14c9476aa46ec49ce8e24a591f786aa4766"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Thu Mar 16 13:18:25 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:50 2006 -0800"
      },
      "message": "V4L/DVB (3528): Kconfig: fix ATSC frontend menu item names by manufacturer\n\n- Corrected typo for NxtWave NXT200X\n- Added \"Oren\" manufacturer name to menu items for OR51132 and OR51211\n- Removed \"(pcHDTV HDx000 card)\" from Oren frontends menu item names,\n  This isn\u0027t necessary, as these frontends are selected by the card drivers,\n  build configuration (DVB_BT8XX and VIDEO_CX88_DVB).\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "c04e89b1f2c624fbb1e57874062491c2b987c7e2",
      "tree": "35851248f05529e604c0dcd90ee6458c5a08ddc6",
      "parents": [
        "77cc5319900054662861cb147f300b1d1d22fcc5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed Mar 15 16:17:11 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:37 2006 -0800"
      },
      "message": "V4L/DVB (3509): Make a needlessly global function static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "77cc5319900054662861cb147f300b1d1d22fcc5",
      "tree": "e466424e389bc28c2f869728491fed40508e9452",
      "parents": [
        "ba3a5a81f79d16666e1b46ee9e4fe7f2bc8bd70f"
      ],
      "author": {
        "name": "Markus Rechberger",
        "email": "mrechberger@gmail.com",
        "time": "Wed Mar 15 09:31:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:34 2006 -0800"
      },
      "message": "V4L/DVB (3506): Cinergy T2 dmx cleanup on disconnect\n\nDetaching the device didn\u0027t clean up several device files in /dev/dvb,\nafter applying that patch all dvb devices disappeared as expected.\n\nSigned-off-by: Markus Rechberger \u003cmrechberger@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "34731df288a5ffe4b0c396caf8cd24c6a710a222",
      "tree": "06738b1c00d2bee0df3b42d125b2ca4e03fc18b0",
      "parents": [
        "4304954eb668ce66fc58f1cab9abb9a9e2584549"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Mar 14 17:31:01 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:29 2006 -0800"
      },
      "message": "V4L/DVB (3501): Dmxdev: use dvb_ringbuffer\n\nUse dvb_ringbuffer instead of an own buffer implementation in\ndmxdev.[ch].\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4304954eb668ce66fc58f1cab9abb9a9e2584549",
      "tree": "d0cfb5b30f033ce3736c1977d71d984d7074cbf3",
      "parents": [
        "19478843e4f8af7de9b297876519ee8b98c2f5ad"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Mar 14 17:30:09 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:27 2006 -0800"
      },
      "message": "V4L/DVB (3500): Ringbuffer: don\u0027t reset pointers to zero\n\nOliver Endriss spotted, that resetting read and write pointers on\nflush() requires additional locking and breaks the av7110 driver.\nTherefore this patch partially reverts the previous patch titled \"make\ndvb_ringbuffer compatible to dmxdev_buffer\".\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "ae24601b47c3f4a56545ef4cd4e7c821ac1db598",
      "tree": "562258e9fdec32a9b7410a8467dc5315bdbfe8c3",
      "parents": [
        "9d9d6baeca6f9174b8e7fd219a62a8fa09d61cc7"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Mon Mar 13 13:17:11 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:19 2006 -0800"
      },
      "message": "V4L/DVB (3485): BUG_ON() Conversion in drivers/video/media\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9d9d6baeca6f9174b8e7fd219a62a8fa09d61cc7",
      "tree": "d98ceaf625ca9b16536b641476c9fc93177bd79b",
      "parents": [
        "fc34f165317403444d254a27bc356dc5de0bbc3d"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Mon Mar 13 13:14:34 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:17 2006 -0800"
      },
      "message": "V4L/DVB (3484): Make dvb_ringbuffer compatible to dmxdev_buffer\n\nAdded variable \u0027error\u0027 to struct dvb_ringbuffer, which is set to zero on\ninit() and flush(). Also reset read an write pointers to zero on flush()\nto get less fragmented data.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f705e6e4940c4e803240b77c6c63fb2d47a97b59",
      "tree": "0460c86284575f3662ea2c74bb56f713951cc043",
      "parents": [
        "bbad7dc5488a04fadebd7fa8aa051d81c2ae0080"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:22:31 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:05 2006 -0800"
      },
      "message": "V4L/DVB (3438): Optical cleanup for dmxdev.c\n\nUsed Lindent, manually changed some line breaks. Removed invalid email\naddresses, useless casts and useless initialization of return values.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "bbad7dc5488a04fadebd7fa8aa051d81c2ae0080",
      "tree": "ec1ddb9229f93e7a3b911b68d1e5aae800249ea7",
      "parents": [
        "6abe6bff6fc62832bc8cce3886b9670ba2542601"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:58 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:04 2006 -0800"
      },
      "message": "V4L/DVB (3437): Fix typo in enum name and use enum in struct dmxdev_filter\n\nRename \u0027enum dmxdevype\u0027 to \u0027enum dmxdev_type\u0027 and use this enum instead\nof int for the member \u0027type\u0027 of struct dmxdev_filter.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6abe6bff6fc62832bc8cce3886b9670ba2542601",
      "tree": "af38646bed34ff33aa6a95395a1d9a634b320542",
      "parents": [
        "09794a6f95cf970d76e8b1c0ddd2b20a89f3dd88"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:43 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:02 2006 -0800"
      },
      "message": "V4L/DVB (3436): Remove \u0027dvbdev\u0027 from struct dmxdev_filter\n\nThe member dvbdev gets initialized once but is never used after that.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "09794a6f95cf970d76e8b1c0ddd2b20a89f3dd88",
      "tree": "01078a40df1d15b3b14c81b3f085a75b8ad64b35",
      "parents": [
        "4aca4831aafad64a8622cd855c5f952228d75d72"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Fri Mar 10 15:21:28 2006 -0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:53:01 2006 -0800"
      },
      "message": "V4L/DVB (3435): Remove \u0027pid\u0027 from struct dmxdev_filter\n\nThe PID value is already stored in struct dmx_sct_filter_params which is\na member of struct dmxdev_filter.\nAcked-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "b05005772f34497eb2b7415a651fe785cbe70e16",
      "tree": "b176aeb7fa9baf69e77ddd83e844727490bfcf28",
      "parents": [
        "044f324f6ea5d55391db62fca6a295b2651cb946",
        "7705a8792b0fc82fd7d4dd923724606bbfd9fb20"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:18 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Mar 21 08:52:18 2006 -0800"
      },
      "message": "Merge branch \u0027origin\u0027\n\nConflicts:\n\tDocumentation/video4linux/CARDLIST.cx88\n\tdrivers/media/video/cx88/Kconfig\n\tdrivers/media/video/em28xx/em28xx-video.c\n\tdrivers/media/video/saa7134/saa7134-dvb.c\n\nResolved as in the original merge by Mauro Carvalho Chehab\n"
    },
    {
      "commit": "8a59822f68996c1f525a8ed87447a4dbc27ada0b",
      "tree": "ca652928f8d16907dde5abe7bd4abff2bc41c321",
      "parents": [
        "05e3beb288183f9176c5fba18fae43d348cc5523"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Mar 07 22:20:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 12:30:19 2006 -0300"
      },
      "message": "V4L/DVB (3413): Typos grab bag of the month\n\nTypos grab bag of the month.\nEyeballed by jmc@ in OpenBSD.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "05e3beb288183f9176c5fba18fae43d348cc5523",
      "tree": "6604e7ee524f568fab811798769adddddcf86346",
      "parents": [
        "be6f655d03d2e166134da2ea3c9360c4fe008744"
      ],
      "author": {
        "name": "Marco Schluessler",
        "email": "marco@lordzodiac.de",
        "time": "Fri Feb 24 18:53:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 12:29:08 2006 -0300"
      },
      "message": "V4L/DVB (3403): Workaround to fix initialization for Nexus CA\n\nWorkaround for Nexus CA: Debi test fails unless first debi write is repeated.\n\nSigned-off-by: Marco Schluessler \u003cmarco@lordzodiac.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "be787ace0139bc7ef0229606819bad64bb5d84f4",
      "tree": "dcb22cb64038969b5e4b6d394b019e4c5862bd13",
      "parents": [
        "91ae3299d7d3493a25e5f26cbaceeb18e7760ef3"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Mar 07 22:20:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 12:04:24 2006 -0300"
      },
      "message": "V4L/DVB (3413): Typos grab bag of the month\n\nTypos grab bag of the month.\nEyeballed by jmc@ in OpenBSD.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "91ae3299d7d3493a25e5f26cbaceeb18e7760ef3",
      "tree": "13bda3f740a6dba89fb74351295279aabbed1dce",
      "parents": [
        "69b27e3dfebff8f59e979d57263e1cd83c4d8370"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Wed Mar 01 00:04:42 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:37:29 2006 -0300"
      },
      "message": "V4L/DVB (3411): FE6600 is a Thomson tuner\n\n- The tuner used in DViCO FusionHDTV DVB-T hybrid is made by Thomson\n- renamed tuner and dvb_pll structs accordingly\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "780dfef37e2c941985b708f67aa0074edc922bea",
      "tree": "c7db2fd63acfce369d2af871183da2cf0614db9a",
      "parents": [
        "db5d91eb36e1cc9d46016d1d44874376cfabf274"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 28 08:34:59 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:50 2006 -0300"
      },
      "message": "V4L/DVB (3408): DViCO FusionHDTV DVB-T Hybrid and ZL10353-based FusionHDTV DVB-T Plus support\n\nAdd support for the FE6600 tuner used on the DVB-T Hybrid board.\nAdd support for the Zarlink ZL10353 DVB-T demodulator, which supersedes the\nMT352, used on the DViCO FusionHDTV DVB-T Hybrid and later model Plus boards.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "db5d91eb36e1cc9d46016d1d44874376cfabf274",
      "tree": "20e0222107bd13db18d50f3f4a4e1282410fc10b",
      "parents": [
        "8cc2e377a0f20f58606d8a68a423ed2ea348869d"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Tue Feb 28 10:32:25 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:33 2006 -0300"
      },
      "message": "V4L/DVB (3406): Use refactored LNBP21 and BSBE1 code\n\nUse refactored LNBP21/BSBE1 code for Technotrend/Hauppauge DVB-S rev 2.3.\nAs a side effect, FE_ENABLE_HIGH_LNB_VOLTAGE ioctl is supported now.\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8cc2e377a0f20f58606d8a68a423ed2ea348869d",
      "tree": "af5f33622968abc24ea0dd47e26c80d4bcf44599",
      "parents": [
        "2f27bdce972ceb97a2fd109a77546c37aa499fc9"
      ],
      "author": {
        "name": "Perceval Anichini",
        "email": "perceval.anichini@streamvision.fr",
        "time": "Tue Feb 28 09:52:44 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:19 2006 -0300"
      },
      "message": "V4L/DVB (3405): TechnoTrend S-1500 card handling moved from budget.c to budget-ci.c\n\nTechnoTrend S-1500 card handling moved from budget.c to budget-ci.c.\n\nSigned-off-by: Perceval Anichini \u003cperceval.anichini@streamvision.fr\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2f27bdce972ceb97a2fd109a77546c37aa499fc9",
      "tree": "8ac9a59189ab362e6b6b6710efab5da92cfe7f12",
      "parents": [
        "9f3319b49cc793b9da06ca57cc8740e3a8e88d1d"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Tue Feb 28 09:31:16 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:36:06 2006 -0300"
      },
      "message": "V4L/DVB (3404): Refactored LNBP21 and BSBE1 support\n\nMoved duplicated code to separate files.\nLNBP21 stuff rewritten from scratch, BSBE1 copied from av7110.c.\nModified budget driver to use the new routines.\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9f3319b49cc793b9da06ca57cc8740e3a8e88d1d",
      "tree": "82b3c760cf103e7c9eacc4109a7a8a51d7a0cef2",
      "parents": [
        "2d6b5f6257a11d66d2f1e335180e8aca16704294"
      ],
      "author": {
        "name": "Marco Schluessler",
        "email": "marco@lordzodiac.de",
        "time": "Fri Feb 24 18:53:00 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Wed Mar 08 11:35:50 2006 -0300"
      },
      "message": "V4L/DVB (3403): Workaround to fix initialization for Nexus CA\n\nWorkaround for Nexus CA: Debi test fails unless first debi write is repeated.\n\nSigned-off-by: Marco Schluessler \u003cmarco@lordzodiac.de\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "69ca1897317b1fbe73122a5a3bb7d783b2883d88",
      "tree": "ff2d626f29b576b67caf46fb704f2caaca6cca9d",
      "parents": [
        "25d1f0c87dbbe92fcf91b3c6a395dcc9dde7fe94"
      ],
      "author": {
        "name": "Mattias Nordstrom",
        "email": "nordstrom@realnode.com",
        "time": "Mon Feb 27 00:09:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:18:16 2006 -0300"
      },
      "message": "V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146)\n\nI have a TT C1500 card (saa7146, STV0297) which had problems tuning\nchannels at QAM128 (like the ones in the Finnish HTV / Welho network).\nA fix which seems to work perfectly so far is to change the delay for\nQAM128 to the same values as for QAM256 in stv0297_set_frontend(),\n\nSigned-off-by: Mattias Nordstrom \u003cnordstrom@realnode.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "11dc3ffa3b53ba5bfdcc558d7bcd14d67ed0954b",
      "tree": "5f8a08c6c59c1552e0f767235b9c06e52fa2626e",
      "parents": [
        "14c255b2b26338fd5cafe62508ba0f0ba798951e"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon Feb 27 00:09:20 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:18:10 2006 -0300"
      },
      "message": "V4L/DVB (3385): Dvb: fix __init/__exit section references in av7110 driver\n\nuse __devinit/__devexit/__devexit_p() where appropriate\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "27b547c3a956ec0c04109d150caa5feaee8d80f9",
      "tree": "cc6139ec53492953b7f027c654d0ea43afe9d44f",
      "parents": [
        "ede224159fa0a11f86e416f19729be701ae77e4f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Feb 27 00:08:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:18:01 2006 -0300"
      },
      "message": "V4L/DVB (3352): Cxusb: fix lgdt3303 naming\n\nThe following are specific to lgdt3303, and are being renamed to reflect this.\n- cxusb_lgdt330x_config renamed to cxusb_lgdt3303_config.\n- cxusb_lgdt330x_frontend_attach renamed to cxusb_lgdt3303_frontend_attach.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "f95cdf261b3164c3e7f62551313be422483806c5",
      "tree": "688632feb903cab183650d94d7ec6e3c02faf923",
      "parents": [
        "092734b4bb227faddf241b116af14357645d963c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Feb 27 00:07:55 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:17:52 2006 -0300"
      },
      "message": "V4L/DVB (3341): Upstream sync - make 2 structs static\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "092734b4bb227faddf241b116af14357645d963c",
      "tree": "5e57e4dbc2cb9ae8feae346c06a2b9035b5272ed",
      "parents": [
        "805e660ca32ef63b81203a556f29fef262b95cc0"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Mon Feb 27 00:07:52 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:17:39 2006 -0300"
      },
      "message": "V4L/DVB (3340): Make a struct static\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "805e660ca32ef63b81203a556f29fef262b95cc0",
      "tree": "178c50989edb11f54ea6c1e4c7b82359375f0062",
      "parents": [
        "2d748ba1669070a12bab11b19d20fd8daf537ef5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Feb 27 00:07:49 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Fri Mar 03 14:17:35 2006 -0300"
      },
      "message": "V4L/DVB (3337): Drivers/media/dvb/frontends/mt312.c: cleanups\n\nThis patch contains the following possible cleanups:\n- update the Kconfig help to mention the VP310\n- merge vp310_attach and mt312_attach into a new vp310_mt312_attach\n  to remove some code duplication\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6457af5f7eac49ff8e072fdc98c986d4ac874b04",
      "tree": "c262704a5f183ee1866879597394b904d59845b8",
      "parents": [
        "dadaff2db46aae917ccdbceb2cd2ecac75767435"
      ],
      "author": {
        "name": "Ian Pickworth",
        "email": "ian@pickworth.me.uk",
        "time": "Mon Feb 27 00:09:45 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:45 2006 -0300"
      },
      "message": "V4L/DVB (3393): Cx88: reduce excessive logging\n\n- fix temporary debug code by changing printk to dprintk at level 1.\n- move CORE_IOCTL messages from level 1 to level 2.\n- this should help with selective debugging,\n  while not filling people\u0027s logs up during normal use.\n\nSigned-off-by: Ian Pickworth \u003cian@pickworth.me.uk\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "df5a4f4fd378367db1f48e92f46ce312814cf745",
      "tree": "cd83bf68b03594fbc31b40296a0b8e367060eb7f",
      "parents": [
        "918c4563d9c0fafce0072ce0962a703ceba8f05d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Mon Feb 27 00:09:37 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:37 2006 -0300"
      },
      "message": "V4L/DVB (3392): Do a RESYNC for all cards\n\nAfter a FIFO corruptions occurrs (generally due to buffer overflow), FIFO\ncontents needs to be discarted.\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6baad3f041eec7c31ad88b52eb44205987148eba",
      "tree": "403a76e860aefe8d1d8f6d9b71a9ef131f0e248c",
      "parents": [
        "e7ac46469c247a931f760354deaed9cf10b75fde"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Mon Feb 27 00:09:32 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:32 2006 -0300"
      },
      "message": "V4L/DVB (3390): Fix module parameters\n\nNow, root may change parameters while module is running.\nThanks to Edgar Toerning\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "e7ac46469c247a931f760354deaed9cf10b75fde",
      "tree": "3dd4158a80601bd5aad0160f96f6c33e213f0e9e",
      "parents": [
        "1e7eb89ba936fc1db54e247a336f3f55bdbc644d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Mon Feb 27 00:09:29 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:29 2006 -0300"
      },
      "message": "V4L/DVB (3389): Fix broken IF-OUT Relay handling\n\nFixed broken IF-OUT on pinnacle sat board.\nThanks to Edgar Toernig\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1e7eb89ba936fc1db54e247a336f3f55bdbc644d",
      "tree": "1866b11f6590fe22ce7bd532578cb0a7cdc88d59",
      "parents": [
        "3b81fec4328799e94789e8404e6e8b7218c096f6"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linxtv.org",
        "time": "Mon Feb 27 00:09:25 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:25 2006 -0300"
      },
      "message": "V4L/DVB (3388): Ignore DiSEqC messages \u003e 6 and \u003c 3\n\nIgnore invalid messages on cx24110 frontend.\nThanks to Edgar Toernig\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3b81fec4328799e94789e8404e6e8b7218c096f6",
      "tree": "bf46e6ebbbdae9bacf0947ea8e2311c4e1b12d88",
      "parents": [
        "1be11e367f25d3874276d56d1c4ffed5b3cc3bb9"
      ],
      "author": {
        "name": "Peter Beutner",
        "email": "p.beutner@gmx.net",
        "time": "Mon Feb 27 00:09:23 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:23 2006 -0300"
      },
      "message": "V4L/DVB (3386): Dvb-core: remove dead code\n\nThe field \"dvr\" in struct dmxdev is competely unused. Remove\nit and code which allocates, initializes and frees it.\n\nSigned-off-by: Peter Beutner \u003cp.beutner@gmx.net\u003e\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "1be11e367f25d3874276d56d1c4ffed5b3cc3bb9",
      "tree": "147c7388a819c07dcfd5d65d1ada9155a708f178",
      "parents": [
        "981a16f185bdf105f0d411d87f5c276d3da60e64"
      ],
      "author": {
        "name": "Johannes Stezenbach",
        "email": "js@linuxtv.org",
        "time": "Mon Feb 27 00:09:20 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:20 2006 -0300"
      },
      "message": "V4L/DVB (3385): Dvb: fix __init/__exit section references in av7110 driver\n\nuse __devinit/__devexit/__devexit_p() where appropriate\n\nSigned-off-by: Johannes Stezenbach \u003cjs@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "981a16f185bdf105f0d411d87f5c276d3da60e64",
      "tree": "d0f0ed11addec143cb7dde02af78e30d424597a1",
      "parents": [
        "b9ee9ad7cb91301aae0fc12e11f79ba119c133d9"
      ],
      "author": {
        "name": "Mattias Nordstrom",
        "email": "nordstrom@realnode.com",
        "time": "Mon Feb 27 00:09:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:17 2006 -0300"
      },
      "message": "V4L/DVB (3382): Fix stv0297 for qam128 on tt c1500 (saa7146)\n\nI have a TT C1500 card (saa7146, STV0297) which had problems tuning\nchannels at QAM128 (like the ones in the Finnish HTV / Welho network).\nA fix which seems to work perfectly so far is to change the delay for\nQAM128 to the same values as for QAM256 in stv0297_set_frontend(),\n\nSigned-off-by: Mattias Nordstrom \u003cnordstrom@realnode.com\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "36f4f334a169e5d42721d74b5d92fda89f792b06",
      "tree": "79d34a7476ff8c6a8c54fad2dfe3c2a9616c3485",
      "parents": [
        "ab33d5071de7a33616842882c11b5eb52a6c26a1"
      ],
      "author": {
        "name": "Thilo Berger",
        "email": "thilo_berger@gmx.net",
        "time": "Mon Feb 27 00:09:08 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:09:08 2006 -0300"
      },
      "message": "V4L/DVB (3377): Support for Satelco EasyWatch DVB-S light\n\nSupport for Satelco EasyWatch DVB-S light.\n\nSigned-off-by: Thilo Berger \u003cthilo_berger@gmx.net\u003e\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fddd632a8f3850b3981e21a477fcb83d227353ca",
      "tree": "b9524fe63477186bdcb7d43dd47e0c5bdfaa38d8",
      "parents": [
        "4ab2b99b9f41a0a409030f1edb79a14ec2287e4b"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Mon Feb 27 00:08:17 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:08:17 2006 -0300"
      },
      "message": "V4L/DVB (3352): Cxusb: fix lgdt3303 naming\n\nThe following are specific to lgdt3303, and are being renamed to reflect this.\n- cxusb_lgdt330x_config renamed to cxusb_lgdt3303_config.\n- cxusb_lgdt330x_frontend_attach renamed to cxusb_lgdt3303_frontend_attach.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "47a9e50eb7719dc1bf01ac8b60f4d8758146d00e",
      "tree": "c632e7a53a450cfaca6382912b7b99e7b07434c7",
      "parents": [
        "36b36562c4159cca890f29a603e829030fea5788"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Feb 27 00:07:55 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:55 2006 -0300"
      },
      "message": "V4L/DVB (3341): Upstream sync - make 2 structs static\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nAcked-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "36b36562c4159cca890f29a603e829030fea5788",
      "tree": "fc07077ff9153ed8608adb5dfee58f6d060787d8",
      "parents": [
        "4592b3a08454bb018e482de230fd5f15757bba92"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Mon Feb 27 00:07:52 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:52 2006 -0300"
      },
      "message": "V4L/DVB (3340): Make a struct static\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4592b3a08454bb018e482de230fd5f15757bba92",
      "tree": "b3491fda24c7f3a03c6f2075ba1122102b1441eb",
      "parents": [
        "dccd7c703a1ca006fc01d9fe2f14d15d1d17cdc5"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Mon Feb 27 00:07:49 2006 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Mon Feb 27 00:07:49 2006 -0300"
      },
      "message": "V4L/DVB (3337): Drivers/media/dvb/frontends/mt312.c: cleanups\n\nThis patch contains the following possible cleanups:\n- update the Kconfig help to mention the VP310\n- merge vp310_attach and mt312_attach into a new vp310_mt312_attach\n  to remove some code duplication\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "dad08dfc48529e3f907c2680f8b34f1fe2d75880",
      "tree": "1909f4d9fc84cf80137ee4b46f5925c1e8c56205",
      "parents": [
        "4bb8089c86b95b4f6bbd839cb83ca4556b06a031"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Wed Feb 01 06:02:50 2006 -0500"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Feb 07 20:57:52 2006 -0500"
      },
      "message": "[PATCH] dvb NULL noise removal\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "ed2099293627a1f6220c711b265528128f8ad50e",
      "tree": "ed49eac05dca9be25c1917c203d06ad4be07f526",
      "parents": [
        "62b2c00addf2e7d441c4f29e2dd804110b9d9475"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Feb 07 06:49:15 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:55:43 2006 -0200"
      },
      "message": "V4L/DVB (3318e): DVB: remove the at76c651/tda80xx frontends\n\nThe at76c651 and tda80xx frontends are currently completely unused, IOW\ntheir only effect is making the kernel larger for people accitentially\nenabling them.\n\nThe current in-kernel drivers differ from the drivers at cvs.tuxbox.org,\nand re-adding them when parts of the dbox2 project get merged should be\ntrivial.\n\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9366865fdd9fd4fb9e7a81ce3678cc253c89ab9d",
      "tree": "565a2c04a20ecb49f0e77ca7d91f2a1f7d988812",
      "parents": [
        "eba841ed1d00e13144c1063b304c1537b774a747"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:53:22 2006 -0200"
      },
      "message": "V4L/DVB (3313): FIX: Check if FW was downloaded or not + new firmware file\n\n- When a firmware was downloaded dvb_usb_device_init returns NULL for the\n  dvb_usb_device, then nothing should be done with that pointer and device,\n  because it will re-enumerate.\n- A new firmware should be used with digitv devices. \n- It should make \"slave\"-devices work and others, too.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "eba841ed1d00e13144c1063b304c1537b774a747",
      "tree": "9ded43e6b6789163169e75e8521ee33ed4a4d39a",
      "parents": [
        "63631366dc3e159d1209838fb074d5df4edac76a"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:53:05 2006 -0200"
      },
      "message": "V4L/DVB (3312): FIX: Multiple usage of VP7045-based devices\n\nReassigning function pointers in a static led to infinite loops when using\nmultiple VP7045-based device at the same time on one system. Using kmalloc\u0027d\ncopies for reassignments is better.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "63631366dc3e159d1209838fb074d5df4edac76a",
      "tree": "d1cf7d82a4ee4f25d2f28d71ea88c89b487d8858",
      "parents": [
        "4055d392aa0256462758b40cedb9eb7d564de93a"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:42 2006 -0200"
      },
      "message": "V4L/DVB (3310): Use MT352 parallel transport function for all Bluebird FusionHDTV DVB-T boxes.\n\nUse the parallel transport function of the MT352 demodulator in\nTH7579 and LGZ201 -based FusionHDTV Bluebird usb boxes.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "4055d392aa0256462758b40cedb9eb7d564de93a",
      "tree": "28927ce67391f192dac044ba69f3d9f4df9cc94b",
      "parents": [
        "9ead9bd1079b4b7ba45589f6495e79ec50237aed"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:30 2006 -0200"
      },
      "message": "V4L/DVB (3308): Use parallel transport for FusionHDTV Dual Digital USB\n\nUse the parallel transport function of the MT352 in USB demodulator of the\nDual Digital board.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "9ead9bd1079b4b7ba45589f6495e79ec50237aed",
      "tree": "7af1e5facd110abf8a582a7123951543953464a5",
      "parents": [
        "9f38724a6f9a436ce25cb0dfceea4a615ee44fb6"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:52:10 2006 -0200"
      },
      "message": "V4L/DVB (3307): Support for Galaxis DVB-S rev1.3\n\nsupport for Galaxis DVB-S rev1.3 (subsystem 13c2:0004)\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "2d77645a0e8228d3473008ec736e89b7105eafff",
      "tree": "1efaa64179e0169434a63c453c737800c5865168",
      "parents": [
        "922f77de3e26af512ae12d2a0ddb1e1efdf8d81c"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Feb 07 06:49:15 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:15 2006 -0200"
      },
      "message": "V4L/DVB (3318e): DVB: remove the at76c651/tda80xx frontends\n\nThe at76c651 and tda80xx frontends are currently completely unused, IOW\ntheir only effect is making the kernel larger for people accitentially\nenabling them.\n\nThe current in-kernel drivers differ from the drivers at cvs.tuxbox.org,\nand re-adding them when parts of the dbox2 project get merged should be\ntrivial.\n\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "3593cab5d62c4c7abced1076710f9bc2d8847433",
      "tree": "dd5dc21961f6b4aef6900b0c2eb63ce7c70aecd5",
      "parents": [
        "538f9630afbbe429ecbcdcf92536200293a8e4b3"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:14 2006 -0200"
      },
      "message": "V4L/DVB (3318b): sem2mutex: drivers/media/, #2\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "21d06544a745a09cc1e9ce5376a61b074bfce379",
      "tree": "3b10a671baf997e74ce9b92709feefdebfd58bb0",
      "parents": [
        "123aab28608ac81938865b31db188c985aeb4424"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "message": "V4L/DVB (3313): FIX: Check if FW was downloaded or not + new firmware file\n\n- When a firmware was downloaded dvb_usb_device_init returns NULL for the\n  dvb_usb_device, then nothing should be done with that pointer and device,\n  because it will re-enumerate.\n- A new firmware should be used with digitv devices. \n- It should make \"slave\"-devices work and others, too.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "123aab28608ac81938865b31db188c985aeb4424",
      "tree": "63769587f34e3b7f8eeb839cb6eb1a0074b9adb8",
      "parents": [
        "fb51fd2d345021d0cc34848319f4efa75c9e1daa"
      ],
      "author": {
        "name": "Patrick Boettcher",
        "email": "pb@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "message": "V4L/DVB (3312): FIX: Multiple usage of VP7045-based devices\n\nReassigning function pointers in a static led to infinite loops when using\nmultiple VP7045-based device at the same time on one system. Using kmalloc\u0027d\ncopies for reassignments is better.\n\nSigned-off-by: Patrick Boettcher \u003cpb@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "fb51fd2d345021d0cc34848319f4efa75c9e1daa",
      "tree": "fd28a5a7cd5cbbf2e0be61b31a79da42c0ecad42",
      "parents": [
        "d9ed881c66525ac0d95fbf76a46187a5de43be2d"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@brturbo.com.br",
        "time": "Tue Feb 07 06:49:12 2006 -0200"
      },
      "message": "V4L/DVB (3310): Use MT352 parallel transport function for all Bluebird FusionHDTV DVB-T boxes.\n\nUse the parallel transport function of the MT352 demodulator in\nTH7579 and LGZ201 -based FusionHDTV Bluebird usb boxes.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "d9ed881c66525ac0d95fbf76a46187a5de43be2d",
      "tree": "602f7d3198db0b8e71b59c1e319d7cb50d8732d2",
      "parents": [
        "8bd6301c2a33271b629ac1ef2088e110624d5665"
      ],
      "author": {
        "name": "Chris Pascoe",
        "email": "c.pascoe@itee.uq.edu.au",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "message": "V4L/DVB (3308): Use parallel transport for FusionHDTV Dual Digital USB\n\nUse the parallel transport function of the MT352 in USB demodulator of the\nDual Digital board.\n\nSigned-off-by: Chris Pascoe \u003cc.pascoe@itee.uq.edu.au\u003e\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8bd6301c2a33271b629ac1ef2088e110624d5665",
      "tree": "5bfeafe221ba3dcaed34a451f0b64fcda3aded97",
      "parents": [
        "e8e41da46dca6b33e990b48ee379503d25b4da65"
      ],
      "author": {
        "name": "Oliver Endriss",
        "email": "o.endriss@gmx.de",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:11 2006 -0200"
      },
      "message": "V4L/DVB (3307): Support for Galaxis DVB-S rev1.3\n\nsupport for Galaxis DVB-S rev1.3 (subsystem 13c2:0004)\n\nSigned-off-by: Oliver Endriss \u003co.endriss@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "0eb3de20a1cec67547951cebc4fcddc701e7428b",
      "tree": "056fbb4adedc7b2462efa4146b8bd8ad35c3cb16",
      "parents": [
        "0157a9cc727dec90a7d60ad254eb899a775685a9"
      ],
      "author": {
        "name": "Hartmut Hackmann",
        "email": "hartmut.hackmann@t\\-online.de",
        "time": "Tue Feb 07 06:49:10 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:49:10 2006 -0200"
      },
      "message": "V4L/DVB (3304): TDA10046 Driver update\n\n- Set outputs to tristate in sleep mode\n- Reduce dangerously high firmware download speed with 16MHz xtal\n- added tda827x configuration with GPIOs low\n- added comments to stupid looking IIC reads that work around bugs in\n  the tda10046.\n- some minor updates\n\nSigned-off-by: Hartmut Hackmann \u003chartmut.hackmann@t-online.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "8a8832a8eb5a824261a63c22befb4a8c193d4d02",
      "tree": "d2d40ad7e3dd422b08892a0099a6dab0dc41f280",
      "parents": [
        "28ecc4490100488663f1a978846632800ab198d5"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@linuxtv.org",
        "time": "Tue Feb 07 06:45:33 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:45:33 2006 -0200"
      },
      "message": "V4L/DVB (3299): Kconfig: DVB_USB_CXUSB depends on DVB_LGDT330X and DVB_MT352\n\n- rename DVB_USB_CXUSB one-liner description to:\n  Conexant USB2.0 hybrid reference design support.\n- with the addition of bluebird support to dvb-usb-cxusb,\n  it now depends on lgdt330x and mt352 modules.\n\nSigned-off-by: Michael Krufky \u003cmkrufky@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "6a5b28f9b7688638eed23b891d6bf5d9aaca94d3",
      "tree": "d2f9b4c39e8a63c5be7c84de213787925d586261",
      "parents": [
        "19d7509c0531b0e08f52ab93070569e0aba54cdf"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Tue Feb 07 06:45:30 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:45:30 2006 -0200"
      },
      "message": "V4L/DVB (3294): Fix [Bug 5895] to correct snd_87x autodetect\n\nWith DVB drivers enabled snd_87x (ALSA) don\u0027t detect.\n\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    },
    {
      "commit": "815a3caf36def2297ba49a2e3d485c432e21ddec",
      "tree": "6919a47c77e0611da74874c6152d8ac707accc9c",
      "parents": [
        "ac2523014234004413c252e1aa9c12774b7a502d"
      ],
      "author": {
        "name": "Manu Abraham",
        "email": "manu@linuxtv.org",
        "time": "Tue Feb 07 06:38:45 2006 -0200"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@infradead.org",
        "time": "Tue Feb 07 06:42:49 2006 -0200"
      },
      "message": "V4L/DVB (3294): Fix [Bug 5895] to correct snd_87x autodetect\n\nWith DVB drivers enabled snd_87x (ALSA) don\u0027t detect.\n\n\nSigned-off-by: Manu Abraham \u003cmanu@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\n"
    }
  ],
  "next": "36377a19a00202153c72b9496ec0609c9aad0ec9"
}
