)]}'
{
  "log": [
    {
      "commit": "b7eebabca836963277ad221db4a438c8a774dff0",
      "tree": "2d4e426dcec61ee89cf302714b1dd24380387a53",
      "parents": [
        "320a7ca3c015992bfc8f56d3073e37a6e41d87a1"
      ],
      "author": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Thu Jun 02 20:07:50 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:28:01 2011 -0700"
      },
      "message": "msm: camera: Enhance i2c api to unify sensor driver\n\nUpdated the common camera sensor i2c functions to be\nmore generic.\n\nSigned-off-by: Kevin Chan \u003cktchan@codeaurora.org\u003e\n"
    },
    {
      "commit": "bb3d48517f5d590cb66cee5b2fe418abf4eb69d1",
      "tree": "bce355aae150400f0aacf3fd580b9564798fc639",
      "parents": [
        "277533432d021b2f38b84289290e413adbae2d15"
      ],
      "author": {
        "name": "Adrian Salido-Moreno",
        "email": "adrianm@codeaurora.org",
        "time": "Mon Aug 01 15:57:52 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:59 2011 -0700"
      },
      "message": "msm_fb: display: disable fill screen with blank on early suspend\n\nDisable logic to fill framebuffer with black screen before early\nsuspend, this is causing slugish wipe off from top to bottom\nanimation on screen.\nThis logic is still needed for MDP3 because of hardware limitation.\n\nCRs-Fixed: 298050\nSigned-off-by: Adrian Salido-Moreno \u003cadrianm@codeaurora.org\u003e\n"
    },
    {
      "commit": "a2c689a175dfcaefaa2b93568f4d5058bb7d1158",
      "tree": "513d9350d9b09f03cb3a713caa97f037293fe280",
      "parents": [
        "a610fb19b571d2c08ac2ae0201411908a3437c5d"
      ],
      "author": {
        "name": "Sunid Wilson",
        "email": "sunidw@codeaurora.org",
        "time": "Tue Jul 26 14:35:31 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:56 2011 -0700"
      },
      "message": "msm: camera: Support Demosaic ABF2 for vfe3.2\n\nAdded support for demosaic adaptive bayer filter for vfe3.2.\nThis module is used for noise suppression and edge enhancement.\n\nSigned-off-by: Sunid Wilson \u003csunidw@codeaurora.org\u003e\n"
    },
    {
      "commit": "a02ef213066e163f2c9dfde2a3bab6cc0d94a090",
      "tree": "259043a9b50d75da26c580f25e23014bf922c2d0",
      "parents": [
        "e1d0862b4628ddc0b7d62ef54c5dd97fcc4bc13b"
      ],
      "author": {
        "name": "Anantha Krishnan",
        "email": "ananthk@codeaurora.org",
        "time": "Tue Jun 28 00:57:25 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:55 2011 -0700"
      },
      "message": "radio-tavarua: Changes for supporting the new FM Search Algorithm.\n\nAdded host side changes for supporting the new Bahama FM Searcher\nAlgorithm. This involves configuring the channel spacing as 100KHz\nand enabling the 200KHz enforcer for regions that are 200KHz spaced.\n\nSigned-off-by: Anantha Krishnan \u003cananthk@codeaurora.org\u003e\n"
    },
    {
      "commit": "5b04d356f55188a7e196a47c570e1cdf6f714c59",
      "tree": "141ea9d386a95e0f9de5fa82026a03b44830dfb9",
      "parents": [
        "53508c11f53aa4edbe053c5d5c3c99d8ef768500"
      ],
      "author": {
        "name": "Mingcheng Zhu",
        "email": "mingchen@codeaurora.org",
        "time": "Fri Jul 22 21:18:42 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:53 2011 -0700"
      },
      "message": "msm camera: snapshot wavelet denoise support\n\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "2d4d2f6bab2b1294bf11337af0fd37ec72961c89",
      "tree": "ab5a20e907b6602db6d4b1425ffc2801cadf669c",
      "parents": [
        "0d1f8ae690767d07f08e6f21d5fdba3d5b4aa852"
      ],
      "author": {
        "name": "Mayank Rana",
        "email": "mrana@codeaurora.org",
        "time": "Thu Jul 21 17:31:31 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:51 2011 -0700"
      },
      "message": "msm_serial_hs: Disable Rx DM Interface before sending flush\n\nThe execution of Rx enqueue command, Rx flush command and setting of\nrx.flush state should happen in atomic way. It happens that start_rx()\nand set_termios() might be executing concurrently while doing Bluetooth\nON after some iterations, which is putting ADM into bad state and it\nstalls Rx transfer showing as Bus Error.\n\nDisable Rx DM Interface before sending flush command and changing\nprotocol configuration from set_termios(). This will make sure that even\nenqueue/flush is not in synchronization while changing the baud rate OR\nmoving between different line discipline (not supposed to happen\nfrequently, but in some case it is seen). There is hardware signals\n( uart _dm_rx_dm_req and uart _dm_rx_dm_ack ) between UARTDM core and ADM\nwhich is used to make request and acknowledge the same. Disabling Rx DM\ninterface causes ADM to terminate the current RX transfer.\n\nCRs-Fixed: 296523\nSigned-off-by: Mayank Rana \u003cmrana@codeaurora.org\u003e\n"
    },
    {
      "commit": "5bb7ece4d4b02ca96330571837117f5e61e52096",
      "tree": "6bf961efb6205d07f1932a6dbfdc82ff4ce9523d",
      "parents": [
        "492049ec4f59bf04275878a9d16ae20528159636"
      ],
      "author": {
        "name": "Jeremy Gebben",
        "email": "jgebben@codeaurora.org",
        "time": "Tue Aug 02 11:04:48 2011 -0600"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:50 2011 -0700"
      },
      "message": "msm: kgsl: add adreno225 support\n\nThe adreno220 specific registers and setting are all used\non adreno225.  Also there is a a225 specific setting setting\nfor REG_SQ_FLOW_CONTROl at startup to enable the larger\ninstruction store found on this gpu.\n\nSigned-off-by: Jordan Crouse \u003cjcrouse@codeaurora.org\u003e\nSigned-off-by: Jeremy Gebben \u003cjgebben@codeaurora.org\u003e\n"
    },
    {
      "commit": "492049ec4f59bf04275878a9d16ae20528159636",
      "tree": "7fb632dbeb41cea15dd1959b8aa95a0fa82e7053",
      "parents": [
        "4d28c093e70f2cde3369f7fc021e1b14d1875346"
      ],
      "author": {
        "name": "Adrian Salido-Moreno",
        "email": "adrianm@codeaurora.org",
        "time": "Mon Aug 01 14:06:21 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:49 2011 -0700"
      },
      "message": "msm_fb: display: clear interrupt flag to properly wait for vsync\n\nneed to properly clear vsync interrupt flag so that subsequent waits\nfor vsync are handled properly, otherwise wait will return before next\nvsync happens\n\nCRs-Fixed: 299043\nSigned-off-by: Adrian Salido-Moreno \u003cadrianm@codeaurora.org\u003e\n"
    },
    {
      "commit": "4d28c093e70f2cde3369f7fc021e1b14d1875346",
      "tree": "19adec0ecc50674a2e5dee3c6bd6a2fde4d8f25e",
      "parents": [
        "6b3eb1abf195fa795545b0c9937b5561c481d763"
      ],
      "author": {
        "name": "Shuzhen Wang",
        "email": "shuzhenw@codeaurora.org",
        "time": "Thu Jul 14 15:40:33 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:48 2011 -0700"
      },
      "message": "camera: 8960: Enable GDHS support.\n\nEnable GDHS support for VFE, VPE, and IJPEG.\n\nSigned-off-by: Shuzhen Wang \u003cshuzhenw@codeaurora.org\u003e\n"
    },
    {
      "commit": "6b3eb1abf195fa795545b0c9937b5561c481d763",
      "tree": "c7614da901d02d3dd5b8a86bc9d3cb24b525ff3a",
      "parents": [
        "22b0a79c2b6b8ada96088887a641e044d1d8cda6"
      ],
      "author": {
        "name": "Laura Abbott",
        "email": "lauraa@codeaurora.org",
        "time": "Sun Jun 12 13:29:08 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:48 2011 -0700"
      },
      "message": "pmem: Correctly account for aligned blocks\n\nwhen finding an aligned chunk, the allocator cannot assume that\nbit 0 will point to an aligned block. The only way to guarantee\na block will be aligned is to pass in the starting bit of a block\nthat is aligned. if t is the start bit which points to an aligned\nblock, and s is the spacing, bit t+n*s is guaranteed to be aligned\nto spacing s for positive integer values of n.\n\nCRs-Fixed: 288000\nSigned-off-by: Laura Abbott \u003clauraa@codeaurora.org\u003e\n"
    },
    {
      "commit": "1cef4a0f3734d2173195cfef8c3de65348440fbc",
      "tree": "364bcbda98ad35150b758bf7740199c6a6d5e514",
      "parents": [
        "3498c93be09d629575bfdc5f85f1d82b98a2034d"
      ],
      "author": {
        "name": "Mohan Pallaka",
        "email": "mpallaka@codeaurora.org",
        "time": "Mon Aug 01 11:48:42 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:46 2011 -0700"
      },
      "message": "input: cyttsp-i2c: Verify checksum before firmware upgrade\n\nSigned-off-by: Mohan Pallaka \u003cmpallaka@codeaurora.org\u003e\n"
    },
    {
      "commit": "7a54b4c07fa1057f528df61eb09ad09902d0ca32",
      "tree": "4b389e342cff8b92fa547b17e55db6f66e989eb5",
      "parents": [
        "52aa968cb6da594bf2b9c648c9dedfd7d3790578"
      ],
      "author": {
        "name": "Vamsi Krishna",
        "email": "vskrishn@codeaurora.org",
        "time": "Tue Jul 19 18:46:09 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:45 2011 -0700"
      },
      "message": "usb: rmnet_sdio: Handle SDIO MUX add/removal events\n\nsdio mux channel can be removed/added anytime during an active\ndata call. When sdio mux channel is removed, free all buffers\nand indicate data call disconnection to usb host(laptop). SDIO\nchannel can be removed during modem sub-system restart.\nAlso add additional debug counters.\n\nCRs-Fixed: 294875\nSigned-off-by: Vamsi Krishna \u003cvskrishn@codeaurora.org\u003e\n"
    },
    {
      "commit": "52aa968cb6da594bf2b9c648c9dedfd7d3790578",
      "tree": "287c776cfd17f7d3c703fdf54a246bf226713095",
      "parents": [
        "e0c3e5f39e0e99d672990311a8a862c46312f18e"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Wed Jul 20 14:05:47 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:45 2011 -0700"
      },
      "message": "power: pm8921-bms: revise parameters preserved between reboots\n\nThere are parameters that need not be preserved between reboots.\nDelete them and clean up all the code that writes to them.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "e0c3e5f39e0e99d672990311a8a862c46312f18e",
      "tree": "5825a0a25e15d47b30965c4b24cf45d94cf0ba71",
      "parents": [
        "eed550bc813a9bfeb105230eea8f4ce9f9acdabc"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Mon Jul 11 21:17:23 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:44 2011 -0700"
      },
      "message": "power: pm8921-charger: implement CURRENT_NOW property\n\nThe pm8921 bms driver can provide instantaneous current. Use the\ncurrent now property of the power_supply class to expose this\nfeature.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "eed550bc813a9bfeb105230eea8f4ce9f9acdabc",
      "tree": "e171827c531d4c708a7b48901461ffd2f3754d0f",
      "parents": [
        "bf2ff51f752440e4eb005b1dbbc0ad9295de42fa"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Mon Jul 18 22:35:24 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:43 2011 -0700"
      },
      "message": "power: pm8921-bms: fix vsense conversion to microvolt\n\nSince the vsense readings are done from ccadc, use the conversion\nbased on cc_to_microvolt for all vsense readings.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "d25a8ff131a9bfa3b408cfbba124e443735b7cdb",
      "tree": "b3d9b4e33c584dc1141a1187e6796d69779e333d",
      "parents": [
        "248eac2b1519a94c2587d627fe68a38727b16b58"
      ],
      "author": {
        "name": "Kiran Kumar H N",
        "email": "hurlisal@codeaurora.org",
        "time": "Thu Jul 28 18:36:27 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:41 2011 -0700"
      },
      "message": "msm: camera: correct the buffer offset calculation.\n\nCorrect the cbcr offset calculation of the YUV buffer\nby padding the buffer height to multiple of 16.\n\nCRs-Fixed: 298346\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\n"
    },
    {
      "commit": "248eac2b1519a94c2587d627fe68a38727b16b58",
      "tree": "a403528f60d97dc3604d87c5fcacf5a05d6e740f",
      "parents": [
        "1a99033bf915b066ddb542b019091558d13bea54"
      ],
      "author": {
        "name": "Gopikrishnaiah Anandan",
        "email": "gopikr@codeaurora.org",
        "time": "Tue Jul 12 14:24:14 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:41 2011 -0700"
      },
      "message": "vidc: vdec: Report dropped field for interlace clips.\n\nFor field based interlace clips, video core will generate\nan error when one of field is missing in bitstream.\nDriver will report this to upper layer, so that it can\ntake appropriate action.\n\nCRs-fixed: 290659\nSigned-off-by: Gopikrishnaiah Anandan \u003cgopikr@codeaurora.org\u003e\n"
    },
    {
      "commit": "e546d48310bbb1b62e56a4f361af923c8814de54",
      "tree": "89bf82caf5cb7ecff24f75e9cf5c202297e172d3",
      "parents": [
        "cc450c9f1ce3e966865365a727181f965df71daf"
      ],
      "author": {
        "name": "Ajay Singh Parmar",
        "email": "aparmar@codeaurora.org",
        "time": "Fri Jul 29 15:43:52 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:39 2011 -0700"
      },
      "message": "msm_fb: display: Modify panel init commands for HVGA on 7x25A\n\nModify panel init commands to send the video timing values for\nHVGA resolution on 7x25A.\n\nCRs-Fixed: 297154\nSigned-off-by: Ajay Singh Parmar \u003caparmar@codeaurora.org\u003e\n"
    },
    {
      "commit": "f2085cdbd15907d0a0a5e6d3e8f5726b05a52a11",
      "tree": "2e19dfdda5c7ef36625057b68925da1b603ec07f",
      "parents": [
        "3f5d48fc8620c05d5d89635c6c98b56159c98516"
      ],
      "author": {
        "name": "Vamsi Krishna",
        "email": "vskrishn@codeaurora.org",
        "time": "Tue Jul 19 16:28:24 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:38 2011 -0700"
      },
      "message": "usb: rmnet_sdio: Start IO only when USB and SDIO are available\n\nAllocate and Queue USB buffers only when USB and SDIO transports\nare available. This change would add flexibility to clean-up\ndriver state when one of the transports(usb/sdio) is removed or\nadded.\n\nSigned-off-by: Vamsi Krishna \u003cvskrishn@codeaurora.org\u003e\n"
    },
    {
      "commit": "3f5d48fc8620c05d5d89635c6c98b56159c98516",
      "tree": "fe76089dc2040319c3153299c3d4ed9406069b38",
      "parents": [
        "cc92269a0a80fba7e1e07ceef0db1498bad0dd1f"
      ],
      "author": {
        "name": "Krishna Konda",
        "email": "kkonda@codeaurora.org",
        "time": "Wed Jul 27 10:47:31 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:37 2011 -0700"
      },
      "message": "mmc: msm_sdcc: Reset Data Path State Machine after every transaction\n\nReset DPSM by just clearing ENABLE bit in MMCIDATACTRL register\n\nSigned-off-by: Krishna Konda \u003ckkonda@codeaurora.org\u003e\n"
    },
    {
      "commit": "cc92269a0a80fba7e1e07ceef0db1498bad0dd1f",
      "tree": "87cee453572188834d296238a2b419e07fe49b04",
      "parents": [
        "8e7bd07ecd4e66f04c28ce3d090e0ce14a7df77f"
      ],
      "author": {
        "name": "Subhash Jadavani",
        "email": "subhashj@codeaurora.org",
        "time": "Mon Aug 01 23:05:01 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:37 2011 -0700"
      },
      "message": "mmc: msm_sdcc: put regulator in HPM before enabling it.\n\nIf regulator is enabled when it\u0027s in LPM (Low Power Mode),\nit takes ~400us to enable it where as if regulator is\nenabled when it\u0027s in HPM mode, it take \u003c 200us to enable\nit. This means immediately after enabling the regulator,\nit\u0027s usable as it was already in HPM mode.\n\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\n"
    },
    {
      "commit": "8e7bd07ecd4e66f04c28ce3d090e0ce14a7df77f",
      "tree": "6bb78724b23ffe6caa069fd7d32fffc4376afebc",
      "parents": [
        "54d35c4578199441ee23e401d36e9554c9058a66"
      ],
      "author": {
        "name": "Hemant Kumar",
        "email": "hemantk@codeaurora.org",
        "time": "Mon Aug 01 14:14:24 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:36 2011 -0700"
      },
      "message": "usb: msm_otg: Fix compliation error with CONFIG_PM\n\nSigned-off-by: Hemant Kumar \u003chemantk@codeaurora.org\u003e\n"
    },
    {
      "commit": "c50e30a43b78b54308f7c2681be42b5f110153bb",
      "tree": "0fd6af499547dc4761e0a92d6b3c78927146edcb",
      "parents": [
        "86edf6c98c622a0f512c689f9c80db8f811c1cc5"
      ],
      "author": {
        "name": "Pradnya Chaphekar",
        "email": "pradnyac@codeaurora.org",
        "time": "Mon Jun 27 13:57:16 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:34 2011 -0700"
      },
      "message": "vidc: 1080p: Set chroma address change in smooth streaming mode\n\nIf resolution change is detected in smooth streaming mode and\nstatus indicates that video core can continue decoding, update\nchroma address for new resolution instead of starting frame\nrealloc.\n\nSigned-off-by: Pradnya Chaphekar \u003cpradnyac@codeaurora.org\u003e\n"
    },
    {
      "commit": "746d9ab0dabf7165b88906860ed3b52b351bcfe8",
      "tree": "2c08b6a614ed0fb9ef73bdd4324d66c37a009beb",
      "parents": [
        "8954956f9dcd1cd7993d2f00836dc55c6a1dcbe8"
      ],
      "author": {
        "name": "Gopikrishnaiah Anandan",
        "email": "gopikr@codeaurora.org",
        "time": "Thu Jul 07 11:55:13 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:29 2011 -0700"
      },
      "message": "vidc: vdec: Report bitstream errors to driver client.\n\nWhen video core generates recoverable bitstream errors,\ndriver will report them to upper layer.\n\nCRs-fixed: 290659\nSigned-off-by: Gopikrishnaiah Anandan \u003cgopikr@codeaurora.org\u003e\n"
    },
    {
      "commit": "161d678fa7e299416ad6b49ce4939641c4bd46fd",
      "tree": "e18284549411688c042e71d56ac36ce1d23ff957",
      "parents": [
        "15f2a5e23ecdcce7a286af8a7104650c94adebb1"
      ],
      "author": {
        "name": "Yan He",
        "email": "yanhe@codeaurora.org",
        "time": "Wed Jul 27 22:56:19 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:25 2011 -0700"
      },
      "message": "platform-drivers: msm: sps: debugging function enhancement\n\nimprovements include:\n1\u003e avoid unnecessary string operation in ISR\n2\u003e enable detailed debug info output at runtime\n3\u003e use unlikely() macro to improve success of branch prediction\n\nSigned-off-by: Yan He \u003cyanhe@codeaurora.org\u003e\n"
    },
    {
      "commit": "e6e4eb25abca5a09735b5a2346e2ace65c7d6d56",
      "tree": "bf0bb09d0485c0019d150af5894c9e6d0be0a3ba",
      "parents": [
        "b808efac1fcc2d5027283ed90c0cc5c2a5031d5e"
      ],
      "author": {
        "name": "Sandeep Kodimela",
        "email": "skodimela@codeaurora.org",
        "time": "Thu Jul 28 18:34:19 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:24 2011 -0700"
      },
      "message": "msm: camera: Fix camera switch from primary to secondary\n\navoid false sensor detection to ensure smooth switch between\nprimary to secondary camera sensor\n\nSigned-off-by: Sandeep Kodimela \u003cskodimela@codeaurora.org\u003e\n"
    },
    {
      "commit": "b808efac1fcc2d5027283ed90c0cc5c2a5031d5e",
      "tree": "be446219d247baed8d9584c124c049bdba5db9b6",
      "parents": [
        "c9f3509041a4de83c93453e2f39419557f274562"
      ],
      "author": {
        "name": "Subhash Jadavani",
        "email": "subhashj@codeaurora.org",
        "time": "Mon Jun 27 15:14:07 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:23 2011 -0700"
      },
      "message": "msm: msm_sdcc: Add DDR support for eMMC/MMC\n\nIf eMMC/MMC cards supports DDR mode, MMC core\nlayer checks if host controller supports the DDR\nmode or not and if host supports the DDR mode,\nMMC core layer calls the set_ios to set the\nDDR timing mode in host controller.\n\nThis change advertise that SDCC4 host controller\nsupports DDR mode timings and also sets DDR\ntiming mode when asked in set_ios.\n\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\n"
    },
    {
      "commit": "c9f3509041a4de83c93453e2f39419557f274562",
      "tree": "db178343a807fb588c02f45a2946afd5f706e7b7",
      "parents": [
        "2dae2396e43d3dfd5b2509e411a101b459893d92"
      ],
      "author": {
        "name": "Shalabh Jain",
        "email": "shalabhj@codeaurora.org",
        "time": "Thu Jul 28 18:36:17 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:22 2011 -0700"
      },
      "message": "diag: Ignore mode reset command for modem\n\nFor 8960, mode reset is being handled on apps processor. Hence diag\ndriver should not send the command to the modem processor.\n\nSigned-off-by: Shalabh Jain \u003cshalabhj@codeaurora.org\u003e\n"
    },
    {
      "commit": "2dae2396e43d3dfd5b2509e411a101b459893d92",
      "tree": "e99190762e86f45afaba3b978d0b4d8f29df81e3",
      "parents": [
        "d5e63af8efd52fa816bc9820e10dfd640770976c"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Thu Jul 14 18:31:28 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:22 2011 -0700"
      },
      "message": "power: pmic8058-charger: chg_done interrupt storm fix\n\nA storm of chg_done interrupt was observed when isl charger\nis plugged in.\n\nRegister for only the rising edge of that interrupt instead\nfor both edges.\n\nAlso disable the interrupt in the handler - there is no reason\nfor the interrupt to stay enabled while it waits for a second\nfor stop_charging to happen.\n\nWhen the charger is asked to stop charging, it should disable\nthe interrupts before it cancels the workqueues. There is a\nsmall chance of a race otherwise, where the workqueues are\nscheduled after they have been cancelled but before interrupts\nare disabled.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "5d41837ac192f0545416b7c0510f4769fc5c04ed",
      "tree": "cf811b3563989763649f5b76404084c73185bfa9",
      "parents": [
        "38014983c528d39e0b7145b81d54b32ad98480b4"
      ],
      "author": {
        "name": "Mansoor Aftab",
        "email": "maftab@codeaurora.org",
        "time": "Tue Jul 26 17:01:26 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:20 2011 -0700"
      },
      "message": "msm: camera: Changes to enable events and Auto Focus\n\nAdded event notify message support added entries for\nautofocus event types\n\nSigned-off-by: Mansoor Aftab \u003cmaftab@codeaurora.org\u003e\n"
    },
    {
      "commit": "24fb7f82a44ed2afcec9a91d1c8c3984ab62c328",
      "tree": "aee87b9a53f63fd44056b96dfdabc33e79edceb5",
      "parents": [
        "88edea9413aa7fad0006c37fc771296db6fa6c90"
      ],
      "author": {
        "name": "Subhash Jadavani",
        "email": "subhashj@codeaurora.org",
        "time": "Mon Jul 25 15:54:34 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:18 2011 -0700"
      },
      "message": "mmc: msm_sdcc: set RX_DATA_PEND bit during card read operation\n\nLatest revision of SDCC4 controller have added RX_DATA_PEND bit under\nMCI_DATA_CTL register. If this bit is set (1), data timeout counter\nwill start counting only after the Read command (with data) was sent\ninstead of counting from initialization of DPSM.\n\nThis patch sets this new control bit to 1 for card read operation.\nAs prior versions of SDCC controllers had this new bit as reserved bit,\nwe don\u0027t need any extra version check while using this bit. Which means\nsetting this bit in prior version of SDCC controllers will not have\nany effect.\n\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\n"
    },
    {
      "commit": "f7f58232ab8e05180e40e68c9e6ef0cec7a0ce9d",
      "tree": "be25303aa032e5e542fe4c53bda2501ee4167892",
      "parents": [
        "5a62c4c4bf31d2f793a95e81394ac6c4a0731b76"
      ],
      "author": {
        "name": "Sunid Wilson",
        "email": "sunidw@codeaurora.org",
        "time": "Tue Jul 26 14:18:30 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:15 2011 -0700"
      },
      "message": "msm: camera: Configure and update linearization look up tables\n\nSupport for configure and update commands for\nlinearization for vfe3.2\n\nSigned-off-by: Lakshmi Narayana Kalavala \u003clkalaval@codeaurora.org\u003e\nSigned-off-by: Sunid Wilson \u003csunidw@codeaurora.org\u003e\n"
    },
    {
      "commit": "ba1706d11ddc652805ff5eb401764de5f023d19c",
      "tree": "00501a261ffe212df85547b1bf5d1a34d1d756ac",
      "parents": [
        "5eeca528c77ae1fcc2dc7d970b44cf36e2988c41"
      ],
      "author": {
        "name": "Patrick Lai",
        "email": "plai@codeaurora.org",
        "time": "Mon Jul 25 17:02:19 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:13 2011 -0700"
      },
      "message": "mfd: wcd9310: select SLIMBUS automatically\n\nCompilation fails if SLIMBUS Kconfig is not enabled\nwhen MSM8960 ALSA sound card is enabled.\n\nCRs-Fixed: 293006\nSigned-off-by: Patrick Lai \u003cplai@codeaurora.org\u003e\n"
    },
    {
      "commit": "5eeca528c77ae1fcc2dc7d970b44cf36e2988c41",
      "tree": "4339ad900d7c4d603c1dd14ef6b1220d66819c8b",
      "parents": [
        "087c60b990f98eda2a14f61e90b6df49aab6c618"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Fri Jul 15 17:05:36 2011 -0600"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:12 2011 -0700"
      },
      "message": "rmnet: Accept packets larger than MTU\n\nThe initial Android RmNET device driver had a validation filter on\nreceive packets to ensure size did not exceed link MTU (1514\noriginally).  This assumed the link was symmetrical, such that\nmaximum transmit and receive transmission unit (MTU/MRU) were the\nsame. Over time, the symmetrical link assumption has been proven\nincorrect, leading to cases where valid packets are dropped.\n\nRemove the RX packet size validation filter such that packets\nlarger then configured MTU will be passed up the data stack.  This\nstrategy change is permitted under the kernel documentation.\nReference: kernel/Documentation/networking/netdevices.txt\n\nCRs-Fixed: 290151\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\nAcked-by: Andrew Richardson \u003crandrew@qualcomm.com\u003e\n"
    },
    {
      "commit": "087c60b990f98eda2a14f61e90b6df49aab6c618",
      "tree": "2a53b95e8f304f3b0a8e1049424853b199b42b19",
      "parents": [
        "abb750b4929ecfbf2eb6a9e75e575f7417f1c73f"
      ],
      "author": {
        "name": "Mona Hossain",
        "email": "mhossain@codeaurora.org",
        "time": "Wed Jul 20 10:34:57 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:12 2011 -0700"
      },
      "message": "crypto: Set a unique handle when opening qce device\n\n- Define a new handle data structure \"qcedev_handle\"\n  This structures holds internal context data\n  \"qcedev_sha_ctxt\" and pointer to \"qcedev_control\"\n- Allocate memory for the hanlde, each time a client\n  opens the device. Thereby, ensuring a unique handle\n  for each client.\n- Use the new handle for each operation (instead of\n  qcedev_control pointer)\n- Remove the internal sha context data structure\n  \"qcedev_sha_ctx\" from the \"qcedev_sha_op_req\".\n  This is now correctly tied to each handle.\n\nSigned-off-by: Mona Hossain \u003cmhossain@codeaurora.org\u003e\n"
    },
    {
      "commit": "b91fa71c588a9785f639193c49295b88031971d7",
      "tree": "f6e61f214b9d8ce689c94c0bc6c14acaa95f4898",
      "parents": [
        "98a7ecb14c4291bc55b692bc294cee8cc5dbb5aa"
      ],
      "author": {
        "name": "Manoj Rao",
        "email": "manojraj@codeaurora.org",
        "time": "Wed Jun 29 09:07:55 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:10 2011 -0700"
      },
      "message": "msm: display: HDMI: VG2 pipe solid fill color causes MDP to hang\n\nDuring 3D video playback both VG pipes are used, solid color\nfill into VG2 pipe for HDCP compliance purpose causes MDP to hang\ninstead, we enable Encryption on HDMI TMDS Output\nBy setting BIT[2] of HDMI_CTRL register to enable encryption on\nHDMI TMDS Output.\n\nSigned-off-by: Manoj Rao \u003cmanojraj@codeaurora.org\u003e\n"
    },
    {
      "commit": "98a7ecb14c4291bc55b692bc294cee8cc5dbb5aa",
      "tree": "80d1c2e7ed4d40c17173896c54e8ac73926e3acc",
      "parents": [
        "930bf7bfd7b754bf2d464c7574a02016104f2cb4"
      ],
      "author": {
        "name": "Sagar Dharia",
        "email": "sdharia@codeaurora.org",
        "time": "Mon Jul 25 15:25:35 2011 -0600"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:10 2011 -0700"
      },
      "message": "slimbus: Support ability to specify maximum and minimum clock gears\n\nSlimbus can run in clock gears 1 through 10 per spec. Scheduling\nalgorithm tries to find the optimum clock gear depending on bandwidth\nusage for messaging and active data channels.\nHowever, not all controllers may have the ability to support all the\n10 clock gears. This patch provides ability so that scheduling\nalgorithm will only run the bus in supported slimbus clock gear.\nControllers can specify supported minimum and maximum clock gear\nduring registration with the framework.\n\nSigned-off-by: Sagar Dharia \u003csdharia@codeaurora.org\u003e\n"
    },
    {
      "commit": "930bf7bfd7b754bf2d464c7574a02016104f2cb4",
      "tree": "21e050f0dc5e8dfa0df64093ab9f638a1d22fe0a",
      "parents": [
        "4317676a54fd89d971e3c1b16fc310fde3021812"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Mon Jul 25 12:23:58 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:09 2011 -0700"
      },
      "message": "mfd: pm8xxx-irq: workaround for lost interrupt issue\n\nAn issue of missing interrupt was observed while resuming the device.\nThe genirq framework calls __enable_irq on all the interrupts during\nresume.  This inturn calls unmask in the pm8xxx which caused the\npending status to drop for that interrupt. Later when the summary\nhandler is called, it does not see that interrupt pending and so its\nhandler is never called.\n\nThe pm8xxx irq module has a hardware bug where writing to the config\nbits clears the pending status of the interrupt.\n\nFix it by avoiding unmasking the interrupt again if it is already\nunmasked. This will prevent us from writing to the interrupt config\nstate, thus preventing dropping of the pending bit if set.\n\nCRs-Fixed: 297320\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "7b57bb815b5287b0c8ef618459d989475aa2f071",
      "tree": "c5a29710ae5ffc5e0d8ba6427fa567c2aa4e5a38",
      "parents": [
        "3e327763c9d3cf1a4821ca3ec610eff8e4c8789a"
      ],
      "author": {
        "name": "Ravishangar Kalyanam",
        "email": "rkalya@codeaurora.org",
        "time": "Tue Jul 19 19:14:23 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:07 2011 -0700"
      },
      "message": "msm_fb: display: Use __va instead of ioremap for framebuffer memory map\n\nSigned-off-by: Ravishangar Kalyanam \u003crkalya@codeaurora.org\u003e\n"
    },
    {
      "commit": "a3c0d9420976b7a6b69baa98d2e8ea3ed89c9a0e",
      "tree": "3b902523119a792effecdbb3d4deabb1e2c9dc11",
      "parents": [
        "1e36a02967aff9238b8e26b6ba23070b51e660bb"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Mon Jul 25 17:53:45 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:05 2011 -0700"
      },
      "message": "mfd: pmic8058: fix for lost adc interrupt\n\nAn issue of missing interrupt was observed while resuming the device.\nThe msm_charger resume called adc conversion to get the battery\nvoltage.  The adc conversion function enables the interrupt and\nstarts the conversion.  Then pmic8058_resume gets called now which\nre-enables the adc interrupt causing the pending bit to drop. With\nthe ADC EOC interrupt missed, the msm_charger does not receive a\ncompletion event, causing a watchdog timeout.\n\nThe pmic8058 irq module has a hardware bug where writing to the config\nbits clears the pending status of the interrupt.\n\nFix it using a sysdev where the pmic interrupts are switched before\nany of the subdevices resume and use nonwakeup interrupts. Since\nin sysdev resume we only enable non wakeup interrupts the status of\nwakeup interrupts remains intact.\n\nCRs-Fixed: 295261\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "1e36a02967aff9238b8e26b6ba23070b51e660bb",
      "tree": "3ac8ac152715b4f0ec3e21ddb0be01f9e4924e38",
      "parents": [
        "f453bb396affe07bacf9c9f021c487eef59a47be"
      ],
      "author": {
        "name": "Laura Abbott",
        "email": "lauraa@codeaurora.org",
        "time": "Wed Jun 22 17:08:13 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:04 2011 -0700"
      },
      "message": "pmem: ensure SMI correctness\n\nDue to hardware constraints, the SMI should not be mapped\nin the kernel space when not in use. Unmap the SMI from\nthe kernel address space when the last allocation is freed.\nVote for bus bandwidth as well while the SMI is allocated.\n\nCRs-Fixed: 281723\nSigned-off-by: Laura Abbott \u003clauraa@codeaurora.org\u003e\n"
    },
    {
      "commit": "57996e3add058436fd4801644106c6fb3c00e489",
      "tree": "c8bcd71cb3f8db3557354c1dd7deacfba6fcca3f",
      "parents": [
        "60f8007df48104b7b067de307704abb830ef901a"
      ],
      "author": {
        "name": "Lucille Sylvester",
        "email": "lsylvest@codeaurora.org",
        "time": "Thu May 26 19:12:22 2011 -0600"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:01 2011 -0700"
      },
      "message": "msm: kgsl: Only bind kgsl to CPU0, not CPU1\n\nSigned-off-by: Lucille Sylvester \u003clsylvest@codeaurora.org\u003e\n"
    },
    {
      "commit": "60f8007df48104b7b067de307704abb830ef901a",
      "tree": "e9fea373b618f08716c4115b1da018c192f44a99",
      "parents": [
        "5a7df4e511eec88b78ff813ec1165b16d3baa8a9"
      ],
      "author": {
        "name": "Gopikrishnaiah Anandan",
        "email": "gopikr@codeaurora.org",
        "time": "Wed Jul 20 12:10:07 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:01 2011 -0700"
      },
      "message": "vidc: vdec: Pass alignment flag to mapping api\u0027s.\n\nMapping api by default assumes 4K alignment.\nVideo core requires output buffer to be aligned\nto 8K.This change will pass aligment information to\nthe mapper API.\n\nSigned-off-by: Gopikrishnaiah Anandan \u003cgopikr@codeaurora.org\u003e\n\nConflicts:\n\n\tdrivers/video/msm/vidc/common/init/vidc_init.c\n"
    },
    {
      "commit": "5a7df4e511eec88b78ff813ec1165b16d3baa8a9",
      "tree": "6cf71e7c92561c3cca24f962a0ec5dab22da275f",
      "parents": [
        "78d812ffc88511215f3488870631428858f139c5"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Wed Jul 27 13:16:24 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:27:00 2011 -0700"
      },
      "message": "power: pm8921-charger: warn when battery is low\n\nIf the battery is very low print a warning in the kernel logs. This will\nhelp debugging restart issues because of a low battery.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "78d812ffc88511215f3488870631428858f139c5",
      "tree": "974ee2170937291b0c7ab6fce64a563d0fcd9aeb",
      "parents": [
        "9825dc6c795e9c771b5092e488d3d475a108f192"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Thu Jul 21 19:57:21 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:59 2011 -0700"
      },
      "message": "power: pm8921-bms: fix the pc calculation algorithm\n\nThe current algorithm compares if an ocv is between two temperature\ncolumns of the same row. This is not valid since the data in one\ntemperature column is collected independently of the data in another\ntemperature column.\nIt is incorrect to assume a relation between ocv values for the same\npercent row for different temeperature columns.\n\nFix it by finding a percent charge for a bounding temperatures and\nthen interpolating these percent charges based on battery temperature.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "9825dc6c795e9c771b5092e488d3d475a108f192",
      "tree": "1ccc82862ff468263d55f8804a39894becfb79de",
      "parents": [
        "cfca519f00b9651f86887fbff8a784fcfc8c03d9"
      ],
      "author": {
        "name": "Mayank Rana",
        "email": "mrana@codeaurora.org",
        "time": "Tue Jul 26 10:47:46 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:59 2011 -0700"
      },
      "message": "msm_serial_hs_lite: Add support for higher baud rate\n\nCurrently driver supports max baud rate as 115200 bps.\nThis change allows to use higher baud rate like 230400 bps\nand 460800 bps.\n\nCRs-fixed: 298417\nSigned-off-by: Mayank Rana \u003cmrana@codeaurora.org\u003e\n"
    },
    {
      "commit": "4e8aada5f34f1a5b92418c0db623785b8a54abfe",
      "tree": "55e872eba4bef61e9523cd53b3399423dddff024",
      "parents": [
        "831561ea1079dd11c4a0d13cbb4b5b9b4b70ec12"
      ],
      "author": {
        "name": "Jeremy Gebben",
        "email": "jgebben@codeaurora.org",
        "time": "Tue Jul 12 10:07:47 2011 -0600"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:57 2011 -0700"
      },
      "message": "msm: kgsl: split mh and mmu initialization\n\nThe MH block should be initialized even if the gpu mmu\nis not enabled so that AXI error interrupts will still\nbe generated.\n\nSigned-off-by: Jeremy Gebben \u003cjgebben@codeaurora.org\u003e\n"
    },
    {
      "commit": "b6900e1671a72a50153f511b020431aaf7821974",
      "tree": "8a83975f338bd3d36d99e8b38343651c84274b32",
      "parents": [
        "e2016608c6040751c47da1787a49a29fba550a5c"
      ],
      "author": {
        "name": "Stephen Boyd",
        "email": "sboyd@codeaurora.org",
        "time": "Mon Jul 18 10:40:04 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:55 2011 -0700"
      },
      "message": "msm: kgsl: Replace open-coded register call with SCM atomic\n\nInstead of open-coding the SCM register calling convention, use\nthe SCM atomic apis.\n\nSigned-off-by: Stephen Boyd \u003csboyd@codeaurora.org\u003e\n"
    },
    {
      "commit": "5b7afbc1066df49777ae80aad05de46ad1266d45",
      "tree": "127c2a9778495e55884e4c1770a58a7d2faee022",
      "parents": [
        "9cbf523afd1bafb4a274ffe8445d112c676dce8c"
      ],
      "author": {
        "name": "Kiran Kumar H N",
        "email": "hurlisal@codeaurora.org",
        "time": "Wed Jul 27 15:19:45 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:53 2011 -0700"
      },
      "message": "msm: camera: Change max number of application buffers\nallowed.\n\nDuring AXI configuration, the buffer addresses are\nstored in a msm_pmem_region array of size 16. This\nlimits the maximum number of buffers that can be\nused by the application to 16. But in ZSL mode,\nthe application can allocate more than 16 buffers.\nIncrease the maximum number of buffers and\ndynamically allocate memory for this structure.\n\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\n"
    },
    {
      "commit": "9cbf523afd1bafb4a274ffe8445d112c676dce8c",
      "tree": "a23e7560186355e66d87e949967b7f384a0307a8",
      "parents": [
        "63e1f9ff178a33a955fa81c196e58fbfb9dab057"
      ],
      "author": {
        "name": "Kiran Kumar H N",
        "email": "hurlisal@codeaurora.org",
        "time": "Mon Jul 25 15:52:51 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:52 2011 -0700"
      },
      "message": "msm: camera: Fix raw snapshot functionality.\n\n- Thumbnail image is not generated in case of\n  raw snapshot. Hence dont configure thumbnail\n  buffers in case of raw snapshot.\n- Remove couple of duplicate log messages.\n\nCRs-Fixed: 297230\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\n"
    },
    {
      "commit": "63e1f9ff178a33a955fa81c196e58fbfb9dab057",
      "tree": "aa1ddd1bfc6c446c0183251554b5a6eec55dbe8c",
      "parents": [
        "89d8c1dff8e1816b41d705c6d76266daf4b4d77e"
      ],
      "author": {
        "name": "David Collins",
        "email": "collinsd@codeaurora.org",
        "time": "Tue Jul 26 15:29:05 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:51 2011 -0700"
      },
      "message": "regulator: pm8921-regulator: Add enable_time platform data entry\n\nAdd an enable_time platform data member which can be used to specify\nthe board dependent enable (rise) time of each regulator.\n\nSigned-off-by: David Collins \u003ccollinsd@codeaurora.org\u003e\n"
    },
    {
      "commit": "89d8c1dff8e1816b41d705c6d76266daf4b4d77e",
      "tree": "a9d9ae9171f78fb24e9693d0e6c5115d2008d51a",
      "parents": [
        "4bdf0232f09e3dbae6fcf4b30a72879291190175"
      ],
      "author": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Wed Jul 27 12:08:34 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:51 2011 -0700"
      },
      "message": "msm: camera: Improve camera IRQ stability\n\nCSI irq is trigger too often causing the platform to be unstable.\nModified csid and csiphy irq to only trigger for errors.\n\nSigned-off-by: Kevin Chan \u003cktchan@codeaurora.org\u003e\n"
    },
    {
      "commit": "160633ed064979143d94466ef19b32fea5703d34",
      "tree": "b9413f916322366b737c2348663d9a8dc64c0d86",
      "parents": [
        "3893b3b807fceedc10cb5e8bd39757cdb2ec4737"
      ],
      "author": {
        "name": "Yan He",
        "email": "yanhe@codeaurora.org",
        "time": "Thu Jun 30 12:18:56 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:49 2011 -0700"
      },
      "message": "platform-drivers: msm: sps: add DFAB clock support for SPS driver.\n\nSigned-off-by: Yan He \u003cyanhe@codeaurora.org\u003e\n"
    },
    {
      "commit": "4288de3af5711a81e86eb33d29f06996a95eb94f",
      "tree": "ad20c7e42011a94629e31b3d4a1b5d940e539fd9",
      "parents": [
        "30011d2028df9a298bec719b3d7c7bb8010798b6"
      ],
      "author": {
        "name": "Deepika Pepakayala",
        "email": "deepikap@codeaurora.org",
        "time": "Fri Jul 15 17:40:12 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:48 2011 -0700"
      },
      "message": "msm: vidc: Set Y and C size registers to allocated size.\n\nCurrently the Y and C sizes are set based on the\nsize of video being decoded. In case of smooth\nstreaming, decoded sizes are not the same as allocated\nsizes. This change will set the Y and C sizes to\nallocated sizes.\n\nSigned-off-by: Deepika Pepakayala \u003cdeepikap@codeaurora.org\u003e\n"
    },
    {
      "commit": "c63847bcddab79bbd5850322843bf0b4ae098745",
      "tree": "0b9efc063334ee22824b31892a1353c13bf76167",
      "parents": [
        "0581896d5d9e1623cc1c93050f67f57896e0d699"
      ],
      "author": {
        "name": "Ananda Kishore",
        "email": "kananda@codeaurora.org",
        "time": "Mon Jul 18 19:02:15 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:47 2011 -0700"
      },
      "message": "vidc: add change to print MFC firmware version\n\nCRs-Fixed: 296531\nSigned-off-by: Ananda Kishore \u003ckananda@codeaurora.org\u003e\n"
    },
    {
      "commit": "16346b0a112adc011ef9604ac4f8335da9fdd109",
      "tree": "dd4a0600a467291b1700c0bb37386a56752f37a3",
      "parents": [
        "851bdc41e10628bbe6a4986d0f17e9d943f73f6f"
      ],
      "author": {
        "name": "Tarun Karra",
        "email": "tkarra@codeaurora.org",
        "time": "Sun Jul 24 15:04:26 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:44 2011 -0700"
      },
      "message": "msm: kgsl: shaders must be repartitioned during gmem save/restore\n\nSigned-off-by: Tarun Karra \u003ctkarra@codeaurora.org\u003e\n"
    },
    {
      "commit": "851bdc41e10628bbe6a4986d0f17e9d943f73f6f",
      "tree": "c19f634cdfe7dc7857c36268d49f55902dd25dfc",
      "parents": [
        "a513aa8dbf25a12c9f0064759b4811c19f2d0ee8"
      ],
      "author": {
        "name": "Suresh Vankadara",
        "email": "svankada@codeaurora.org",
        "time": "Thu Jul 21 19:54:20 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:44 2011 -0700"
      },
      "message": "msm: camera: Fix GPIO issues in sensor drivers\n\nKeep GPIO 153 and 151 to low power state when\ncamera is not in active state.\n\nCRs-Fixed: 294992\nSigned-off-by: Suresh Vankadara \u003csvankada@codeaurora.org\u003e\n"
    },
    {
      "commit": "edd5fd79fb7eb5b2e8937a2a87c2ee453e204377",
      "tree": "71b7f6c86510c8ed70e6d45f0b57dfbe666eb7eb",
      "parents": [
        "405dc3051b06637b6a38aa6b1f4da1660cff37d0"
      ],
      "author": {
        "name": "Amy Maloche",
        "email": "amaloche@codeaurora.org",
        "time": "Wed Jun 22 18:50:21 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:42 2011 -0700"
      },
      "message": "input: cyttsp-i2c: choose firmware start address\n\nFirmware start address changes from GEN3 to GEN2 devices.\nSelect proper firmware start address based on chip generation.\n\nSigned-off-by: Amy Maloche \u003camaloche@codeaurora.org\u003e\n"
    },
    {
      "commit": "405dc3051b06637b6a38aa6b1f4da1660cff37d0",
      "tree": "7f1e7a6efb94ef7a0d20dbda722d390ea5e1a2de",
      "parents": [
        "5a3695011acfed1787ad3bbad90c3fc5bd239134"
      ],
      "author": {
        "name": "kuogee hsieh",
        "email": "khsieh@codeaurora.org",
        "time": "Thu Jul 21 15:06:59 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:42 2011 -0700"
      },
      "message": "msm_fb: display: add ioctl for mixer info\n\nAdd new ioctl to allow user to query mdp mixer detail configuration.\n\nSigned-off-by: Kuogee Hsieh \u003ckhsieh@codeaurora.org\u003e\n"
    },
    {
      "commit": "9a9e76e0def4526129321eae6564b4f29332e6b3",
      "tree": "cb2e3aac22b381878e3e62aec5725b1ad825c782",
      "parents": [
        "d090389b32a6c482d9a7c08a4f6e7ca09befbb54"
      ],
      "author": {
        "name": "Vijayakumar Muthuvel Manickam",
        "email": "vmuthuve@codeaurora.org",
        "time": "Thu Jun 30 11:22:25 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:40 2011 -0700"
      },
      "message": "mfd: marimba_core: Add debugfs interface for ADIE\n\nCreate debugfs entry for Marimba, Timpani, Bahama ADIE\n\nSigned-off-by: Vijayakumar Muthuvel Manickam \u003cvmuthuve@codeaurora.org\u003e\n"
    },
    {
      "commit": "15f864685553406ab4dbb3ac7d40a0dc303df9a6",
      "tree": "94b9ad83a61e657c9592908b94bd68f88276386b",
      "parents": [
        "603d1cb1436484d36ea7c2c7119af683445b4af8"
      ],
      "author": {
        "name": "Yan He",
        "email": "yanhe@codeaurora.org",
        "time": "Mon Jul 25 10:36:37 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:39 2011 -0700"
      },
      "message": "platform-drivers: msm: sps: add spinlock for BAM\n\nWhen client drivers use spinlock and embrace SPS APIs that use mutex,\nscheduling error may happen. Use spinlock for these SPS APIs instead.\n\nSigned-off-by: Yan He \u003cyanhe@codeaurora.org\u003e\n"
    },
    {
      "commit": "603d1cb1436484d36ea7c2c7119af683445b4af8",
      "tree": "795856e0ec3876e536645968a8a704ed1f131948",
      "parents": [
        "96a9f90882a342f307761c0333899ab97fed2bc6"
      ],
      "author": {
        "name": "Vamsi Krishna",
        "email": "vskrishn@codeaurora.org",
        "time": "Sun Jul 24 17:17:04 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:38 2011 -0700"
      },
      "message": "usb: gadget: Check for pending requests before priming the ep\n\nFor any data to be transferred over usb endpoint, USB S/W\nconfigures the data to be transferred in queue heads and transfer\ndescriptors and requests h/w to process the data by priming the\nendpoint. Sometimes it is observed that endpoint priming is\nfailing when usb requests are being queued back to back. Although\nthe h/w is recovering later, some unprocessed requests are\npending in ep requests queue. To avoid this issue, check for\nstale requests before priming the endpoint and add the current\nrequest at the endpoint of request queue.\n\nSigned-off-by: Vamsi Krishna \u003cvskrishn@codeaurora.org\u003e\n"
    },
    {
      "commit": "cb791443cfcd968d3eee148fd731df2f72925fb7",
      "tree": "2dd90478c394c95ee95d3422982908dfb560728c",
      "parents": [
        "8dddd75ae0b91a2d6664aac865d3ac1082a67555"
      ],
      "author": {
        "name": "Oluwafemi Adeyemi",
        "email": "aadeyemi@codeaurora.org",
        "time": "Mon Jul 11 22:51:25 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:36 2011 -0700"
      },
      "message": "mmc: msm_sdcc: Send CMD52 after every CMD53 write\n\nOn a completion of a CMD53 write, send a dummy CMD52\nbefore reporting completion to client.\n\nSigned-off-by: Oluwafemi Adeyemi \u003caadeyemi@codeaurora.org\u003e\nSigned-off-by: Sahitya Tummala \u003cstummala@codeaurora.org\u003e\n"
    },
    {
      "commit": "8dddd75ae0b91a2d6664aac865d3ac1082a67555",
      "tree": "4a5e02451babf0a89c3122e0aa4a619223fbd419",
      "parents": [
        "e9a54343561fd5852a2373b5d42f5a82fdda09f6"
      ],
      "author": {
        "name": "Mayank Rana",
        "email": "mrana@codeaurora.org",
        "time": "Wed Jul 13 11:19:58 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:35 2011 -0700"
      },
      "message": "msm_serial_hs_lite: Add support of loopback mode for each uart port\n\nThis change allows to use debugfs entry called loopback.uart_id to\nenable/disable uartdm internal loopback mode.\ne.g. for /dev/ttyHSL0 device,\nit creates \u003cdebugfs_dir\u003e/msm_serial_hsl/loopback.0\n\nSigned-off-by: Mayank Rana \u003cmrana@codeaurora.org\u003e\n"
    },
    {
      "commit": "e9a54343561fd5852a2373b5d42f5a82fdda09f6",
      "tree": "c7061e82069a34c2ae40ff2eb86555072c675812",
      "parents": [
        "c4b8b2fb9d783be26b85381b3618bbe253a75b89"
      ],
      "author": {
        "name": "Mayank Rana",
        "email": "mrana@codeaurora.org",
        "time": "Wed Jun 29 20:27:08 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:35 2011 -0700"
      },
      "message": "msm_serial_hs_lite: Reset uartdm core after changing baud rate\n\nRxstale interrupt is not working after changing the baud rate once device\nis opened. It is required to reset the receiver and transmitter after\nmodifying the IPR register which is not done in current programming\nsequence. This change resets uartdm core i.e. receiver, transmitter, error\nstate, break condition, CTS and RFR which fixes the issue.\n\nWith this change, remove programming sequence used in startup as opening\nthe device node will always calls set_termios after startup.\n\nCRs-Fixed: 294380\nSigned-off-by: Mayank Rana \u003cmrana@codeaurora.org\u003e\n"
    },
    {
      "commit": "c4b8b2fb9d783be26b85381b3618bbe253a75b89",
      "tree": "664f4284a638cfeca69550863956c7562d9029a4",
      "parents": [
        "5cbaf3e1a8623325997247578800c49c82aa622a"
      ],
      "author": {
        "name": "kuogee hsieh",
        "email": "khsieh@codeaurora.org",
        "time": "Tue Jul 12 13:32:14 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:34 2011 -0700"
      },
      "message": "msm_fb: display: change mdp clock while mdp is idle\n\nMdp clock need to be adjusted at run time base on the\nperformance level. However mdp clock can only be changed\nwhen mdp blending/dma engine is idle.\n\nSigned-off-by: Kuogee Hsieh \u003ckhsieh@codeaurora.org\u003e\n"
    },
    {
      "commit": "5cbaf3e1a8623325997247578800c49c82aa622a",
      "tree": "25f84cbfce5edcdf8f81cf564d1b2598ef6c2d8a",
      "parents": [
        "c001dc31f98aad02259b31951c6c48067454273a"
      ],
      "author": {
        "name": "Ankit Premrajka",
        "email": "ankitp@codeaurora.org",
        "time": "Thu Jul 21 11:14:56 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:34 2011 -0700"
      },
      "message": "msm-camera: fix subsystem ID address in JPEG\n\nThe address of the subsystem id stored in the jpeg\nbuffer structure was becoming invalid. This happened\nbecause the buffer used for mapping was copied over to\na duplicate place and the second buffer was used for\nunmapping, while the first one was freed.\n\nSigned-off-by: Ankit Premrajka \u003cankitp@codeaurora.org\u003e\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "c001dc31f98aad02259b31951c6c48067454273a",
      "tree": "148d2f42eae9c2d146adc5e87d1a65472aad92c6",
      "parents": [
        "53a9083107fbb4df41b22b15f56501b920a0f61d"
      ],
      "author": {
        "name": "Shuzhen Wang",
        "email": "shuzhenw@codeaurora.org",
        "time": "Fri Jul 15 13:51:52 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:33 2011 -0700"
      },
      "message": "camera: vfe32: Enable Zero Shutter Lag mode support.\n\n- Add bus scaling table for ZSL mode.\n- Add AXI configuration and interrupts handling for ZSL.\n- Add missing VFE commands of XBAR configuratin.\n\nSigned-off-by: Shuzhen Wang \u003cshuzhenw@codeaurora.org\u003e\n"
    },
    {
      "commit": "53a9083107fbb4df41b22b15f56501b920a0f61d",
      "tree": "625f5caad691517a31595be29685d79d228e3c72",
      "parents": [
        "ca681569d396c54bb3a192bdc5434c5a889e0ce5"
      ],
      "author": {
        "name": "Mingcheng Zhu",
        "email": "mingchen@codeaurora.org",
        "time": "Wed Jul 20 21:19:28 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:32 2011 -0700"
      },
      "message": "msm-camera: fix the stop recording crash\n\ndo not swap ping/pong buffer when no free buffer\n\nCRs-fixed: 296858\n\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "ca681569d396c54bb3a192bdc5434c5a889e0ce5",
      "tree": "2fbfefd13569f73ca74a88601e21304032f005d1",
      "parents": [
        "c6864b8db38bd6ee700d862df15380eb95234c25"
      ],
      "author": {
        "name": "Mingcheng Zhu",
        "email": "mingchen@codeaurora.org",
        "time": "Mon Jul 25 20:44:23 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:32 2011 -0700"
      },
      "message": "msm-camera: initial vpe and divert frame implementation\n\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "c6864b8db38bd6ee700d862df15380eb95234c25",
      "tree": "18e204098354b30563684ceff3863b21d1e48531",
      "parents": [
        "d71946b2ad838e897f450bb8d1ad6eb86bff7298"
      ],
      "author": {
        "name": "Ankit Premrajka",
        "email": "ankitp@codeaurora.org",
        "time": "Fri Jul 15 11:43:41 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:31 2011 -0700"
      },
      "message": "msm-camera: add SMMU code for use with videobuf2 framework\n\nSigned-off-by: Ankit Premrajka \u003cankitp@codeaurora.org\u003e\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "d71946b2ad838e897f450bb8d1ad6eb86bff7298",
      "tree": "a35756cab2d3e5d0c595fbe48bb0f83110d1d867",
      "parents": [
        "4950550ed4974d3f971892777bab9bc074cecc2c"
      ],
      "author": {
        "name": "Shuzhen Wang",
        "email": "shuzhenw@codeaurora.org",
        "time": "Tue Jul 19 15:10:58 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:30 2011 -0700"
      },
      "message": "msm-camera: v4l2: Use ktime_get_ts to get timestamp.\n\nUsing ktime_get_ts and converting to timeval matches\nwith system time in user space. This eliminates the\nAV sync issue between video and audio.\n\nSigned-off-by: Shuzhen Wang \u003cshuzhenw@codeaurora.org\u003e\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "0fb9dcfbc652ed617ceb244bd8a9201d00a124fe",
      "tree": "b39114063f8d400ad220566cd25b92f79589683d",
      "parents": [
        "9812bd34ec034b4a78ed1c1c5f6fbd1ca3d1b43e"
      ],
      "author": {
        "name": "Kiran Kumar H N",
        "email": "hurlisal@codeaurora.org",
        "time": "Sun Jul 17 12:31:53 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:29 2011 -0700"
      },
      "message": "msm-camera: configure preview and recording buffers\nseperately.\n\ndecouple preview and recording path configuration\nby configuring the buffers during preview start\nand recording start respectively.\n\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n"
    },
    {
      "commit": "9812bd34ec034b4a78ed1c1c5f6fbd1ca3d1b43e",
      "tree": "63cb1ccdc000bc4bb1b4d41b1b42a6be066feb8f",
      "parents": [
        "7323b78c60c986f268ac4aeb6a2493082fd63cd5"
      ],
      "author": {
        "name": "Mingcheng Zhu",
        "email": "mingchen@codeaurora.org",
        "time": "Fri Jul 22 22:57:11 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:28 2011 -0700"
      },
      "message": "msm camera: migrate to videobuf2 framework\n\nadd necessary changes in camera driver to\nmigrate to videobuf2 framework.\n\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\nSigned-off-by: Mingcheng Zhu \u003cmingchen@codeaurora.org\u003e\n\nConflicts:\n\n\tdrivers/media/video/Makefile\n"
    },
    {
      "commit": "8df15da6615f4cbebdbd3fb6e97734a515027f96",
      "tree": "9331e4807fe4457624028e9334cbb487dcd89f2f",
      "parents": [
        "09fd3ad1c66a791aa54f1ded42eeb7c7c5c7746e"
      ],
      "author": {
        "name": "Balaji T K",
        "email": "balajitk@ti.com",
        "time": "Wed Jul 13 20:06:27 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:27 2011 -0700"
      },
      "message": "mmc: core: put eMMC in sleep (cmd5) mode before suspend\n\nPut MMC to sleep if it supports SLEEP/AWAKE (CMD5) in the mmc suspend\nto minimize power consumption.\n\nSigned-off-by: Balaji T K \u003cbalajitk@ti.com\u003e\nAcked-by: Venkatraman S \u003csvenkatr@ti.com\u003e\nSigned-off-by: Chris Ball \u003ccjb@laptop.org\u003e\nSigned-off-by: Subhash Jadavani \u003csubhashj@codeaurora.org\u003e\n"
    },
    {
      "commit": "09fd3ad1c66a791aa54f1ded42eeb7c7c5c7746e",
      "tree": "36fc48d9d8059a978fdac5e757b1c88bbb9aa985",
      "parents": [
        "650c22c765b832bd383c310294dc52c4e3fa7255"
      ],
      "author": {
        "name": "Mona Hossain",
        "email": "mhossain@codeaurora.org",
        "time": "Thu Jul 14 09:12:07 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:26 2011 -0700"
      },
      "message": "hw_random: msm: Remove PRNG hardware configuration\n\nLSFR and CONFIG registers are configured by secure domain\ncode and XPU protected.\n\nCRs-Fixed: 284133\nSigned-off-by: Mona Hossain \u003cmhossain@codeaurora.org\u003e\n"
    },
    {
      "commit": "650c22c765b832bd383c310294dc52c4e3fa7255",
      "tree": "3a832f3065e304dff2b4ce70fdee65668999a60f",
      "parents": [
        "f9258172263a39b1cb5661ecbf2967c4de968e28"
      ],
      "author": {
        "name": "Mona Hossain",
        "email": "mhossain@codeaurora.org",
        "time": "Tue Jul 19 09:54:19 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:25 2011 -0700"
      },
      "message": "crypto: Fix race conditons and synchronization issues\n\n- Fix locking mechanism: Add ref count for locking and\n  protect ce lock reference count\n- Fix race conditions with processing sha request.\n\nSigned-off-by: Mona Hossain \u003cmhossain@codeaurora.org\u003e\n"
    },
    {
      "commit": "7661a450d98b94a655373c0e5d5d79749b2ff6e2",
      "tree": "1982bbbec2e045899f7ad9cfaae5c3f13cfb0a82",
      "parents": [
        "5a19c68d63da33710ed52a974a996f03a706b84f"
      ],
      "author": {
        "name": "Sahitya Tummala",
        "email": "stummala@codeaurora.org",
        "time": "Mon Jul 18 13:28:35 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:24 2011 -0700"
      },
      "message": "mmc: msm_sdcc: Add debug prints to runtime suspend/resume\n\nSigned-off-by: Sahitya Tummala \u003cstummala@codeaurora.org\u003e\n"
    },
    {
      "commit": "5a19c68d63da33710ed52a974a996f03a706b84f",
      "tree": "33799729701b9b6af844c55f55053b69045bdab6",
      "parents": [
        "373d1d02ff733804598a6a1894c42dcc9978abbe"
      ],
      "author": {
        "name": "Kiran Kumar H N",
        "email": "hurlisal@codeaurora.org",
        "time": "Sat Jul 23 11:34:34 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:23 2011 -0700"
      },
      "message": "Revert \"msm: camera: YV12 video support\"\n\nThis reverts commit 66882a5046143601429632a0b589d9ffeeb3c668.\nThis change will be submitted later.\n\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\n"
    },
    {
      "commit": "d3fb9bb50ca92263f402888dd437ff5bf18dd95d",
      "tree": "09a162fb9819b4afd0991727d0992ef830232504",
      "parents": [
        "29eb744d8dfb83c309ef22589ee20b63bbb7080c"
      ],
      "author": {
        "name": "Hemant Kumar",
        "email": "hemantk@codeaurora.org",
        "time": "Tue Jul 12 17:20:16 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:19 2011 -0700"
      },
      "message": "usb: gsmd: Add platform driver corresponding to smd channel\n\nUSB shared memory DUN(dial up networking) driver re-tries multiple times\nto open smd channel, due to delay in smd driver initialization and modem\nload during boot up. Instead, register a platform driver with smd channel\nname. Whenever specific SMD channel is opened by modem, a corresponding\nplatform device would be added resulting in probe of platform driver being\ncalled. In the probe function, DUN driver opens up SMD channel\n\nSigned-off-by: Hemant Kumar \u003chemantk@codeaurora.org\u003e\n"
    },
    {
      "commit": "7ff0cf49995d22fddaa90cea95dac8850abcac89",
      "tree": "5ebc5e1efa7a5c332d10e4a6384758dded7d1ebd",
      "parents": [
        "d42d1206083796119de7d0ea1cc06b14f7f42884"
      ],
      "author": {
        "name": "Azam Sadiq Pasha Kapatrala Syed",
        "email": "akapatra@codeaurora.org",
        "time": "Fri Jul 15 15:56:40 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:16 2011 -0700"
      },
      "message": "msm: camera: YV12 video support\n\nSupport for color format YV12.\n\nSigned-off-by: Azam Sadiq Pasha Kapatrala Syed \u003cakapatra@codeaurora.org\u003e\n"
    },
    {
      "commit": "4eb0293d54b082e0385937f1f5b3df5ab08bd24e",
      "tree": "0ed6063a013bffd262a16aa2fd80b8cde71acca4",
      "parents": [
        "9f4b429eb3c41a15fcba2a01074f9f6ef4541a33"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Fri Mar 11 06:07:27 2011 -0300"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:12 2011 -0700"
      },
      "message": "[media] v4l2: vb2: one more fix for REQBUFS()\n\nReturn immediately if the target number of buffers is the same as\nthe current one and memory access type doesn\u0027t change.\n\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nSigned-off-by: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nSigned-off-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Kiran Kumar H N \u003churlisal@codeaurora.org\u003e\n"
    },
    {
      "commit": "6d6ff5e495a12895b5b4a37eb3049fda560c693a",
      "tree": "b5cd07de965ec13e579dc70d1d2791e8ecaabe26",
      "parents": [
        "f74d2edd791b3fddaf147c5e358a8f41463dc1f9"
      ],
      "author": {
        "name": "Mansoor Aftab",
        "email": "maftab@codeaurora.org",
        "time": "Wed Jul 20 17:25:36 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:10 2011 -0700"
      },
      "message": "msm: camera: Correct mount angle, sensor type values\n\nCorrect the sensor type value for the IMX074 sensor.\nSet the mount angle value for this sensor on 8960,\nalso made sure that the values obtained for angle,type\nfrom probing are recorded in the structure which used\nto retrieve this information during device query.\n\nCRs-fixed: 296576\nSigned-off-by: Mansoor Aftab \u003cmaftab@codeaurora.org\u003e\n"
    },
    {
      "commit": "f74d2edd791b3fddaf147c5e358a8f41463dc1f9",
      "tree": "a884366ec0e69231025bfe72e4f338d851c93cc8",
      "parents": [
        "61fe47257aa9fa598163dda4a3938090bf7d95c6"
      ],
      "author": {
        "name": "Manoj Rao",
        "email": "manojraj@codeaurora.org",
        "time": "Mon Jul 18 14:25:38 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:09 2011 -0700"
      },
      "message": "msm: display: HDMI: ISR not triggered when HPD occurs during power_off\n\nDuring power off we disable 5v, power down core, by turning off the\nTX channels one by one. When a HPD is triggered the driver has a\nsoftware debouncing timer during which interrupts are disabled to\nbe able to read stable HPD status from the register. When HPD is\ndetected while the core is being turned off/powered down the driver\u0027s\nsoftware disables the interrupt and this was making the core to go\ninto off state. So the fix was to keep the interrupt bit enabled through\nthe register even during the debounce timeout (this doesn\u0027t trigger\nunnecessary interrupts due to appropriate clearing and masking of HPD\ninterrupt bits).\n\nSigned-off-by: Manoj Rao \u003cmanojraj@codeaurora.org\u003e\n"
    },
    {
      "commit": "49a83b2caa9718d35fab9a9fa9ad2d9436040ffd",
      "tree": "d2eacc67cfe8f9cac6b757f6aef245472b41179b",
      "parents": [
        "2c79e3d914f4626b9e87796c8fe817a715f8c9ad"
      ],
      "author": {
        "name": "Ravishangar Kalyanam",
        "email": "rkalya@codeaurora.org",
        "time": "Wed Jul 20 15:28:44 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:04 2011 -0700"
      },
      "message": "msm_fb: display: Fix 8960 HDMI resolution switch issue\n\nFix 8960 HDMI resolution switch issue by removing core\nreset via clock branches. This helps in retaining the\nHDMI PLL register values for subsequent cable\ndisconnect/connect scenarios.\n\nCRs-Fixed: 296879\nSigned-off-by: Ravishangar Kalyanam \u003crkalya@codeaurora.org\u003e\n"
    },
    {
      "commit": "0d9acd9735d6311867aff690e13cfa6d791ad3a1",
      "tree": "663b4a25a5d647bd5bb0359e07ca35f60e32294c",
      "parents": [
        "a267ea929e905debab3c7444c6e6a4263b8346e4"
      ],
      "author": {
        "name": "Willie Ruan",
        "email": "wruan@codeaurora.org",
        "time": "Mon Jul 04 21:31:30 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:02 2011 -0700"
      },
      "message": "misc: pm8058-pwm: add pr_fmt to simplify debug messages\n\nAdding pr_fmt with __func__ to simplify the debug messages which\nneed to print out __func__.\n\nSigned-off-by: Willie Ruan \u003cwruan@codeaurora.org\u003e\n"
    },
    {
      "commit": "d06ac74275f7743c60ab5462c9e5d0012508bb07",
      "tree": "4337ca11e80315ec8c64afeae23f19cc769fb26e",
      "parents": [
        "cf45f6adece2ee2cb02c0c08883dc92b258ac153"
      ],
      "author": {
        "name": "Taniya Das",
        "email": "tdas@codeaurora.org",
        "time": "Tue Jul 19 12:55:28 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:26:01 2011 -0700"
      },
      "message": "power: msm_battery: Disable DEBUG option to reduce log messages.\n\nSigned-off-by: Taniya Das \u003ctdas@codeaurora.org\u003e\n"
    },
    {
      "commit": "d81678207da7c9bb936e98c4f7f917eff81f710a",
      "tree": "c356d0965728446c987fa9a635cbd6b6451b9443",
      "parents": [
        "a411f7e5195777253d4c3c94430787b4f19ea068"
      ],
      "author": {
        "name": "Matt Wagantall",
        "email": "mattw@codeaurora.org",
        "time": "Thu Jul 14 12:38:07 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:55 2011 -0700"
      },
      "message": "vidc: Stop using vcodec_axi_a_clk and vcodec_axi_b_clk directly\n\nThese two clock are now implicityly enabled and disabled as\ndependencies of vcodec_clk (as was already the case for\nvcodec_axi_clk).\n\nSigned-off-by: Matt Wagantall \u003cmattw@codeaurora.org\u003e\n"
    },
    {
      "commit": "a411f7e5195777253d4c3c94430787b4f19ea068",
      "tree": "8fbd0ffa04d040a7b8659712a4ed3251c144c9ad",
      "parents": [
        "910f724fa61f3b4f595e740f94bb1ed3eaee62b5"
      ],
      "author": {
        "name": "Stepan Moskovchenko",
        "email": "stepanm@codeaurora.org",
        "time": "Wed Jul 20 13:21:08 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:54 2011 -0700"
      },
      "message": "video: Kconfig: Remove extraneous dots from help text\n\nClean up the help text by removing extraneous punctuation.\n\nSigned-off-by: Stepan Moskovchenko \u003cstepanm@codeaurora.org\u003e\n"
    },
    {
      "commit": "00548e64fe01e06b0ff24594b2959866bb5f9d10",
      "tree": "87b949c3c511eac298889c66734cdaf2c4fca932",
      "parents": [
        "3f75d16d6d7ad79bfb01c94cd049bfbbb3daeaae"
      ],
      "author": {
        "name": "Siddartha Mohanadoss",
        "email": "smohanad@codeaurora.org",
        "time": "Mon Jul 18 12:13:09 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:53 2011 -0700"
      },
      "message": "mfd: pm8921-adc: Remove setting USRP ADC IRQ bit permissions\n\nRemove setting the Secure processor permission bits from the\nuserprocessor for the ADC. The changes to set the IRQ bit\npermissions and the arbiter enable for the user bank are done\non the secure processor.\n\nCRs-Fixed: 296150\nSigned-off-by: Siddartha Mohanadoss \u003csmohanad@codeaurora.org\u003e\n"
    },
    {
      "commit": "3b44cd4aeedfa3026caf379c4687d980ed3261b8",
      "tree": "1c8e9437a4a825474bb56dc3ab073834a81f01cf",
      "parents": [
        "4aea274b69eeee685d87e159107f0d0eb9b35b70"
      ],
      "author": {
        "name": "Anantha Krishnan",
        "email": "ananthk@codeaurora.org",
        "time": "Wed Jul 06 12:36:15 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:48 2011 -0700"
      },
      "message": "radio-tavarua: Adding private control to configure the RMSSI threshold\n\nThis change is to add V4L2 private controls for configuring the\nvalue of RMSSI threshold.\n\nCRs-Fixed: 293328\nSigned-off-by: Anantha Krishnan \u003cananthk@codeaurora.org\u003e\n"
    },
    {
      "commit": "4aea274b69eeee685d87e159107f0d0eb9b35b70",
      "tree": "085d78824442a615dd1f6f11b191391f000371dc",
      "parents": [
        "131d2e7746b0f2e721bdff3af6506d1659db0c09"
      ],
      "author": {
        "name": "kuogee hsieh",
        "email": "khsieh@codeaurora.org",
        "time": "Wed Jul 06 11:05:05 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:47 2011 -0700"
      },
      "message": "msm_fb: display: add 3D support at DSI video mode\n\nCurrently, only DSI command mode have 3D capability. Add 3D\nsupport for DSI video mode also.\n\nCRs-fixed: 294082\nSigned-off-by: Kuogee Hsieh \u003ckhsieh@codeaurora.org\u003e\n"
    },
    {
      "commit": "131d2e7746b0f2e721bdff3af6506d1659db0c09",
      "tree": "7ec2b7dfd9c000820fe791c2eeb63b843e9af0f8",
      "parents": [
        "8d1f8724f0d89d474a283f2ba6f51801d14daaee"
      ],
      "author": {
        "name": "Stepan Moskovchenko",
        "email": "stepanm@codeaurora.org",
        "time": "Mon Jul 11 17:06:38 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:47 2011 -0700"
      },
      "message": "msm_serial_hs_lite: Enable clock when configuring the GSBI\n\nEnable the bus clock when configuring the GSBI registers\nfor UART mode in the msm_serial_hs_lite driver.\n\nCRs-Fixed: 292755\nSigned-off-by: Stepan Moskovchenko \u003cstepanm@codeaurora.org\u003e\n"
    },
    {
      "commit": "8d1f8724f0d89d474a283f2ba6f51801d14daaee",
      "tree": "db23d15b14730d4b24011836d89b2b99ee496b09",
      "parents": [
        "0a91160b3c418b8311bd7bf8016f318479c47229"
      ],
      "author": {
        "name": "Ravishangar Kalyanam",
        "email": "rkalya@codeaurora.org",
        "time": "Thu Jul 14 18:45:07 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:46 2011 -0700"
      },
      "message": "msm_fb: display: Fix writeback offset with correct fbnum\n\nFix writeback offset with correct fbnum value to avoid any\nmemory corruption with image buffers in use\n\nCRs-Fixed: 290324\nSigned-off-by: Ravishangar Kalyanam \u003crkalya@codeaurora.org\u003e\n"
    },
    {
      "commit": "0a91160b3c418b8311bd7bf8016f318479c47229",
      "tree": "8f98a64a2ffcb9e638d253a72fd1bda01fbfe14c",
      "parents": [
        "7f12ebf6a27f4b892ee5729d574d71a2a8b4bed3"
      ],
      "author": {
        "name": "David Collins",
        "email": "collinsd@codeaurora.org",
        "time": "Wed Jun 15 15:03:13 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:45 2011 -0700"
      },
      "message": "mfd: pm8058: Locally disable regulators S0/1/3 and L21 during shutdown\n\nWhen shutting down or restarting, PMIC 8058 regulator S0, S1, S3 and\nL21 need to be managed manually. Since the master enable bits for these\nregulators are kept set, the local enable bits should be unset and the\nactive pull-down must be enabled. Any regulators in advanced mode\nshould be disabled as well. This regulator state ensures that\nthese regulators drops as expected when PS_HOLD is dropped.\n\nCRs-Fixed: 295731\nSigned-off-by: David Collins \u003ccollinsd@codeaurora.org\u003e\nSigned-off-by: Willie Ruan \u003cwruan@codeaurora.org\u003e\n"
    },
    {
      "commit": "0758e1eeda76e8d37cf929dddbe62ca5f6b26263",
      "tree": "f0ec4a547ded7f619b00ec4abf1bed3a86120365",
      "parents": [
        "57390b03ac1e24045fe4b056d84c091a0ee1e0d9"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Thu Jul 14 18:11:41 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:43 2011 -0700"
      },
      "message": "power: pmic8058-charger: system power control\n\nThe pmic charger can control its supply to the system.\nThe msm_charger uses this facility to enable or disable\nthe pmic from providing system current.\n\nOn a setup with multiple charges, when the external charger\nis plugged in it provides the majority of the system current. This reduces\nthe current drawn from the pmic charger source (usb). If the pmic\nwere charging the battery, the reduction in the current drawn from\npmic charger source causes a charge completion interrupt in the pmic.\nNote that the pmic only monitors the current drawn from usb to signal\nend of charging. In this case, the interrupt is fired when the\nbattery may not be fully charged.\nMoreover when the pmic thinks that the battery is fully charged, it\nopens up the batfet and prevents any other charger from charging the\nbattery.\nWith this fix, when an external charger is plugged in the pmic is asked\nto stop providing system current which causes the pmic to close\nthe batfet.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "57390b03ac1e24045fe4b056d84c091a0ee1e0d9",
      "tree": "b848e945cce04cdfd9e9d48e494c7b428d4748bb",
      "parents": [
        "0e468741095d4669b8716aa22c46d71fa64a6574"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Thu Jul 14 18:05:11 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:43 2011 -0700"
      },
      "message": "power: msm_charger: control system power\n\nSome chargers can control their current supply for the system. Provide\nfacility in the msm_charger to choose which charger supplies system\ncurrent. It is guaranteed that start charging will always be called\non a charger that has been previously been asked to provide system\ncurrent.\n\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "0e468741095d4669b8716aa22c46d71fa64a6574",
      "tree": "ba7713422b76b7bbe0f911eff20631e863ab5b3c",
      "parents": [
        "4246251a693935b78e2672bbf75d1e2b40f4ce51"
      ],
      "author": {
        "name": "Kevin Chan",
        "email": "ktchan@codeaurora.org",
        "time": "Thu Jul 14 21:27:20 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:42 2011 -0700"
      },
      "message": "msm: camera: Update OV2720 sensor settings\n\nIncrease output dimension to 1932X1092\nAdded in sensor roll off correction settings\n\nSigned-off-by: Kevin Chan \u003cktchan@codeaurora.org\u003e\n"
    },
    {
      "commit": "85c05cd8d9e8e5d54c4cb23efebb3bdc6a9ff6c9",
      "tree": "dfafb706aa25b9662fa05c3de8d3d1e5058b82ec",
      "parents": [
        "c79a2e06447a6253f24142b0143ab9b1b2a1e488"
      ],
      "author": {
        "name": "Nishant Pandit",
        "email": "npandit@codeaurora.org",
        "time": "Sun Jul 10 11:33:14 2011 +0530"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:41 2011 -0700"
      },
      "message": "msm: camera: Configure the qs_s5k4e1 in 1 lane for 2d mode\n\nConfigure the qs_s5k4e1 sensor in 1 lane for 2D mode. This\nchange is made as a work around for hardware issue. As we\nswitch from 4 lane configuration in 3D mode to 2D configuration\nin 2 lane, the fifo in CSI Phy overflows. When 2D mode uses 1 lane\nconfiguration the FIFO is bypassed.\n\nCRs-fixed: 292608\nSigned-off-by: Nishant Pandit \u003cnpandit@codeaurora.org\u003e\n"
    },
    {
      "commit": "18fb80ef719e94493c257e3cd6c92e790cc6223f",
      "tree": "102448cb2dea700ec5a96eca4c082250f89de4d5",
      "parents": [
        "0167283edccca2b777528c54974ca9c8d4030138"
      ],
      "author": {
        "name": "Srinivasa Rao Uppala",
        "email": "uppalas@codeaurora.org",
        "time": "Sun Jul 17 17:33:00 2011 -0700"
      },
      "committer": {
        "name": "Bryan Huntsman",
        "email": "bryanh@codeaurora.org",
        "time": "Mon Oct 03 10:25:38 2011 -0700"
      },
      "message": "radio: iris: Added code for search station list response\n\nThis patch adds support to handle  the search station list\nresponse event\n\nSigned-off-by: Srinivasa Rao Uppala \u003cuppalas@codeaurora.org\u003e\n"
    }
  ],
  "next": "653c0f9b74db91425f7cda4f13cb2bde638282eb"
}
