)]}'
{
  "log": [
    {
      "commit": "bd323e28bd82dfd4b72c50ddc4d5fc24e3678b99",
      "tree": "189921e2d10c732f8e439eb38a54f481ea4b05cf",
      "parents": [
        "8607c42540d0aa61ab562506681d34c245b91fae"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Mon Aug 29 08:51:49 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:07:20 2011 -0300"
      },
      "message": "[media] media: vb2: change queue initialization order\n\nThis patch changes the order of operations during stream on call. Now the\nbuffers are first queued to the driver and then the start_streaming method\nis called.\n\nThis resolves the most common case when the driver needs to know buffer\naddresses to enable dma engine and start streaming. Additional parameter\nto start_streaming method have been added to simplify drivers code. The\ndriver are now obliged to check if the number of queued buffers is high\nenough to enable hardware streaming. If not - it can return an error. In\nsuch case all the buffers that have been pre-queued are invalidated.\n\nThis patch also updates all videobuf2 clients to work properly with the\nchanged order of operations.\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nCC: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nCC: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nCC: Tomasz Stanislawski \u003ct.stanislaws@samsung.com\u003e\nCC: Sylwester Nawrocki \u003cs.nawrocki@samsung.com\u003e\nCC: Kamil Debski \u003ck.debski@samsung.com\u003e\nCC: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nCC: Josh Wu \u003cjosh.wu@atmel.com\u003e\nCC: Hans de Goede \u003chdegoede@redhat.com\u003e\nCC: Paul Mundt \u003clethal@linux-sh.org\u003e\nTested-by: Josh Wu \u003cjosh.wu@atmel.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8607c42540d0aa61ab562506681d34c245b91fae",
      "tree": "079e39f8b3316063ab6c057bb8429bb95ba086b3",
      "parents": [
        "ba7fcb0c954921534707f08ebc4d8beeb2eb17e7"
      ],
      "author": {
        "name": "Yu Tang",
        "email": "ytang5@marvell.com",
        "time": "Tue Aug 30 02:31:54 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:05:21 2011 -0300"
      },
      "message": "[media] media: vb2: fix userptr VMA release seq\n\nAlign vb2 user pointer VMA release sequence with munmap.\nDo vm_ops-\u003evm_close before release file.\n\nSigned-off-by: Yu Tang \u003cytang5@marvell.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ba7fcb0c954921534707f08ebc4d8beeb2eb17e7",
      "tree": "0dc9929461e4ac2af79ab5bfffb1bdac181ad6c5",
      "parents": [
        "035aa1475d6e4afdf97dccf6c6d6059063398b57"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Mon Aug 29 03:20:56 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:05:10 2011 -0300"
      },
      "message": "[media] media: vb2: dma contig allocator: use dma_addr instread of paddr\n\nUse the correct \u0027dma_addr\u0027 name for the buffer address. \u0027paddr\u0027 suggested\nthat this is the physical address in system memory. For most ARM platforms\nthese two are the same, but this is not a generic rule. \u0027dma_addr\u0027 will\nalso point better to dma-mapping api.\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nAcked-by: Guennadi Liakhovetski \u003cg.liakhovetski@gmx.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "035aa1475d6e4afdf97dccf6c6d6059063398b57",
      "tree": "bef507d9f3c21446f0fb26b657bfdb5f81ca7c02",
      "parents": [
        "25a27d91006091e28532053c95fa36b70b79d3ad"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Wed Aug 24 06:43:36 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:04:27 2011 -0300"
      },
      "message": "[media] media: vb2: change plane sizes array to unsigned int[]\n\nPlane sizes array was declared as unsigned long[], while unsigned int is\nmore than enough for storing size of the video buffer. This patch reduces\nthe size of the array by definiting it as unsigned int[].\n\nReported-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "25a27d91006091e28532053c95fa36b70b79d3ad",
      "tree": "9012e2126e118b5579b149e99320c4e7ccea9ba8",
      "parents": [
        "c1426bc727b78808fb956f7402b689144c1506ee"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Wed Aug 24 06:49:35 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:04:09 2011 -0300"
      },
      "message": "[media] media: vb2: fix handling MAPPED buffer flag\n\nMAPPED flag was set for the buffer only if all it\u0027s planes were mapped and\nrelied on a simple mapping counter. This assumption is really bogus,\nespecially because the buffers may be mapped multiple times. Also the\nmeaning of this flag for muliplane buffers was not really useful. This\npatch fixes this issue by setting the MAPPED flag for the buffer if any of\nit\u0027s planes is in use (what means that has been mapped at least once), so\nMAPPED flag can be used as \u0027in_use\u0027 indicator.\n\nReported-by: Hans Verkuil \u003chverkuil@xs4all.nl\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nTested-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c1426bc727b78808fb956f7402b689144c1506ee",
      "tree": "dd6f9667e01bfacd8f9674149c32ef774c2f0605",
      "parents": [
        "a6bd62be5a3e3a2eee9c0c1d7c04cb52cff3e073"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Wed Aug 24 06:36:26 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:03:49 2011 -0300"
      },
      "message": "[media] media: vb2: add a check if queued userptr buffer is large enough\n\nVideobuf2 accepted any userptr buffer without verifying if its size is\nlarge enough to store the video data from the driver. The driver reports\nthe minimal size of video data once in queue_setup and expects that\nvideobuf2 provides buffers that match these requirements. This patch\nadds the required check.\n\nReported-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "a6bd62be5a3e3a2eee9c0c1d7c04cb52cff3e073",
      "tree": "b0ab018a7b3fce14962ab5bbeda5d84d7307b1fa",
      "parents": [
        "1d0c86cad38678fa42f6d048a7b9e4057c8c16fc"
      ],
      "author": {
        "name": "Andrzej Pietrasiewicz",
        "email": "andrzej.p@samsung.com",
        "time": "Thu Aug 25 07:21:21 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:03:26 2011 -0300"
      },
      "message": "[media] media: mem2mem: eliminate possible NULL pointer dereference\n\nThis patch removes the possible NULL pointer dereference in mem2mem\ncode.\n\nSigned-off-by: Andrzej Pietrasiewicz \u003candrzej.p@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nCC: Pawel Osciak \u003cpawel@osciak.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1d0c86cad38678fa42f6d048a7b9e4057c8c16fc",
      "tree": "83b6120dd8361b733e2705d5e585a6cb3b229223",
      "parents": [
        "93d5a30bcabb49a3179d68f5714d43ae1560ede8"
      ],
      "author": {
        "name": "Tomasz Stanislawski",
        "email": "t.stanislaws@samsung.com",
        "time": "Fri Jul 01 06:25:46 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 15:03:10 2011 -0300"
      },
      "message": "[media] media: v4l: remove single to multiplane conversion\n\nThis patch removes an implicit conversion between multi and single plane\nformats from V4L2 framework. The conversion is to be performed by libv4l2.\n\nSigned-off-by: Tomasz Stanislawski \u003ct.stanislaws@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "93d5a30bcabb49a3179d68f5714d43ae1560ede8",
      "tree": "b881bf84dafcc06b89c6c68a8937c223bfe97486",
      "parents": [
        "2b5d948040dedaa765c9046f634212a2757f5442"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Tue Aug 09 09:32:06 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:55:06 2011 -0300"
      },
      "message": "[media] v4l2-ioctl: more -ENOTTY fixes\n\n  explicitly instead of using a macro.\n  ioctls and the ENUMSTD, S_STD and G_PARM ioctls.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2b5d948040dedaa765c9046f634212a2757f5442",
      "tree": "5eca9dce56e37db89454f594cad569cabd031fed",
      "parents": [
        "8c79eecebb730de8c0610d2b79a6a10e51106ba4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Fri Jul 29 07:21:33 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:51:27 2011 -0300"
      },
      "message": "[media] ivtv: fill in service_set\n\nThe service_set field of struct v4l2_sliced_vbi_cap was never filled in.\nThe v4l2-compliance tool complained about this, so this is now fixed.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8c79eecebb730de8c0610d2b79a6a10e51106ba4",
      "tree": "af8f6510a762c783dc8878f47460528f6ff5881b",
      "parents": [
        "94238e9b1946a300b7aeb8bc1ab7f55f6f27e225"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Fri Jul 29 07:19:46 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:51:00 2011 -0300"
      },
      "message": "[media] vivi: fill in colorspace\n\nThe colorspace was never filled in, causing complaints from v4l2-compliance.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "94238e9b1946a300b7aeb8bc1ab7f55f6f27e225",
      "tree": "47a0b449c040fdc037ea37a40869c190abbd6fdb",
      "parents": [
        "1d3726ae84c3ff499be4f6bcbb805aeab8d812c6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Sat Aug 27 11:30:25 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:46:59 2011 -0300"
      },
      "message": "[media] dvb_frontend: fix compile warning\n\nAndreas Oberritter \u003cobi@linuxtv.org\u003e has looked at this and agreed that it is\nsafe to remove the \u0027timeout\u0027 variable.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1d3726ae84c3ff499be4f6bcbb805aeab8d812c6",
      "tree": "b55735782e8f29433758d49351f255ac375ad61b",
      "parents": [
        "ba08831b84211e48ae4ce6272eebeade8d41cff4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Sat Aug 27 11:25:31 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:46:38 2011 -0300"
      },
      "message": "[media] si470x: fix compile warning\n\nTobias Lorenz \u003ctobias.lorenz@gmx.net\u003e has looked at this and agreed that the\n\u0027buf\u0027 variable could be removed.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "ba08831b84211e48ae4ce6272eebeade8d41cff4",
      "tree": "1e1a3a2ef7c466f70dfa06dd67e77aefedb58551",
      "parents": [
        "23aefb7e0e5e8b3766545af51b88fc3eb07532ba"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:52:53 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:46:17 2011 -0300"
      },
      "message": "[media] vpx3220, bt819: fix compiler warnings\n\nSame status/res mixup.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "23aefb7e0e5e8b3766545af51b88fc3eb07532ba",
      "tree": "1da5be31a8cfec21bacd8f9f56e9f8b0e4019440",
      "parents": [
        "7ed67f15f4d659b1fd2ad82fdea4746f4a1cdf94"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:47:15 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:45:43 2011 -0300"
      },
      "message": "[media] drxd_hard: fix compiler warnings\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7ed67f15f4d659b1fd2ad82fdea4746f4a1cdf94",
      "tree": "6a62d19ba0d24bb945c692086045a9b48b07d552",
      "parents": [
        "db3ca1d5f118ef5ab5717068ee02c1e44e011e64"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:40:07 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:45:20 2011 -0300"
      },
      "message": "[media] mantis: fix compiler warnings\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "db3ca1d5f118ef5ab5717068ee02c1e44e011e64",
      "tree": "6d24c3ea66dab2d2610ceca08f2de51919f5d482",
      "parents": [
        "88af83048d3bdfe3de7aee54e7117afbc2f8dd58"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:36:59 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:45:02 2011 -0300"
      },
      "message": "[media] az6027: fix compiler warnings\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "88af83048d3bdfe3de7aee54e7117afbc2f8dd58",
      "tree": "7d0b98f0092f7431ec008e3f5bcd9f92cfc59aa0",
      "parents": [
        "4c04b7a1ada742aace5023aca57e537bf75b59ff"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:24:16 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:44:30 2011 -0300"
      },
      "message": "[media] tvaudio: fix compiler warnings\n\nThis is indeed a bug: balance and volume must be used to set the left and right\nchannel volume. Fixed.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4c04b7a1ada742aace5023aca57e537bf75b59ff",
      "tree": "32592eafb983faefef68af014c9177b16ffca2f4",
      "parents": [
        "d3bcaf083bb7a081b280a04898f7c9f68e1253d4"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:17:39 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:43:59 2011 -0300"
      },
      "message": "[media] af9005-fe: fix compiler warning\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d3bcaf083bb7a081b280a04898f7c9f68e1253d4",
      "tree": "311e70bcb44caaa4426236bce0953cba0e25db59",
      "parents": [
        "2122eaf64acd9ca42645b4bf8f222c7d452313f1"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 10:10:32 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:43:43 2011 -0300"
      },
      "message": "[media] mxl5005s: fix compiler warning\n\nRemoved the unused Xtal_Int variable. That made it also possible to remove a\nrelated function. However, the code of that function has been preserved in a\ncomment describing an equation. Without that function that comment would\nhave been hard to understand.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2122eaf64acd9ca42645b4bf8f222c7d452313f1",
      "tree": "43039d6d572a39b3400354fa42ab24d775646b30",
      "parents": [
        "7b4668efc4a8f75d12337cf8013307a7ec437878"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 09:59:16 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:42:59 2011 -0300"
      },
      "message": "[media] ddbridge: fix compiler warnings\n\n\u0027off\u0027 was unused and \u0027ret\u0027 really had to be used to return -EFAULT.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7b4668efc4a8f75d12337cf8013307a7ec437878",
      "tree": "7d840c80168ce5d3480d64230a5402677040eac8",
      "parents": [
        "eb70ac1b1e457537a056cb714ccddbb1fd56f9ed"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 09:54:30 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:40:09 2011 -0300"
      },
      "message": "[media] saa7146: fix compiler warning\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eb70ac1b1e457537a056cb714ccddbb1fd56f9ed",
      "tree": "ad599b0b767cbefd1f08d75a382c237c63d3726f",
      "parents": [
        "f68afe5d45198bfe7040cf751033c6208577468c"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 09:43:49 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:39:10 2011 -0300"
      },
      "message": "[media] wl128x: fix compiler warning + wrong write() return\n\nThe fix is to check for ret and return -EFAULT if non-zero.\n\nI also noticed that write() didn\u0027t return the number of bytes written.\nFixed as well.\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f68afe5d45198bfe7040cf751033c6208577468c",
      "tree": "1abe419bbb9bd26459c12393c80a95d58297f58b",
      "parents": [
        "398b0d1f058636f3950296ca07346577c02b94d6"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 09:36:42 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:38:42 2011 -0300"
      },
      "message": "[media] mt20xx.c: fix compiler warnings\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "398b0d1f058636f3950296ca07346577c02b94d6",
      "tree": "dd33e90e732d7fc2f76de4f624536b8eb5aa6420",
      "parents": [
        "77eed219fed5a913f59329cc846420fdeab0150f"
      ],
      "author": {
        "name": "Hans Verkuil",
        "email": "hans.verkuil@cisco.com",
        "time": "Thu Aug 25 09:14:57 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:38:21 2011 -0300"
      },
      "message": "[media] radio-si4713.c: fix compiler warning\n\nSigned-off-by: Hans Verkuil \u003chans.verkuil@cisco.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "77eed219fed5a913f59329cc846420fdeab0150f",
      "tree": "abcbcb0a970fb7b81efb11e229151adce78e166b",
      "parents": [
        "4c66c9205c0788e18eb09d482461aa2f551ee046"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Tue Sep 06 09:31:57 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:21:42 2011 -0300"
      },
      "message": "[media] dvb-usb: refactor MFE code for individual streaming config per frontend\n\nrefactor MFE code to allow for individual streaming configuration\nfor each frontend\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nReviewed-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4c66c9205c0788e18eb09d482461aa2f551ee046",
      "tree": "8e71186b8221193acc6efbcd240d18980b596da5",
      "parents": [
        "f8a26f052a5f62c7555d09680c1fe8cbfcac590f"
      ],
      "author": {
        "name": "Michael Krufky",
        "email": "mkrufky@kernellabs.com",
        "time": "Mon Aug 29 00:05:35 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Tue Sep 06 14:21:17 2011 -0300"
      },
      "message": "[media] dvb-usb: add ATSC support for the Hauppauge WinTV-Aero-M\n\nAdds new driver, mxl111sf, to support the WinTV-Aero-M\n\nSigned-off-by: Michael Krufky \u003cmkrufky@kernellabs.com\u003e\nReviewed-by: Steven Toth \u003cstoth@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f8a26f052a5f62c7555d09680c1fe8cbfcac590f",
      "tree": "43bf0081837d7872f0ef6c486164afb1166c9ee8",
      "parents": [
        "133a9fe949862d9ed8411fb423739f4cee08232d"
      ],
      "author": {
        "name": "Edward Sheldrake",
        "email": "ejsheldrake@gmail.com",
        "time": "Fri Aug 26 12:59:30 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Sep 04 11:17:11 2011 -0300"
      },
      "message": "[media] drxd: fix divide error\n\nFix division by zero in drxd triggered by running \"femon\" before any DVB\ntuning has been done (by \"scandvb\" or anything else).\n\nSigned-off-by: Edward Sheldrake \u003cejsheldrake@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "133a9fe949862d9ed8411fb423739f4cee08232d",
      "tree": "4a465a6823412503b73ef0462e3ffad3415fab39",
      "parents": [
        "42f4e774a30d0e9894741b62af4174c73ecc53da"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:57 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Sep 04 11:06:05 2011 -0300"
      },
      "message": "[media] gspca: Use current logging styles\n\nAdd pr_fmt.\nConvert usb style logging macros to pr_\u003clevel\u003e.\nRemove now unused old usb style logging macros.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: Jean-Francois Moine \u003cmoinejf@free.fr\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "42f4e774a30d0e9894741b62af4174c73ecc53da",
      "tree": "5c3d5ae71c123611bbca6adec00e9390b45f091e",
      "parents": [
        "1b19e42952963ae2a09a655f487de15b7c81c5b7"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Wed Aug 24 14:33:52 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sun Sep 04 10:56:08 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: check function pointers on reinitialize\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "1b19e42952963ae2a09a655f487de15b7c81c5b7",
      "tree": "7e55549ab65489f44f7e9dae97795b2fca81abee",
      "parents": [
        "91f5842b327d4c91f0ab2d9775ac1357054cf951"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:56 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:13:51 2011 -0300"
      },
      "message": "[media] t613: Use current logging styles\n\nAdd pr_fmt.\nConvert usb style logging macros to pr_\u003clevel\u003e.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "91f5842b327d4c91f0ab2d9775ac1357054cf951",
      "tree": "342dba650c8ceec7d1226586bf7b0db218c8a510",
      "parents": [
        "be612514c0f9d543d3689111755e1aa6a008e88f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:55 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:13:40 2011 -0300"
      },
      "message": "[media] sn9c20x: Use current logging styles\n\nAdd pr_fmt.\nConvert usb style logging macros to pr_\u003clevel\u003e.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "be612514c0f9d543d3689111755e1aa6a008e88f",
      "tree": "3bcbc59fe19ffe9778b9c19d6aaeba5cb2169c37",
      "parents": [
        "70a429954799bbf71f87abf12aaa35bf52cd9913"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:54 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:13:21 2011 -0300"
      },
      "message": "[media] pac207: Use current logging styles\n\nAdd pr_fmt.\nConvert usb style logging macros to pr_\u003clevel\u003e.\nCoalesce formats.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "70a429954799bbf71f87abf12aaa35bf52cd9913",
      "tree": "1dfff68e0891a93c518a1db3304d1a1385961c1e",
      "parents": [
        "bdfe91f411bd05392952efc1afdce8bda1923517"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:53 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:13:08 2011 -0300"
      },
      "message": "[media] finepix: Use current logging styles\n\nAdd pr_fmt.\nConvert usb style logging macros to pr_\u003clevel\u003e.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "bdfe91f411bd05392952efc1afdce8bda1923517",
      "tree": "e14abebbd88b14cd56b52d8d590926c536bd89b2",
      "parents": [
        "d650fc30c0328eceb0e48f348e01e073b5a7f1f6"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:52 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:12:53 2011 -0300"
      },
      "message": "[media] m5602: Use current logging styles\n\nAdd pr_fmt and convert usb style logging macro uses to pr_\u003clevel\u003e.\nCoalesce format strings.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: Erik Andrén \u003cerik.andren@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d650fc30c0328eceb0e48f348e01e073b5a7f1f6",
      "tree": "06b30224ec517307f515e826cd060db699c65e1f",
      "parents": [
        "857011e4d9bf47b39abcc89541a58c56e4df34be"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:51 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:12:17 2011 -0300"
      },
      "message": "[media] gl860: Use current logging styles\n\nAdd pr_fmt.\nConvert err macro use to pr_err.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "857011e4d9bf47b39abcc89541a58c56e4df34be",
      "tree": "e9a70a5e2f5ecdac5fcff63913ad035678095ea4",
      "parents": [
        "8af443e581ab57a6a38f595eb40be3514ea55195"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:50 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:11:59 2011 -0300"
      },
      "message": "[media] et61x251: Use current logging styles\n\nAdd pr_fmt and convert printks to pr_\u003clevel\u003e\nRemove explicit prefixes from logging messages.\nOne of the prefixes was defective, a copy/paste error.\nUse ##__VA_ARGS__ for variadic macros.\nWhitespace neatening.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8af443e581ab57a6a38f595eb40be3514ea55195",
      "tree": "ceb43d2544308cb1eac95b238680b1892efc5f3b",
      "parents": [
        "d8a10ac948545d8a4261728719af39b5dffaf7da"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:48 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 21:02:52 2011 -0300"
      },
      "message": "[media] bt8xx: Use current logging styles\n\nThis converts some messages that were emitted at\nKERN_INFO to KERN_DEBUG.  All of these messages\nwere guarded by bttv_debug tests.\n\nAdd pr_fmt.\nConvert printks to pr_\u003clevel\u003e\nConvert printks without KERN_\u003clevel\u003e to appropriate pr_\u003clevel\u003e.\nRemoved embedded prefixes when pr_fmt was added.\nWhitespace cleanups when around other conversions.\nMacros coded with if statements should be do { if... } while (0)\nso the macros can be used in other if tests.\nUse ##__VA_ARGS__ for variadic macro as well.\nCoalesce format strings.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d8a10ac948545d8a4261728719af39b5dffaf7da",
      "tree": "30b44a61172d8f6776d9fb84fc98c339cdc59e25",
      "parents": [
        "7de3461c93a6d65355113cca333723eb8a1a0225"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:47 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:58:05 2011 -0300"
      },
      "message": "[media] winbond-cir: Use current logging styles\n\nAdd pr_fmt, convert printks to pr_\u003clevel\u003e.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: David Härdeman \u003cdavid@hardeman.nu\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7de3461c93a6d65355113cca333723eb8a1a0225",
      "tree": "73dcf3d77ea52fa0996a0716a36cd58a415f0fbe",
      "parents": [
        "86b0dbef777a1fbb9922e304f047921d4e9d9c40"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:46 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:57:09 2011 -0300"
      },
      "message": "[media] ene_ir: Use current logging styles\n\nAdd pr_fmt.\nConvert ene_warn and ene_notice to pr_\u003clevel\u003e.\nUse pr_debug in __dbg macro and a little neatening.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "86b0dbef777a1fbb9922e304f047921d4e9d9c40",
      "tree": "1896914d75102dc7c067bb419f6076835978ede9",
      "parents": [
        "44d0b80e5ff741d502a6ccc8685a18bda1ac9da4"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:45 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:56:22 2011 -0300"
      },
      "message": "[media] rc-core.h: Surround macro with do {} while (0)\n\nMacros coded with if statements should be do { if... } while (0)\nso the macros can be used in other if tests.\n\nUse ##__VA_ARGS__ for variadic macro as well.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "44d0b80e5ff741d502a6ccc8685a18bda1ac9da4",
      "tree": "b19473bcfeae86f0ab4ccc66e5bf18fea71fc896",
      "parents": [
        "0b8bd83cf393832f1d00096b866d888b75b374c3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Aug 21 19:56:44 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:54:14 2011 -0300"
      },
      "message": "[media] saa7146: Use current logging styles\n\nStandardize the mechanisms to emit logging messages.\n\nA few other modules used an #include from saa7146,\nconvert those at the same time.\n\nAdd pr_fmt.\nConvert printks to pr_\u003clevel\u003e\nConvert printks without KERN_\u003clevel\u003e to appropriate pr_\u003clevel\u003e.\nConvert logging macros requiring multiple parentheses to normal style.\nRemoved embedded prefixes when pr_fmt was added.\nWhitespace cleanups when around other conversions.\nUse printf extension %pM to print mac address.\nCoalesce format strings.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nAcked-by: Michael Hunold \u003cmichael@mihu.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0b8bd83cf393832f1d00096b866d888b75b374c3",
      "tree": "86b8f92a7fa4c6ee0b71b496859e3a7a319a1794",
      "parents": [
        "76424a0a50982e4026c7d1d5a0cddc92eecc5969"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sat Aug 20 16:01:26 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:50:22 2011 -0300"
      },
      "message": "[media] em28xx: don\u0027t sleep on disconnect\n\nThe DVB framework will try to power-down an adapter that no-one is using\nany more, but this assumes that the adapter is still connected to the\nmachine. That\u0027s not always true for a USB adapter, so disable the sleep\noperations when the adapter has been physically unplugged.\n\nThis prevents I2C write failures with error -19 from appearing\noccasionally in the dmesg log.\n\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "76424a0a50982e4026c7d1d5a0cddc92eecc5969",
      "tree": "36296bc5a0cf782c8e9f18d691eee984d776c4ab",
      "parents": [
        "6c03e38b34dcfcdfa2f10cf984995a48f030f039"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sat Aug 20 08:31:05 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:50:11 2011 -0300"
      },
      "message": "[media] em28xx: move printk lines outside mutex lock\n\nThere\u0027s no reason to still be holding the device list mutex for either of these\nprintk statements.\n\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6c03e38b34dcfcdfa2f10cf984995a48f030f039",
      "tree": "96d32284bbc7adc3e423c4a7df1ee6f51520c864",
      "parents": [
        "38b61eb2dac06fdc42815b004e9824d8196cfcfb"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sat Aug 20 08:28:17 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:50:00 2011 -0300"
      },
      "message": "[media] em28xx: clean up resources should init fail\n\nThis patch ensures that the em28xx_init_dev() function cleans up after itself,\nin the event that it fails. This isimportant because the struct em28xx will be\ndeallocated if em28xx_init_dev() returns an error.\n\n[mchehab@redhat.com: Fix merge conflicts and simplify the goto labels]\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "38b61eb2dac06fdc42815b004e9824d8196cfcfb",
      "tree": "9a6a74936ab7c4d7d33511b247b0d745373caf9c",
      "parents": [
        "f38f33395232db1a03d21b992af1714cbffbdec4"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sat Aug 20 08:21:03 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:49:51 2011 -0300"
      },
      "message": "[media] em28xx: use atomic bit operations for devices-in-use mask\n\nUse atomic bit operations for the em28xx_devused mask, to prevent an\nunlikely race condition should two adapters be plugged in\nsimultaneously. The operations also clearer than explicit bit\nmanipulation anyway.\n\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f38f33395232db1a03d21b992af1714cbffbdec4",
      "tree": "48e85071fe8234056073c6f2e8c7aad7ed524586",
      "parents": [
        "c0f856d3f0e0643c617a86756fd58f23766cfe25"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sat Aug 20 08:08:34 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 20:49:41 2011 -0300"
      },
      "message": "[media] em28xx: pass correct buffer size to snprintf\n\nsnprintf()\u0027s size parameter includes space for the terminating \u0027\\0\u0027 character.\n\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c0f856d3f0e0643c617a86756fd58f23766cfe25",
      "tree": "5aa7c1174649fa94a8cf03765eba6fa79bfe4343",
      "parents": [
        "674ce34333f49a5aea778e7659e7fe637dc1dab3"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Aug 16 11:04:07 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 19:07:21 2011 -0300"
      },
      "message": "[media] DVB: increment minor version after addition of SYS_TURBO\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "674ce34333f49a5aea778e7659e7fe637dc1dab3",
      "tree": "02e4e90f340b2c6cf67587e8d9f16c1ed552c2df",
      "parents": [
        "3f5c14d3d3d7a3f508f2fffa62731f13f8efdfba"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Tue Aug 16 11:04:06 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 19:06:58 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: remove static assignments from dtv_property_cache_sync()\n\n  dtv_property_cache_init().\n  dtv_property_process_get().\n  overwritten with invalid values, leading to partially incorrect\n  results when calling FE_GET_PROPERTY.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3f5c14d3d3d7a3f508f2fffa62731f13f8efdfba",
      "tree": "1248879aae03b2ffa6cb2067b7736e88bad5f8e0",
      "parents": [
        "63f409a444fa295247363a28381314683d6f4596"
      ],
      "author": {
        "name": "Arnaud Lacombe",
        "email": "lacombar@gmail.com",
        "time": "Mon Aug 15 02:07:08 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:50:59 2011 -0300"
      },
      "message": "[media] drivers/media: do not use EXTRA_CFLAGS\n\nUsage of these flags has been deprecated for nearly 4 years by:\n\n    commit f77bf01425b11947eeb3b5b54685212c302741b8\n    Author: Sam Ravnborg \u003csam@neptun.(none)\u003e\n    Date:   Mon Oct 15 22:25:06 2007 +0200\n\n        kbuild: introduce ccflags-y, asflags-y and ldflags-y\n\nMoreover, these flags (at least EXTRA_CFLAGS) have been documented for command\nline use. By default, gmake(1) do not override command line setting, so this is\nlikely to result in build failure or unexpected behavior.\n\nReplace their usage by Kbuild\u0027s `{as,cc,ld}flags-y\u0027.\n\nCc: Sam Ravnborg \u003csam@ravnborg.org\u003e\nCc: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nCc: linux-media@vger.kernel.org\nSigned-off-by: Arnaud Lacombe \u003clacombar@gmail.com\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "63f409a444fa295247363a28381314683d6f4596",
      "tree": "1be3a112e8aac346a231ed85a6f9df367aa5a9ec",
      "parents": [
        "0163b924c5c54f9737357f622fd923a9d80556bd"
      ],
      "author": {
        "name": "Chris Rankin",
        "email": "rankincj@yahoo.com",
        "time": "Sun Aug 14 09:18:46 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:48:27 2011 -0300"
      },
      "message": "[media] Add missing OK key to PCTV IR keymap\n\nHi,\n\nThe following patch adds the IR code for the missing \"OK\" key to the Pinnacle\nPCTV HD map. This map is now used by the PCTV 290e DVB-T2 device, whose remote\ncontrol has 26 buttons.\n\nSigned-off-by: Chris Rankin \u003crankincj@yahoo.com\u003e\nReviewed-by: Devin Heitmueller \u003cdheitmueller@kernellabs.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0163b924c5c54f9737357f622fd923a9d80556bd",
      "tree": "4a48704d19262a062671c2dec211835d9f71ed5d",
      "parents": [
        "e6a476fd5f6593e023250b0ab00b0b68117a5da2"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Fri Aug 12 08:40:08 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:43:58 2011 -0300"
      },
      "message": "[media] drivers/media/video/zr364xx.c: add missing cleanup code\n\nIt seems just as necessary to free cam-\u003evdev and cam in this error case as\nin the next one.\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e6a476fd5f6593e023250b0ab00b0b68117a5da2",
      "tree": "22f0aaad801029e83aae7ac2041ca3960496fcbc",
      "parents": [
        "e9013fb6eb397df9fd2e71d4f31a8bad4e65d046"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Wed Aug 10 06:32:29 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:35:28 2011 -0300"
      },
      "message": "[media] MAINTAINERS: add entries for s5p-mfc and s5p-tv drivers\n\nBoth driver has been merged to v3.1-rc1, so add its authors as maintainers.\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kamil Debski \u003ck.debski@samsung.com\u003e\nSigned-off-by: Tomasz Stanislawski \u003ct.stanislaws@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e9013fb6eb397df9fd2e71d4f31a8bad4e65d046",
      "tree": "451e2abe1dcb3e8df761730450f65b743c3ddf61",
      "parents": [
        "0db4bf42baae95ddd457b0c4911e851c9169750e"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Tue Aug 09 12:52:38 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:23:42 2011 -0300"
      },
      "message": "[media] ddbridge: fix ddb_ioctl()\n\nThere were a several problems in this function:\n\n1) Potential integer overflow in the comparison:\n\tif (fio.write_len + fio.read_len \u003e 1028) {\n\n2) If the user gave bogus values for write_len and read_len then\n   returning -EINVAL is more appropriate than returning -ENOMEM.\n\n3) wbuf was set to the address of an array and could never be NULL\n   so I removed the pointless NULL check.\n\n4) The call to vfree(wbuf) was improper.  That array is part of a\n   larger struct and isn\u0027t allocated by itself.\n\n5) flashio() can\u0027t actually fail, but we may as well add error\n   handling in case this changes later.\n\n6) In the default case where an ioctl is not implemented then\n   returning -ENOTTY is more appropriate than returning -EFAULT.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0db4bf42baae95ddd457b0c4911e851c9169750e",
      "tree": "d22488cc966eaa498838e91f574d8d65dbe75f35",
      "parents": [
        "6fb2bdfa068676f436fd333c460549ed64549c5e"
      ],
      "author": {
        "name": "Steve Kerrison",
        "email": "steve@stevekerrison.com",
        "time": "Tue Aug 09 07:16:21 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:13:41 2011 -0300"
      },
      "message": "[media] CXD2820R: Replace i2c message translation with repeater gate control\n\nThis patch implements an i2c_gate_ctrl op for the cxd2820r. Thanks to Robert\nSchlabbach for identifying the register address and field to set.\n\nThe old i2c intercept code that prefixed messages with a passthrough byte has\nbeen removed and the PCTV nanoStick T2 290e entry in em28xx-dvb has been\nupdated appropriately.\n\nTested for DVB-T2 use; I would appreciate it if somebody with DVB-C capabilities\ncould test it as well - from inspection I cannot see any problems.\n\nThis is patch v2. It fixes some schoolboy style errors and removes superfluous\ni2c entries in cxd2820r.h.\n\nSigned-off-by: Steve Kerrison \u003csteve@stevekerrison.com\u003e\nAcked-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nTested-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6fb2bdfa068676f436fd333c460549ed64549c5e",
      "tree": "7243cb41055ed5ee365e6472322e368140fca91a",
      "parents": [
        "7fc9da2a8f721efe9813fdff5d95a516999615a0"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Sat Sep 03 14:26:34 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:07:23 2011 -0300"
      },
      "message": "[media] DVB: Change API version in documentation: 3 -\u003e 5.4\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "7fc9da2a8f721efe9813fdff5d95a516999615a0",
      "tree": "a404e4120f69feea614df96637864f206a06e213",
      "parents": [
        "8fc74fdb0f877dc13981fb112ea6b16b04690fc2"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Sat Sep 03 14:26:33 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:07:21 2011 -0300"
      },
      "message": "[media] DVB: improve documentation for satellite delivery systems\n\n- Move voltage and tone to DVB-S.\n- Add turbo code.\n- In DVB-S2 and turbo code sections, refer to DVB-S, as both\n  are extensions to DVB-S.\n- Add modulation to DVB-S2.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8fc74fdb0f877dc13981fb112ea6b16b04690fc2",
      "tree": "4b3f95195c3f5ec0501d68e473a58872bac5e2b0",
      "parents": [
        "14f55794b24506a82e995a92e599a3aa9d08781e"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Mon Aug 08 11:54:37 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:07:20 2011 -0300"
      },
      "message": "[media] DVB: gp8psk-fe: use SYS_TURBO\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "14f55794b24506a82e995a92e599a3aa9d08781e",
      "tree": "b3e41eb7398c473fef281cef235dbac8986a619b",
      "parents": [
        "83dc314bea4d701e3e5fa048314dfb02f7ef769c"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Mon Aug 08 11:54:36 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:07:18 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: Fix compatibility criteria for satellite receivers\n\n  identify a satellite receiver by its \u0027delivery_system\u0027 instead of\n  \u0027modulation\u0027, which may overlap between different delivery systems.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "83dc314bea4d701e3e5fa048314dfb02f7ef769c",
      "tree": "df56a83f270a0b624b5264234ae0420a3481607d",
      "parents": [
        "2f098cb1c8b226a99595512e1029c8d1680f69cd"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Mon Aug 08 11:54:35 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 18:07:14 2011 -0300"
      },
      "message": "[media] DVB: Add SYS_TURBO for north american turbo code FEC\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2f098cb1c8b226a99595512e1029c8d1680f69cd",
      "tree": "17700a3571403ae16c5f9d1458ae371efa6ce758",
      "parents": [
        "0c61cc3ba4c9b74cfdd6a1ee07492199ffdd9818"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Sat Aug 06 05:01:51 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 13:08:20 2011 -0300"
      },
      "message": "[media] dib9000: return error code on failure\n\nThe ret \u003d -EIO needs to be before the goto.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "0c61cc3ba4c9b74cfdd6a1ee07492199ffdd9818",
      "tree": "feedaa173d79e1d4884d9c569acf9fd1ba14f56b",
      "parents": [
        "8513e14457ad05c517f6f6f520c270a6eebf0472"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Sat Aug 06 05:00:34 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 13:03:52 2011 -0300"
      },
      "message": "[media] dib7000p: return error code on allocation failure\n\nThe goto needs to be moved after the assignment.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8513e14457ad05c517f6f6f520c270a6eebf0472",
      "tree": "3583829fd492dacc22a761c1d5eccdf5ca601fef",
      "parents": [
        "f2d0c1c625bc79aa524b52eea2de4262a9be1d90"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 11:40:02 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 12:46:33 2011 -0300"
      },
      "message": "[media] dvb-core, tda18271c2dd: define get_if_frequency() callback\n\nTuners in general convert a high frequency carrier into an Intermediate\nFrequency (IF).\n\nDigital tuners like tda18271, xc3028, etc. generally allow changing the IF\nfrequency, although they generally have recommented settings for the IF.\nAnalog tuners, have a fixed IF frequency, that depends on the physical\ncharacteristics of some analog components.\n\nFor digital tuners, it makes sense to have ways to configure IF,\nvia the tuner\u0027s configuration structure, like what\u0027s done inside the\ntda18271-fe maps.\n\nThe demods need to know what IF is used by the tuner, as it will need\nto convert internally from IF into baseband. Currently, the bridge driver\nneeds to fill a per-demod configuration struct for it, or pass it via\na dvb_attach parameter.\n\nThe tda18271 datasheet recommends to use different IF\u0027s for different\ndelivery system types and for different bandwidths.\n\nThe DRX-K demod also needs to know the IF frequency in order to work,\njust like all other demods. However, as it accepts different delivery\nsystems (DVB-C and DVB-T), the IF may change if the standard and/or\nbandwidth is changed.\n\nSo, the usual procedure of passing it via a config struct doesn\u0027t work.\n\nOne might try to code it as two separate IF frequencies, or even as a\ntable in function of the delivery system and the bandwidth, but this\nwill be messy.\n\nSo, it is better and simpler to just add a new callback for it and\nrequire the tuners that can be used with MFE frontends like drx-k\nto implement a new callback to return the used IF.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nAcked-by: Antti Palosaari \u003ccrope@iki.fi\u003e\n"
    },
    {
      "commit": "f2d0c1c625bc79aa524b52eea2de4262a9be1d90",
      "tree": "ffa6aae43469df69103f99264026aeda6c816434",
      "parents": [
        "2f00e158b59bf83b8e6bc84130ac291a28827e76"
      ],
      "author": {
        "name": "Jarod Wilson",
        "email": "jarod@redhat.com",
        "time": "Thu Jul 14 19:06:08 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 11:17:39 2011 -0300"
      },
      "message": "[media] em28xx: add em28xx_ prefix to functions\n\nMakes it more straight-forward to follow stack traces if the functions\ndon\u0027t have generic names. Using this as a crutch while trying to better\nunderstand the lockdep warnings I get when loading the em28xx driver.\n\nCC: Devin Heitmueller \u003cdheitmueller@kernellabs.com\u003e\nSigned-off-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2f00e158b59bf83b8e6bc84130ac291a28827e76",
      "tree": "c687804b4fa7a0216a5d3d9361e4e0dcec78edb6",
      "parents": [
        "297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7"
      ],
      "author": {
        "name": "Jarod Wilson",
        "email": "jarod@redhat.com",
        "time": "Thu Jul 14 19:04:49 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 10:58:26 2011 -0300"
      },
      "message": "[media] redrat3: remove unused dev struct members\n\nSigned-off-by: Jarod Wilson \u003cjarod@redhat.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "297875b6a1f3910c883e4b00bb9bc3e6c3aa6ab7",
      "tree": "f9319522a8ffaa66312ebfbee37e35c54639eb5c",
      "parents": [
        "77b1e2fbbdfa0ee5cdf6c928b711493a3738468e"
      ],
      "author": {
        "name": "Jonathan Corbet",
        "email": "corbet@lwn.net",
        "time": "Thu Jul 14 18:10:44 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 10:57:33 2011 -0300"
      },
      "message": "[media] videobuf2: Do not unconditionally map S/G buffers into kernel space\n\nThe one in-tree videobuf2-dma-sg driver (mmp-camera) has no need for a\nkernel-space mapping of the buffers; one suspects that most other drivers\nwould not either.  The videobuf2-dma-sg module does the right thing if\nbuf-\u003evaddr \u003d\u003d NULL - it maps the buffer on demand if somebody needs it.  So\nlet\u0027s not map the buffer at allocation time; that will save a little CPU\ntime and a lot of address space in the vmalloc range.\n\nSigned-off-by: Jonathan Corbet \u003ccorbet@lwn.net\u003e\nAcked-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "77b1e2fbbdfa0ee5cdf6c928b711493a3738468e",
      "tree": "01ea38d60c3e1e32589eb0151f63700e35e28cc8",
      "parents": [
        "20640bea87c31a823dba3756b1a5248197f0905f"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Thu Aug 04 12:33:15 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 08:49:07 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: update locking in dvb_frontend_{add, get_event}\n\n  - fepriv-\u003eparameters_out isn\u0027t protected by events-\u003emtx, so\n    move the call to fe-\u003eops.get_frontend out of the locked area.\n  - move the assignment of e-\u003estatus into the locked area.\n\n  - use direct assignment instead of memcpy.\n\n  - use mutex_lock instead of mutex_lock_interruptible, because\n    all code paths protected by this mutex won\u0027t block.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "20640bea87c31a823dba3756b1a5248197f0905f",
      "tree": "94ec37c20fb7f99b18a0e4b2e17d97ad5bf536f6",
      "parents": [
        "5c9f480bdb584944b5af390ccdd8c3e586bdafdb"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Thu Aug 04 12:33:14 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 08:48:12 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: clear stale events on FE_SET_FRONTEND\n\n  the first event after an attempt to tune.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "5c9f480bdb584944b5af390ccdd8c3e586bdafdb",
      "tree": "f7db6b8006dcebb14e6dca38cb2175afccc561f4",
      "parents": [
        "56ce5ac41af87c157cf4c6e4e6fec31d7d48025e"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Thu Aug 04 12:33:13 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 08:47:33 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: avoid possible race condition on first event\n\n  enqueued before the frontend thread wakes up.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "56ce5ac41af87c157cf4c6e4e6fec31d7d48025e",
      "tree": "19b0c6fdfbfeda68516c9f9538dbf3064337eeb7",
      "parents": [
        "f00fd919ef71b3d6d52dbfa7ce827679d92af713"
      ],
      "author": {
        "name": "Andreas Oberritter",
        "email": "obi@linuxtv.org",
        "time": "Thu Aug 04 12:33:12 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 08:46:59 2011 -0300"
      },
      "message": "[media] DVB: dvb_frontend: fix stale parameters on initial frontend event\n\n  Modify it to use the data given by the user.\n\nSigned-off-by: Andreas Oberritter \u003cobi@linuxtv.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f00fd919ef71b3d6d52dbfa7ce827679d92af713",
      "tree": "9e49531ee9ae726d74d3c47239ac9f6f08912baa",
      "parents": [
        "f8dbab29f4d4b977a56776af0d5296b0e6386aef"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Thu Aug 04 07:29:33 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Sep 03 08:43:14 2011 -0300"
      },
      "message": "[media] drivers/media/video/hexium_gemini.c: delete useless initialization\n\nDelete nontrivial initialization that is immediately overwritten by the\nresult of an allocation function.\n\nThe semantic match that makes this change is as follows:\n\n// \u003csmpl\u003e\n@@\ntype T;\nidentifier i;\nexpression e;\n@@\n\n(\nT i \u003d \\(0\\|NULL\\|ERR_PTR(...)\\);\n|\n-T i \u003d e;\n+T i;\n)\n... when !\u003d i\ni \u003d \\(kzalloc\\|kcalloc\\|kmalloc\\)(...);\n\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f8dbab29f4d4b977a56776af0d5296b0e6386aef",
      "tree": "2e35f68d206894b6298fc4e4c1fe7cc887d3a0f1",
      "parents": [
        "d657229ac4378700976fb2333c7433c5ea379d08"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Sep 01 02:57:02 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Thu Sep 01 02:57:02 2011 -0300"
      },
      "message": "[media] tm6000: Don\u0027t try to use a non-existing interface\n\n\u003e [34883.426065] tm6000 #0: registered device video0\n\u003e [34883.430591] Trident TVMaster TM5600/TM6000/TM6010 USB2 board (Load status: 0)\n\u003e [34883.437763] usbcore: registered new interface driver tm6000\n\u003e [34884.608372] BUG: unable to handle kernel NULL pointer dereference at 00000002\n\u003e [34884.615514] IP: [\u003cf8c4ceea\u003e] tm6000_reset+0xd7/0x11c [tm6000]\n\nThe dev-\u003eint_in USB interfaces is used by some devices for the\nRemote Controller. Not all devices seem to define this interface,\nso, tm6000_reset should not try to set the interface to it on\nsuch devices.\n\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "d657229ac4378700976fb2333c7433c5ea379d08",
      "tree": "7ab4a9e40107879cd2ae3f5d787ca7239aa82716",
      "parents": [
        "f009a946d7cb23df00f497b11f550086d0442592"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:18 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:27 2011 -0300"
      },
      "message": "[media] tm6000: Enable radio mode for Cinergy Hybrid XE\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f009a946d7cb23df00f497b11f550086d0442592",
      "tree": "19da25d43e1d42aa128e3072c9467dd03d2c526f",
      "parents": [
        "8d90e1e382688d55a75677cc4c7210a697125554"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:17 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:26 2011 -0300"
      },
      "message": "[media] tm6000: Enable audio clock in radio mode\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "8d90e1e382688d55a75677cc4c7210a697125554",
      "tree": "addfd940325cf9119739e987360b167fdfd24d5d",
      "parents": [
        "aa4a583d3539729d1cbd64cda7a8be078a824df8"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:16 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:25 2011 -0300"
      },
      "message": "[media] tm6000: Plug memory leak on PCM free\n\nWhen releasing hardware resources, the DMA buffer allocated to the PCM\ndevice needs to be freed to prevent a memory leak.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "aa4a583d3539729d1cbd64cda7a8be078a824df8",
      "tree": "fdcfbf30d020280319d7146978c1203b292cbbe5",
      "parents": [
        "dd0c8abf2ac853dad9a360f5e9d3d1cb5e5f7621"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:15 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:24 2011 -0300"
      },
      "message": "[media] tm6000: Do not use video buffers in radio mode\n\nIf the radio device is opened there is no need to initialize the video\nbuffer queue because it is not used.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "dd0c8abf2ac853dad9a360f5e9d3d1cb5e5f7621",
      "tree": "616d21ad6e4b85e9692f3875dc8144711f94687b",
      "parents": [
        "88e834a841bde22b4c0aa71809e02c118c5b219d"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:13 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:23 2011 -0300"
      },
      "message": "[media] tm6000: Execute lightweight reset on close\n\nWhen the last user closes the device, perform a lightweight reset of the\ndevice to bring it into a well-known state.\n\nNote that this is not always enough with the TM6010, which sometimes\nneeds a hard reset to get into a working state again.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "88e834a841bde22b4c0aa71809e02c118c5b219d",
      "tree": "d54c6733024e04bd479e8310858410c2ac3ab815",
      "parents": [
        "6f2e77bb955771a7b8de80ea519c1e9a82b864dd"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:12 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:21:08 2011 -0300"
      },
      "message": "[media] tm6000: Initialize isochronous transfers only once\n\nThis fixes a memory leak where isochronous buffers would be set up for\neach video buffer, while it is sufficient to set them up only once per\ndevice.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "6f2e77bb955771a7b8de80ea519c1e9a82b864dd",
      "tree": "56f2b460327768ae1ab053b102cfc0ceb841ea4e",
      "parents": [
        "fc4eab2cbae547fb278c2583b77ee0ff7f5832d3"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:11 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:20:23 2011 -0300"
      },
      "message": "[media] tm6000: Properly count device usage\n\nWhen the USB device is disconnected, the device usage bit is not cleared\nproperly. This leads to errors when a device is unplugged and replugged\nseveral times until all TM6000_MAXBOARDS bits are used and keeps the\ndriver from binding to the device.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fc4eab2cbae547fb278c2583b77ee0ff7f5832d3",
      "tree": "9f82aea3471ce105c5df1ecdd6b9fc2ca600fc08",
      "parents": [
        "c0fa65ff9e7fdbdea7bf1bbc02fb2c3ee6814cc7"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:10 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:18 2011 -0300"
      },
      "message": "[media] tm6000: Add locking for USB transfers\n\nThis commit introduces the usb_lock mutex to ensure that a USB request\nalways gets the proper response. While this is currently not really\nnecessary it will become important as there are more users.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c0fa65ff9e7fdbdea7bf1bbc02fb2c3ee6814cc7",
      "tree": "a22893ac905d88489a815094cda938da4ab356ba",
      "parents": [
        "873545820a52e8ab6f6d54a748b1759b98f9354a"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:09 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:17 2011 -0300"
      },
      "message": "[media] tm6000: Rework standard register tables\n\nThis commit uses sentinel entries to terminate the TV standard register\ntables instead of hard-coding their size, allowing further entries to be\nadded more easily. It is also more space-efficient if the tables have a\nvarying number of entries.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "873545820a52e8ab6f6d54a748b1759b98f9354a",
      "tree": "e68672a2759d16a28b65ba53b0ae9935b568670a",
      "parents": [
        "4129e560fb92a9b2e90e1b80ee6ea8b416724e80"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:08 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:16 2011 -0300"
      },
      "message": "[media] tm6000: Disable video interface in radio mode\n\nVideo data is useless in radio mode, so the corresponding interface can\nbe safely disabled. This should reduce the amount of isochronous traffic\nnoticeably.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4129e560fb92a9b2e90e1b80ee6ea8b416724e80",
      "tree": "1797fb45ef2de9fd1aebfec034f70c234ed2f1c6",
      "parents": [
        "14f0915464f91574652afa95850e642abd205adc"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:07 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:14 2011 -0300"
      },
      "message": "[media] tm6000: Rename active interface register\n\nThe register ACTIVE_VIDEO_IF register should be named ACTIVE_IF since it\ncontrols more than just the video interface.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "14f0915464f91574652afa95850e642abd205adc",
      "tree": "5e440eff6b729fc0e32fb8c44d7e3357f889ad9b",
      "parents": [
        "9dac920708abb2981d02e6922fd797ef388db5ce"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:06 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:13 2011 -0300"
      },
      "message": "[media] tm6000: Flesh out the IRQ callback\n\nThis brings the IRQ callback implementation more in line with how other\ndrivers do it.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "9dac920708abb2981d02e6922fd797ef388db5ce",
      "tree": "074f621b565246c99f3f3cf8e6be76e584d0b3ac",
      "parents": [
        "3fd02b4456179544d93d7b64c3362d47d6050ec7"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:03 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:17:06 2011 -0300"
      },
      "message": "[media] tm6000: Implement I2C flush callback\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3fd02b4456179544d93d7b64c3362d47d6050ec7",
      "tree": "4e94a8e41322deec27e10e9d92b5f2cde3120e7f",
      "parents": [
        "3d1a51db7e908cd7b3440ecb4cbf00f15a8f33bf"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:02 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 17:16:53 2011 -0300"
      },
      "message": "[media] tm6000: Use correct input in radio mode\n\nIn radio mode, the correct input is rinput. The pseudo index 5 is used\nbut cannot be used to index the vinput array because that only has 3\nelements.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "3d1a51db7e908cd7b3440ecb4cbf00f15a8f33bf",
      "tree": "d130176e0300ec8c39b3d3a925ccbcced087934c",
      "parents": [
        "fd34cb08babcd898c6b0e30cd7d507ffa62685a1"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:14:01 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 16:24:46 2011 -0300"
      },
      "message": "[media] tm6000: Miscellaneous cleanups\n\nThis commit fixes a number of coding style issues as well as some issues\nreported by checkpatch and sparse.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "fd34cb08babcd898c6b0e30cd7d507ffa62685a1",
      "tree": "d4156da1751207bc73cf14e6b5b144b79545af11",
      "parents": [
        "4d37ece757a83c2858de9e40b9fa3da511f9ce38"
      ],
      "author": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 15:12:45 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 15:16:00 2011 -0300"
      },
      "message": "[media] tuner/xc2028: Fix frequency offset for radio mode\n\nIn radio mode, no frequency offset should be used.\n\nInstead of taking Thierry\u0027s patch that creates a separate function\nto calculate the digital offset, it seemed better to just keep\neverything at the same place.\n\nReported-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4d37ece757a83c2858de9e40b9fa3da511f9ce38",
      "tree": "e3e4f857fd6ccbd940579a18da3386a1480a57fe",
      "parents": [
        "69d232ae8e95a229e7544989d6014e875deeb121"
      ],
      "author": {
        "name": "Thierry Reding",
        "email": "thierry.reding@avionic-design.de",
        "time": "Thu Aug 04 04:13:59 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Wed Aug 31 15:03:22 2011 -0300"
      },
      "message": "[media] tuner/xc2028: Add I2C flush callback\n\nWhen loading the firmware, complete each chunk by sending an I2C flush\ncommand to the frontend. Some devices like the tm6000 seem to require\nthis to properly flush the I2C buffers.\n\nThe current code in tm6000 executes the flush command once after each\nI2C transfer, which slows down the firmware loading especially when\nloading large BASE type images.\n\nSigned-off-by: Thierry Reding \u003cthierry.reding@avionic-design.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "69d232ae8e95a229e7544989d6014e875deeb121",
      "tree": "62cf4402ced27602fc1c7d2be90d6b8d4d4aa3aa",
      "parents": [
        "eab00a0da292fa7118aaf20da78e834866de00ae"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Wed Jun 15 15:58:48 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Aug 29 12:38:51 2011 -0300"
      },
      "message": "[media] omap3isp: ccdc: Use generic frame sync event instead of private HS_VS event\n\nThe ccdc block in the omap3isp produces events whenever it starts receiving\na new frame. A private HS_VS event was used for this previously. Now, the\ngeneric V4L2_EVENT_FRAME_SYNC event is being used for the purpose.\n\nThis patch also provides the frame sequence number to user space.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eab00a0da292fa7118aaf20da78e834866de00ae",
      "tree": "7e5be2825c3859c39114050a731d97c51d546e48",
      "parents": [
        "c9f88aa976b79a26561fb7754a1e0e00ff7626fe"
      ],
      "author": {
        "name": "Sakari Ailus",
        "email": "sakari.ailus@iki.fi",
        "time": "Mon Jul 18 08:40:03 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Mon Aug 29 12:37:15 2011 -0300"
      },
      "message": "[media] v4l: events: Define V4L2_EVENT_FRAME_SYNC\n\nDefine a frame sync event to tell user space when the reception of a frame\nstarts.\n\nSigned-off-by: Sakari Ailus \u003csakari.ailus@iki.fi\u003e\nAcked-by: Laurent Pinchart \u003claurent.pinchart@ideasonboard.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "c9f88aa976b79a26561fb7754a1e0e00ff7626fe",
      "tree": "2fc06e5847a87b337ff503a0515b675832a5940f",
      "parents": [
        "84b271488dcd2499e9d2c7cfa2abacfd4c5cd744"
      ],
      "author": {
        "name": "Jose Alberto Reguero",
        "email": "jareguero@telefonica.net",
        "time": "Mon Aug 08 07:35:35 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:44:49 2011 -0300"
      },
      "message": "[media] ttusb2: add support for the dvb-t part of CT-3650 v3\n\nSigned-off-by: Jose Alberto Reguero \u003cjareguero@telefonica.net\u003e\nReviewed-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "84b271488dcd2499e9d2c7cfa2abacfd4c5cd744",
      "tree": "5f41aff73d837894bf88222390cc0d2b656a4ed1",
      "parents": [
        "2b50763a0b082e1fc40cca2a9b8936abf6e2437e"
      ],
      "author": {
        "name": "istvan_v@mailbox.hu",
        "email": "istvan_v@mailbox.hu",
        "time": "Sun Jul 31 06:53:29 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:21:16 2011 -0300"
      },
      "message": "[media] cx88: notch filter control fixes\n\nThis patch reduces the number of available choices for the notch filter type control\nso that the standard-specific filter types cannot be selected. It is now limited to\nbeing either 0 (4xFsc, the default) or 1 (square pixel optimized).\nThe patch also removes the initialization of this control from cx88_reset(), since\nthat is already done by init_controls(), which is called by cx8800_initdev().\n\nSigned-off-by: Istvan Varga \u003cistvan_v@mailbox.hu\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "2b50763a0b082e1fc40cca2a9b8936abf6e2437e",
      "tree": "59d3782b54db5ecf9d3168502232e48dc4f7bc63",
      "parents": [
        "be85fefecb20b533a2c3f668a345f03f492aeea3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Jul 31 04:30:10 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:20:45 2011 -0300"
      },
      "message": "[media] tda18212: Use standard logging, remove tda18212_priv.h\n\nUse the more current logging styles with pr_fmt.\nRemove now unnecessary private include.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "be85fefecb20b533a2c3f668a345f03f492aeea3",
      "tree": "0d6acdf6a77ada0c902eed78f4df3d1248b760d3",
      "parents": [
        "f68baeff4530593777295f9b94600b4960eddecd"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Jul 31 01:37:10 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:19:43 2011 -0300"
      },
      "message": "[media] tda18271: Use printk extension %pV\n\nDeduplicate printk formats to save ~20KB text.\n\n$ size drivers/media/common/tuners/tda18271*o.*\n   text\t   data\t    bss\t    dec\t    hex\tfilename\n  10747\t     56\t   1920\t  12723\t   31b3\tdrivers/media/common/tuners/tda18271-common.o.new\n  18889\t     56\t   3112\t  22057\t   5629\tdrivers/media/common/tuners/tda18271-common.o.old\n  20561\t    204\t   4264\t  25029\t   61c5\tdrivers/media/common/tuners/tda18271-fe.o.new\n  31093\t    204\t   6000\t  37297\t   91b1\tdrivers/media/common/tuners/tda18271-fe.o.old\n   3681\t   6760\t    440\t  10881\t   2a81\tdrivers/media/common/tuners/tda18271-maps.o.new\n   5631\t   6760\t    680\t  13071\t   330f\tdrivers/media/common/tuners/tda18271-maps.o.old\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "f68baeff4530593777295f9b94600b4960eddecd",
      "tree": "3a1e1d603204f063de92398253b2ba68d3f0472f",
      "parents": [
        "4c0cfa24f7e0e4b7d48075fcfe867035a4a2ccdf"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Thu Jul 28 19:17:59 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:14:43 2011 -0300"
      },
      "message": "[media] af9015: use logic or instead of sum numbers\n\nStyle issue.\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "4c0cfa24f7e0e4b7d48075fcfe867035a4a2ccdf",
      "tree": "70ad8cc85f96946e6ae2021f185d7dbf615e32c3",
      "parents": [
        "e36454376a8f4637c0767daa78cf1d96d162d71a"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Thu Jul 28 19:15:38 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:14:32 2011 -0300"
      },
      "message": "[media] af9015: map remote for Leadtek WinFast DTV2000DS\n\nThanks to Thomas Gutzler for reporting this.\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nCc: Thomas Gutzler \u003cthomas.gutzler@gmail.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "e36454376a8f4637c0767daa78cf1d96d162d71a",
      "tree": "3d925a6736f8f0cba4cc1bb45d75e17c98507422",
      "parents": [
        "eb28dc39d3e82674584cc768b9757d1cae222a52"
      ],
      "author": {
        "name": "Antti Palosaari",
        "email": "crope@iki.fi",
        "time": "Thu Jul 28 18:59:30 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:14:22 2011 -0300"
      },
      "message": "[media] em28xx: use MFE lock for PCTV nanoStick T2 290e\n\nSigned-off-by: Antti Palosaari \u003ccrope@iki.fi\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "eb28dc39d3e82674584cc768b9757d1cae222a52",
      "tree": "0bc832e66e0629a35c818d87607861e4be3ca610",
      "parents": [
        "93165b7774a04cf76bc46eb6c9181ab7a8b545d7"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Thu Jul 28 09:46:02 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 11:14:15 2011 -0300"
      },
      "message": "[media] drivers/media/dvb/dvb-usb/usb-urb.c: adjust array index\n\nConvert array index from the loop bound to the loop index.\n\nA simplified version of the semantic patch that fixes this problem is as\n\n// \u003csmpl\u003e\n@@\nexpression e1,e2,ar;\n@@\n\nfor(e1 \u003d 0; e1 \u003c e2; e1++) { \u003c...\n  ar[\n- e2\n+ e1\n  ]\n  ...\u003e }\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    },
    {
      "commit": "93165b7774a04cf76bc46eb6c9181ab7a8b545d7",
      "tree": "f3743b2f6444e45b84c9e91923fa77b5e5764c45",
      "parents": [
        "3188d5485e8a0650fd877a54ada70581c29cd505"
      ],
      "author": {
        "name": "Julian Scheel",
        "email": "julian@jusst.de",
        "time": "Thu Jul 28 08:04:33 2011 -0300"
      },
      "committer": {
        "name": "Mauro Carvalho Chehab",
        "email": "mchehab@redhat.com",
        "time": "Sat Aug 27 10:41:46 2011 -0300"
      },
      "message": "[media] Add support for new revision of KNC 1 DVB-C cards. Using tda10024 instead of tda10023, which is compatible to tda10023 driver\n\nSigned-off-by: Julian Scheel \u003cjulian@jusst.de\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\n"
    }
  ],
  "next": "3188d5485e8a0650fd877a54ada70581c29cd505"
}
