)]}'
{
  "log": [
    {
      "commit": "ce1fda2ceae551e805661543cacf3ce86ffc324d",
      "tree": "1f350cf13e5e21c9d2e9882b490a591bdd64d181",
      "parents": [
        "5ee95e54f3e208ec36dcb2eccafbc58e1c24ab5a"
      ],
      "author": {
        "name": "Arun Kumar Neelakantam",
        "email": "aneela@codeaurora.org",
        "time": "Tue Jul 09 15:55:32 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Thu Jul 18 14:47:07 2013 -0700"
      },
      "message": "tty: n_smux: add separate close notifications\n\nWhen an SMUX port state is closed, the close request is sent to the\nremote system.  The port cannot be re-opened until the remote system\nacknowledges the close request.  If the client attempts to re-open the\nport during this time, then the -EAGAIN error code is returned and the\nclient must keep retrying to open the port.  An event-driven approach\nwould be better, but the client does not receive local state\nnotifications, so this is not possible.\n\nAdd local and remote closed notifications so clients can handle the\nclosing state transitions without using polling.\n\nCRs-Fixed: 510114\nChange-Id: I48008804d23dbfd05df0becd4bc1c695e599a835\nSigned-off-by: Arun Kumar Neelakantam \u003caneela@codeaurora.org\u003e\n"
    },
    {
      "commit": "c2e2b5a4c82574bb30fffc747c9693cecbd69f0d",
      "tree": "69363756a3f5a0b3127ea27f4c47865c7e90d080",
      "parents": [
        "7ac604a51edd7b33ad06317605a903d2a4715179"
      ],
      "author": {
        "name": "Katta Santhisindhu",
        "email": "kattas@codeaurora.org",
        "time": "Thu Jul 04 15:18:31 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Jul 16 08:26:31 2013 -0700"
      },
      "message": "msm-camera: Removing MSM_GMN_IOCTL_TEST_DUMP_REGION ioctl\n\nRemoving the MSM_GMN_IOCTL_TEST_DUMP_REGION call because this\nis not used.\n\nCRs-Fixed: 496905\nDepends-on: 372524\n\nChange-Id: I91147bbf67055351a115687a18a1172a649d5d6a\nSigned-off-by: Katta Santhisindhu \u003ckattas@codeaurora.org\u003e\n"
    },
    {
      "commit": "c224d719450799aeac8c5899c000bef01132e070",
      "tree": "38bc5b15672dbd0bc7526d31f42c2e2c372cbda1",
      "parents": [
        "bd0c9bec7f43c51397aa67e316af0b5ff6d99c05"
      ],
      "author": {
        "name": "Ayaz Ahmad",
        "email": "aahmad@codeaurora.org",
        "time": "Thu Jun 27 17:32:30 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Thu Jul 11 12:47:38 2013 +0530"
      },
      "message": "radio: iris: Fix 64th character in  RDS RT field is missing\n\nFM driver sends only upto 63 characters as Radio Text data\nto upper layer.\n\nPass upto 64 characters as Radio Text\n\nChange-Id: I3d49d85eb0c6e91ef0ea5660e572734a38281d62\nCRs-Fixed: 505062\nSigned-off-by: Ayaz Ahmad \u003caahmad@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "5b2dd3edaf54f62e275eb8eb65ce7674bf336238",
      "tree": "ab7f1ce814f7c072c51331f89df02855610e37f4",
      "parents": [
        "75b0e5e20aa217c48a62ec4ce9c91c69c109e5c1"
      ],
      "author": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Wed May 22 04:25:29 2013 +0530"
      },
      "committer": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Mon Jul 08 10:50:11 2013 +0530"
      },
      "message": "msm: vidc: Get the current performance level\n\nThis change supports client to get the current\nperformance level of the video driver via\nIOCTL_GET_PERF_LEVEL. The current performance\nlevel indicate the number of MBs per second\nis being processed by video hardware.\n\nChange-Id: Ic6f5b2b14e0d77bf801c4f857f8a0e20339c199f\nSigned-off-by: Maheshwar Ajja \u003cmajja@codeaurora.org\u003e\n"
    },
    {
      "commit": "cb4c2165ff339d67d27092615a5f0b961e735ae0",
      "tree": "1e61e3e907af70ab142f6813f14d0f6c35d37782",
      "parents": [
        "b6a01e111f335ab6cdc67ee63f89162eca2ec355"
      ],
      "author": {
        "name": "Hemant Gupta",
        "email": "hemantg@codeaurora.org",
        "time": "Sat Jun 08 19:07:57 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Sun Jul 07 10:30:53 2013 +0530"
      },
      "message": "Bluetooth: hidp: Remove sysfs entry if hid connection is disconnected\n\nThis patch fixes the issue that sysfs entry for hid was not removed when\ndisconnection was initiated from remote end or if BT was reset. Sysfs\nentry prevented reconnection from HID device.\n\nCRs-Fixed: 468516, 473179\nChange-Id: I40bcd27450cd8f87180d33b66969dde4f08a34f3\nSigned-off-by: Hemant Gupta \u003chemantg@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "fe89a84d516019d85f2aeda1dbe2896c5a869329",
      "tree": "22ca920c61b40fad67cbd482db9a03d1b3bb5266",
      "parents": [
        "7b8b4e1a0e0f35c2b24b2f3d1ed784c8670aa677",
        "bbb6e55261570e0e8a7dc16bd3af8c6af5596270"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Jul 06 09:38:32 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sat Jul 06 09:38:32 2013 -0700"
      },
      "message": "Merge \"msm: camera: Add mechanism to stop overflow recovery and handle IOMMU pagefault\""
    },
    {
      "commit": "6fb81a336953bfbfca9f247069d85c8216b9d22c",
      "tree": "70ac397138fdbce55115a21e57dec6bccd867cf7",
      "parents": [
        "d2553462adefcc91addeef387ddc0aa562bf4fbe",
        "848bbe03dc4e996687082ec3c823491eaf85e6a3"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Jul 06 04:15:18 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sat Jul 06 04:15:17 2013 -0700"
      },
      "message": "Merge \"radio-iris: Fix in the AF_LIST event handling\""
    },
    {
      "commit": "675f8f64ec1fefb69e0d107d7b7c97bf97443d31",
      "tree": "f42cd3ea375a8792059edbfd0abc56bcef5faaf2",
      "parents": [
        "f516ebe8e06619a627a481878ad1f8132da8e192",
        "c459c666723576d4c1731a63ad7c0af805c1f997"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Jul 06 04:14:40 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sat Jul 06 04:14:39 2013 -0700"
      },
      "message": "Merge \"wcnss: Add API to expose the IRIS XO mode set\""
    },
    {
      "commit": "7f19c8684ac57547196864ca4d7551e72864059f",
      "tree": "1133b500b86f513833ad297b4103a27b17b0f979",
      "parents": [
        "cf982d9c8ffe954d9f20197bb913e8ef30563da2",
        "7de66a2f5ddb81139359e9e42164bbf1e326aeb5"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Jul 06 04:13:59 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sat Jul 06 04:13:58 2013 -0700"
      },
      "message": "Merge \"msm: camera: Enable use of AVTimer, Rotation and Crop for VT\""
    },
    {
      "commit": "d436881608fc48963f6dd457bcc7927575ce3044",
      "tree": "29a3f6413f14ea0fc05da10796f460c7a605ae61",
      "parents": [
        "fb0720b84dc19f408e5988ad39a09ee589059b13",
        "8b2414d4e80786254c84d7ae7826750b38e4b150"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sat Jul 06 04:13:37 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sat Jul 06 04:13:36 2013 -0700"
      },
      "message": "Merge \"net/ipv6/addrconf: IPv6 tethering enhancement\""
    },
    {
      "commit": "848bbe03dc4e996687082ec3c823491eaf85e6a3",
      "tree": "d82a8f5273b59f3e36c9034bf5220035b74c9b70",
      "parents": [
        "a95a15be8abb9dd8b871d2aaf6665801716f5c20"
      ],
      "author": {
        "name": "Venkateshwarlu Domakonda",
        "email": "Venkateshwarlu@codeaurora.org",
        "time": "Tue Jun 25 18:56:54 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 23:32:39 2013 +0530"
      },
      "message": "radio-iris: Fix in the AF_LIST event handling\n\n- Copying more than available size in AF list buffer which leads to crash.\n- Added a check to avoid copy more than available size.\n\nChange-Id: I8f00c6dd82e64ee2744bfad63ea4523b206732a6\nCRs-Fixed: 498758\nSigned-off-by: Venkateshwarlu Domakonda \u003cVenkateshwarlu@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "c459c666723576d4c1731a63ad7c0af805c1f997",
      "tree": "25db006fbe533aff50fff0777efab720dd90829a",
      "parents": [
        "fb0720b84dc19f408e5988ad39a09ee589059b13"
      ],
      "author": {
        "name": "Sameer Thalappil",
        "email": "sameert@codeaurora.org",
        "time": "Wed Jun 19 14:40:27 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Jul 05 10:25:30 2013 -0700"
      },
      "message": "wcnss: Add API to expose the IRIS XO mode set\n\nIRIS XO mode can be configured thru module parameter; and it can also\nbe auto detected. Add an API to expose the IRIS XO mode set. WLAN driver\ncan use this API for it\u0027s XO specific operation.\n\nChange-Id: If40ae715f5e400e13a6fc9588d2bd144958ee8c2\nSigned-off-by: Sameer Thalappil \u003csameert@codeaurora.org\u003e\n"
    },
    {
      "commit": "5178062cd9d4b3d80ea6c9490f6db85dc9942547",
      "tree": "8763a26aa43a6291da90d19f3d894ebf1eab1324",
      "parents": [
        "46fbfac74572ef764d585f45bf77d04399a0cca0",
        "833b2be6ae60e30b52b5582befdd7775d7ace002"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Jul 05 08:08:58 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Jul 05 08:08:58 2013 -0700"
      },
      "message": "Merge \"power: pm8921-bms: Fix variable naming\""
    },
    {
      "commit": "afd333a0fab4bffe93bf26bd7291274579208104",
      "tree": "e697e6b0e626c00b308c924572413053f8c26826",
      "parents": [
        "2eeabfb862716a05b7fb5c89e9c0539a3b9b5ccb",
        "1fadc9901c710be88a47117f088cd978527ed04b"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Jul 05 08:08:54 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Jul 05 08:08:53 2013 -0700"
      },
      "message": "Merge \"base: sync: increase size of sync_timeline name\""
    },
    {
      "commit": "833b2be6ae60e30b52b5582befdd7775d7ace002",
      "tree": "612b620119816c5ffaf123caa632baced2eee278",
      "parents": [
        "e29f5c698ea5b680c94352f416c69a0166918b55"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Thu Jun 13 19:03:58 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 17:24:02 2013 +0530"
      },
      "message": "power: pm8921-bms: Fix variable naming\n\nThe max_fcc_learning_cycles variable actually indicates\nthe minimum number of FCC cycles required to update a new FCC,\nname it accordingly.\n\nChange-Id: I510d3a05eed736a9ee560c936faa20ed2d3c5bd1\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "1fadc9901c710be88a47117f088cd978527ed04b",
      "tree": "742c02413552100f583742b7bbc9839adb87c364",
      "parents": [
        "48790c23767a074de96000db213160374d573e25"
      ],
      "author": {
        "name": "Fred Fettinger",
        "email": "fred.fettinger@motorola.com",
        "time": "Fri Jan 11 14:20:40 2013 -0600"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 17:19:47 2013 +0530"
      },
      "message": "base: sync: increase size of sync_timeline name\n\nThis makes it possible for drivers to use a longer, more descriptive\nname for a sync_timeline, which improves the readability of the\nsync dump in debugfs.\n\nChange-Id: Ifb83aebf6fd820ebb26aca2ff230ac1116e65ce9\nGit-commit: cb63e61b80ec905f01cbe1c21081aa0d1fef082d\nGit-repo: https://www.codeaurora.org/gitweb/quic/la/?p\u003dkernel/msm.git\nSigned-off-by: Fred Fettinger \u003cfred.fettinger@motorola.com\u003e\nSigned-off-by: Harsh Vardhan Dwivedi \u003chdwivedi@codeaurora.org\u003e\n"
    },
    {
      "commit": "bbb6e55261570e0e8a7dc16bd3af8c6af5596270",
      "tree": "4b6ccea23ec9775dfb9776ce0e14649570fd9456",
      "parents": [
        "0161949c4b7f5016c5612d054e88d4907a51b93d"
      ],
      "author": {
        "name": "Roja Rani Yarubandi",
        "email": "rojay@codeaurora.org",
        "time": "Tue Jun 11 17:29:43 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 16:22:13 2013 +0530"
      },
      "message": "msm: camera: Add mechanism to stop overflow recovery and handle IOMMU pagefault\n\nCRs-Fixed: 491200\n\nChange-Id: I1e498d87853c4dee8b1821595aad1958cb5341d3\nSigned-off-by: Roja Rani Yarubandi \u003crojay@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "273b9a96d4045bc4c317693cba19c93d058a0951",
      "tree": "6003caffb14900f0ce559997338fca75dc70d565",
      "parents": [
        "c651e0f2a844109d4178a66872dee44a324e0ab7"
      ],
      "author": {
        "name": "Sameer Thalappil",
        "email": "sameert@codeaurora.org",
        "time": "Wed Apr 24 14:54:39 2013 -0700"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 16:08:38 2013 +0530"
      },
      "message": "wcnss: Add support to download calibrated data\n\nWCNSS Firmware needs raw NV data (settings \u0026 some register values),\nto do the power-on calibration. Once firmware does the power-on\ncalibration; it can then re-use the calibrated data. And it need not\ndo the calibration again when the next time it boots. WCNSS sends this\ncalibrated data to Apps; and Apps saves this into a persistent area.\nAnd in the subsequent bootup, Apps sends the calibrated data to WCNSS.\n\nAdd interfaces to read calibrated data; and also add inteface to write\ncalibrated data to platform driver.\n\nChange-Id: Ic18d40150093024b10a53e28f8a423dd9d3846eb\nCRs-Fixed: 458741\nSigned-off-by: Sameer Thalappil \u003csameert@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "5b5868efc38f1a98878cc8c12da00c84dd5bb9ea",
      "tree": "f14bf4e0161f6da6feb6892455269dfdbc6993e8",
      "parents": [
        "91fbdd073a31cdb7878abab57d4f3883d8150653"
      ],
      "author": {
        "name": "Prasad Sodagudi",
        "email": "psodagud@codeaurora.org",
        "time": "Fri May 31 12:37:53 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 15:48:23 2013 +0530"
      },
      "message": "leds: pm8xxx: Enable PWM LPG banks based on max current\n\nThe current design enables PWM LPG high bank with out\nchecking the max current. So enable PWM LPG low bank when max\ncurrent configured as 4mA and enable PWM LPG high bank when\nthe max current configured as 8mA. Enabled both PWM LPG low bank\nand PWM LPG high bank when max current configure as 12mA.\n\nCRs-Fixed: 486318\nChange-Id: I6686ed85d78fa55f08491a47c10581407e0cd70e\nSigned-off-by: Prasad Sodagudi \u003cpsodagud@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "c863dd81601223480312cf4e951e9bb52182828e",
      "tree": "584dda9790f7363237feb656994ba4e0b4d186f1",
      "parents": [
        "18bc87109730d15f3d947f29ca96a96826dd7ac3"
      ],
      "author": {
        "name": "Subhash Chandra Bose Naripeddy",
        "email": "snariped@codeaurora.org",
        "time": "Thu Apr 25 19:32:52 2013 -0700"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Fri Jul 05 15:33:23 2013 +0530"
      },
      "message": "ALSA: PCM: volume API implementation\n\nIntroduced a new helper function snd_pcm_add_volume_ctls() to\ncreate control elements representing the volume for each PCM\n(sub)stream.\n\nChange-Id: Id483257c4fe84a909e7a4af3a5aa3e4f0d5d9ea5\nSigned-off-by: Damir Didjusto \u003cdamird@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "493e49df68dff96e89402cb439c4c658c4b44f46",
      "tree": "238d1e19c7e264478d897cfd36da671fcf5bbf3c",
      "parents": [
        "787a6a1be155efbbbee6afca48cb31fa9378cf5d",
        "3adeafbab28558d17871dd75b822e8f179d9c5c7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 04:03:31 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 04:03:28 2013 -0700"
      },
      "message": "Merge \"ASoC: WCD9304: Add the compander support to wcd9304\""
    },
    {
      "commit": "c190537ee0146bb4e0f627085ea7cf283ebb42ae",
      "tree": "9c02d6b80aceea0d21c1f7a2a71a6c29c17037f1",
      "parents": [
        "6a66fe12c4e13b30cb1894f31d24238c9f7eeddd",
        "b3eb72f13a8f9146914ede4bbf36f7f4d0e58a32"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 04:03:16 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 04:03:14 2013 -0700"
      },
      "message": "Merge \"Fix disconnect not sent from host when pairing is cancelled\""
    },
    {
      "commit": "68e5ee04fc396119c0a99a3b0c2c85f49f7897be",
      "tree": "66f3c58a72c5a625aa52b33b524e663be4f18b77",
      "parents": [
        "7d2bc2a696d625287e378d6519dc8f41a38fd6d0",
        "37e6b24e8812698ce5cdea324e1feeb9063ac6f1"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 04:02:26 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 04:02:24 2013 -0700"
      },
      "message": "Merge \"wcnss: Pre-alloc memory for WLAN driver\""
    },
    {
      "commit": "fbacd430fbb5edfa5b58a2f06b1af5c6da6e3b51",
      "tree": "b964f5f80bc862d2d81729c57c1e120b16ac6088",
      "parents": [
        "2e36926a79d532515e6ff1d41d31c7c04c65f92c",
        "ee7e7973a7a8351c0264ee4f0adab4122b6b4aa7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 04:02:19 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 04:02:17 2013 -0700"
      },
      "message": "Merge \"power: pm8921-bms: Update the FCC learning algorithm\""
    },
    {
      "commit": "2e36926a79d532515e6ff1d41d31c7c04c65f92c",
      "tree": "55a9a993772a6229259e4bafadb26c69acfded05",
      "parents": [
        "ae775d303a868c168bc38e46dfe81be9c73829d3",
        "4186974dd5bde1b5bb1ec66f21c2dbd5de1ef06a"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 04:02:16 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 04:02:14 2013 -0700"
      },
      "message": "Merge \"led: leds-pm8xxx: Add support to control compensation resistor\""
    },
    {
      "commit": "d97c2fec4fb259aaa911d8f1425986a742140e00",
      "tree": "f721865ed09555e3278c4f051e09f8cae15815df",
      "parents": [
        "72832b34827685990c3bea77517afa3e40c62f94",
        "3d8898d27e1a2a9b5738c170f37747fef7a33c55"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Jul 01 01:14:10 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Jul 01 01:14:09 2013 -0700"
      },
      "message": "Merge \"msm: rotator: Enable support for 2-pass fast YUV mode\""
    },
    {
      "commit": "3adeafbab28558d17871dd75b822e8f179d9c5c7",
      "tree": "56fa39f9ba83b2f16d3239fa4528b8f526784324",
      "parents": [
        "2e6cc094ed68357a2fcd4f4de2859fcb6c7ed041"
      ],
      "author": {
        "name": "Kuirong Wang",
        "email": "kuirongw@codeaurora.org",
        "time": "Fri Dec 07 19:16:24 2012 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Mon Jul 01 12:30:07 2013 +0530"
      },
      "message": "ASoC: WCD9304: Add the compander support to wcd9304\n\nThe compander system is intended to increase the dynamic\nrange of an input signal. But for the wcd9304 codec,\nthis feature is to use companding in a novel way in the DAC\nconverter path to increase the signal noise ratio.\nThe change is to add the compander support to wcd9304\ncodec. The dynamic compander enable/disable during stream\nplayback is not supported.\n\nChange-Id: If912302ee9d48dde1318e894a982cba591908d8f\nSigned-off-by: Kuirong Wang \u003ckuirongw@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "b3eb72f13a8f9146914ede4bbf36f7f4d0e58a32",
      "tree": "d8ceae1255c4633714a24f41972cb5358bfb3b4f",
      "parents": [
        "d6d8da3ccb4e20edd1dbdb2f21cd88a9250fe206"
      ],
      "author": {
        "name": "Subramanian Srinivasan",
        "email": "subrsrin@codeaurora.org",
        "time": "Tue May 21 15:42:28 2013 -0700"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Mon Jul 01 12:10:57 2013 +0530"
      },
      "message": "Fix disconnect not sent from host when pairing is cancelled\n\nFixes the issue that disconnect command is not sent\nfrom the host when pairing is cancelled.\n\nCRs-fixed: 489957\n\nChange-Id: I600a526aa9b95a3f17d77d5ef16d91e206ce7161\nSigned-off-by: Subramanian Srinivasan \u003csubrsrin@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "37e6b24e8812698ce5cdea324e1feeb9063ac6f1",
      "tree": "969274be1ce1d9036f602b5c317b79992d9cefd9",
      "parents": [
        "1440eef52524374d3e7dfe8f8695f9d6e5e1a7c1"
      ],
      "author": {
        "name": "Sameer Thalappil",
        "email": "sameert@codeaurora.org",
        "time": "Mon Sep 10 11:58:33 2012 -0700"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Mon Jul 01 11:57:00 2013 +0530"
      },
      "message": "wcnss: Pre-alloc memory for WLAN driver\n\nWLAN driver will use this pre-allocated memory (when available) for\nlarge memory allocations; this will prevent WLAN driver load\nfailures because of the un-availability of the large size slabs\nduring module load.\n\nChange-Id: I8a8139bdf343ddc871036f6d5c6ab90993816de0\nCRs-Fixed: 369983\nSigned-off-by: Sameer Thalappil \u003csameert@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "ee7e7973a7a8351c0264ee4f0adab4122b6b4aa7",
      "tree": "e3ddfdf1b0e117892a4d1f63b0a295a303aa5279",
      "parents": [
        "4186974dd5bde1b5bb1ec66f21c2dbd5de1ef06a"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Tue May 07 16:40:12 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Mon Jul 01 11:55:13 2013 +0530"
      },
      "message": "power: pm8921-bms: Update the FCC learning algorithm\n\n1. Add configurable parameters to\n\t- enable/disable fcc learning\n\t- minimum soc to start FCC learning\n\t- minimum ocv (pc) to start FCC learning\n\t- minimum cycles to update fcc vs temp. table\n\n2. New FCC is calculated using the cc count-\n\tFCC_NEW \u003d (cc_end - cc_start) / (soc2 - soc1)\n\tcc_end \u003d CC count when charing ends\n\tcc_start \u003d CC count when charging starts\n\tsoc1, soc2 \u003d starting and ending SOC_rbatt value\n\n3. Add a new sysfs entries to update the learnt fcc values\n   to userspace. These values are restored back on\n   reboot.\n\nCRs-Fixed: 417288\nChange-Id: I0dc713d59ef9c45f96b9f0b5844252758bd09320\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "4186974dd5bde1b5bb1ec66f21c2dbd5de1ef06a",
      "tree": "8b880bdd7ee18fb79c834e816844e389f0b149e6",
      "parents": [
        "81705a567fed97700168a532f9ddd3024a50da5b"
      ],
      "author": {
        "name": "Shantanu Jain",
        "email": "shjain@codeaurora.org",
        "time": "Wed May 29 16:10:42 2013 +0530"
      },
      "committer": {
        "name": "Sridhar Gujje",
        "email": "sgujje@codeaurora.org",
        "time": "Mon Jul 01 11:54:23 2013 +0530"
      },
      "message": "led: leds-pm8xxx: Add support to control compensation resistor\n\nAdd support to control compensation resistor of WLED\npassed from the board file platform data.\n\nChange-Id: Id5f36d49a532d8216ea9bc1415e67135d40ee18d\nSigned-off-by: Shantanu Jain \u003cshjain@codeaurora.org\u003e\nSigned-off-by: Sridhar Gujje \u003csgujje@codeaurora.org\u003e\n"
    },
    {
      "commit": "7de66a2f5ddb81139359e9e42164bbf1e326aeb5",
      "tree": "de010132c915ca4e2623ffb785027d497df1b83f",
      "parents": [
        "47264b29620c1bd0aea291ac1bb93e3e956b41a6"
      ],
      "author": {
        "name": "Alok Kediya",
        "email": "kediya@codeaurora.org",
        "time": "Fri May 31 08:50:51 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Jun 25 21:14:55 2013 -0700"
      },
      "message": "msm: camera: Enable use of AVTimer, Rotation and Crop for VT\n\nThe changes expose parameters for the application to set\nthe use of AVTimer for TimeStamp information and rotation\nangle for video stream along with crop for VT use case.\n\nCRs-fixed: 498762\nChange-Id: Icf883f53513ab084f0970e84bbccd8bb9ec64737\nSigned-off-by: Alok Kediya \u003ckediya@codeaurora.org\u003e\n"
    },
    {
      "commit": "8b2414d4e80786254c84d7ae7826750b38e4b150",
      "tree": "88c0c904c6497464d2ffdb227a05d952c54a95c9",
      "parents": [
        "47264b29620c1bd0aea291ac1bb93e3e956b41a6"
      ],
      "author": {
        "name": "Harout Hedeshian",
        "email": "harouth@codeaurora.org",
        "time": "Fri Dec 21 12:38:38 2012 -0800"
      },
      "committer": {
        "name": "Harout Hedeshian",
        "email": "harouth@codeaurora.org",
        "time": "Mon Jun 24 10:08:26 2013 -0600"
      },
      "message": "net/ipv6/addrconf: IPv6 tethering enhancement\n\nAdded new procfs flag to toggle the automatic addition of prefix\nroutes on a per device basis. The new flag is accept_ra_prefix_route.\nDefaults to 1 as to not break existing behavior.\n\nChange-Id: If25493890c7531c27f5b2c4855afebbbbf5d072a\nCRs-Fixed: 504095\nSigned-off-by: Harout Hedeshian \u003charouth@codeaurora.org\u003e\n"
    },
    {
      "commit": "3d8898d27e1a2a9b5738c170f37747fef7a33c55",
      "tree": "1a90bfabb20cd55266876a00c3af0b06f56c2cf7",
      "parents": [
        "b87066691312e90c9f933ed2c17aa3da222a51b6"
      ],
      "author": {
        "name": "Padmanabhan Komanduru",
        "email": "pkomandu@codeaurora.org",
        "time": "Fri Apr 12 17:22:00 2013 +0530"
      },
      "committer": {
        "name": "Padmanabhan Komanduru",
        "email": "pkomandu@codeaurora.org",
        "time": "Mon Jun 24 15:29:03 2013 +0530"
      },
      "message": "msm: rotator: Enable support for 2-pass fast YUV mode\n\nAdd support for 2-pass rotator operation for downscaling\nand 90 degree rotation when rotator operates in fast YUV\nmode. 2-pass is supported for 420 H2V2 formats.\n\nChange-Id: Ib8ce802a5a8aabe10c88422e3b8d82708c5b05d4\nSigned-off-by: Padmanabhan Komanduru \u003cpkomandu@codeaurora.org\u003e\n"
    },
    {
      "commit": "5703496ec5d6ca2ca8dfaed0a15aafadc7923780",
      "tree": "35837bb6cf86121c4170fe04fb14860dcec47198",
      "parents": [
        "e75de27866badc6c5ede27d1d21954d36ddf0fd5"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jcrouse@codeaurora.org",
        "time": "Tue May 28 17:09:15 2013 -0600"
      },
      "committer": {
        "name": "Harsh Vardhan Dwivedi",
        "email": "hdwivedi@codeaurora.org",
        "time": "Fri Jun 21 15:37:54 2013 -0600"
      },
      "message": "msm: kgsl: Add a new API to allow sharing of GPU performance counters\n\nAdreno uses programmable performance counters, meaning that while there\nare a limited number of physical counters each counter can be programmed\nto count a vast number of different measurements (we refer to these as\ncountables).  This could cause problems if multiple apps want to use\nthe performance counters, so this API and infrastructure allows the\ncounters to be safely shared.\n\nThe kernel tracks which countable is selected for each of the physical\ncounters for each counter group (where groups closely match hardware\nblocks). If the desired countable is already in use, or there is an\nopen physical counter, then the process is allowed to use the counter.\n\nThe get ioctl reserves the counter and returns the dword offset of the\nregister associated with that physical counter.  The put ioctl\nreleases the physical counter.  The query ioctl gets the countables\nused for all of the counters in the block - up to 8 values can be\nreturned.  The read ioctl gets the current hardware value in the counter\n\nChange-Id: Ic0dedbadae1dedadba60f8a3e685e2ce7d84fb33\nSigned-off-by: Jordan Crouse \u003cjcrouse@codeaurora.org\u003e\nSigned-off-by: Carter Cooper \u003cccooper@codeaurora.org\u003e\n"
    },
    {
      "commit": "72bb70b9a136cebe09afd3d6475daf6a60f2deff",
      "tree": "1fdb9bda6a0802a2e93efc07e2d2cda5d9229862",
      "parents": [
        "3ff2eac47c054e039eb94c013f148957b9f7ff22"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jcrouse@codeaurora.org",
        "time": "Tue May 28 17:03:52 2013 -0600"
      },
      "committer": {
        "name": "Harsh Vardhan Dwivedi",
        "email": "hdwivedi@codeaurora.org",
        "time": "Fri Jun 21 15:37:41 2013 -0600"
      },
      "message": "msm: kgsl: Add a type field to the adreno draw context flags\n\nAllow the user space to pass in a type field to indicate the\ntype of upper level library that owns the context. The type\nfield is added to all the appropriate ftrace output for easier\ndebugging.\n\nChange-Id: Ic0dedbadd42fc5ccfffd89738affd4794a6ab85e\nSigned-off-by: Jordan Crouse \u003cjcrouse@codeaurora.org\u003e\n"
    },
    {
      "commit": "fec05c26825e28468ba103d1381c59411eab042c",
      "tree": "97e4377bfe9d1b730501fb206ca0c31f0ce67b57",
      "parents": [
        "e9efb0be6c3ae5852bbff2373be23f263bf97578"
      ],
      "author": {
        "name": "Jeremy Gebben",
        "email": "jgebben@codeaurora.org",
        "time": "Tue May 28 16:59:29 2013 -0600"
      },
      "committer": {
        "name": "Harsh Vardhan Dwivedi",
        "email": "hdwivedi@codeaurora.org",
        "time": "Fri Jun 21 12:25:14 2013 -0600"
      },
      "message": "msm: kgsl: allow consistent CPU and GPU mappings\n\nKGSL_GPUMEM_ALLOC_ID now takes a flag,\nKGSL_MEMFLAGS_USE_CPU_MAP. When set, the GPU\nmapping will be set up to match the CPU mapping\nduring mmap().  This feature is only supported when\nusing per process pagetables with the IOMMU. The\nflags field of KGSL_GPUMEM_ALLOC_ID is copied back\nto userspace and KGSL_MEMFLAGS_USE_CPU_MAP will\nbe cleared when this feature is not supported.\n\nThe IOMMU virtual address space has been adjusted\nwhen perprocess pagetables is enabled so that the\nentire userpace address range (0 to TASK_SIZE) can\nhave equivalent mappings on the IOMMU. For buffers\nthat do not have equivalent mappings, the address\nrange from PAGE_OFFSET to KGSL_IOMMU_GLOBAL_MEM_BASE\nis used.\n\nChange-Id: Ib61c03aa7453c3dd901c41e8fd297f66d402ae1a\nSigned-off-by: Jeremy Gebben \u003cjgebben@codeaurora.org\u003e\n"
    },
    {
      "commit": "e9efb0be6c3ae5852bbff2373be23f263bf97578",
      "tree": "69abb58c6902e313009490fc1b13dbc64648a3be",
      "parents": [
        "a46f427f5431c698dc55677768f0d2bd965e44e2"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jcrouse@codeaurora.org",
        "time": "Tue May 28 16:54:19 2013 -0600"
      },
      "committer": {
        "name": "Harsh Vardhan Dwivedi",
        "email": "hdwivedi@codeaurora.org",
        "time": "Fri Jun 21 12:25:13 2013 -0600"
      },
      "message": "msm: kgsl: Support user-specified caching hints\n\nThe user allocating memory can provide hints for the caching\nsettings when said buffer is mapped on the user side. Try\nto obey the cache settings when applicable.  The user will\nbe responsible for handling cache management both to and\nfrom the GPU so add a new ioctl IOCTL_KGSL_GPUMEM_CACHE_SYNC to\nsupport both directions (the old IOCTL_KGSL_SHAREDMEM_FLUSH_CACHE)\nonly handled flushing, not invalidating. The legacy ioctl still\nworks it just does what it says it does - a cache flush.\n\nChange-Id: Ic0dedbad55ce82f2b01ebc56de30d4649e2e7311\nSigned-off-by: Jordan Crouse \u003cjcrouse@codeaurora.org\u003e\n"
    },
    {
      "commit": "a46f427f5431c698dc55677768f0d2bd965e44e2",
      "tree": "cdb155b7c6e62436f8aaee2c34d999a819babbee",
      "parents": [
        "2aba0f3bd70bf179c48161175b9aeed5a2c428e7"
      ],
      "author": {
        "name": "Jeremy Gebben",
        "email": "jgebben@codeaurora.org",
        "time": "Tue May 28 16:54:09 2013 -0600"
      },
      "committer": {
        "name": "Harsh Vardhan Dwivedi",
        "email": "hdwivedi@codeaurora.org",
        "time": "Fri Jun 21 12:25:13 2013 -0600"
      },
      "message": "msm: kgsl: add IOCTL_KGSL_GPUMEM_ALLOC_ID\n\nPreviously, the gpu address has been used to uniquely\nidentify each memory allocation. Upcoming patches will\nintroduce cases where an allocation does not always\nhave a gpu address, so an additional id is needed.\n\nIOCTL_KGSL_GPUMEM_ALLOC_ID allocates pages and returns\nan id.\n\nIOCTL_KGSL_GPUMEM_FREE_ID frees an id. KGSL_SHAREDMEM_FREE\ncan still be used to free by GPU address, if it exists.\n\nThe id can also be passed to mmap(), shifted left by\nPAGE_SIZE to get a CPU mapping for the buffer.\n\nIOCTL_KGSL_GPUMEM_ALLOC_GET_INFO can be called to retrieve\nthe id and other information about the buffer.\n\nChange-Id: I4b45f0660cb9d4a5fb1323ccc6c4aa360791c1ec\nSigned-off-by: Jeremy Gebben \u003cjgebben@codeaurora.org\u003e\n"
    },
    {
      "commit": "783c68b7779ce5ef94ddd4852e2837f72081248a",
      "tree": "5887252cc27a985d061ae9055c982240749df644",
      "parents": [
        "6ad7426d9712a8e2042f5178f24e711a0027d292"
      ],
      "author": {
        "name": "Deepak Verma",
        "email": "dverma@codeaurora.org",
        "time": "Mon Jun 10 18:15:20 2013 +0530"
      },
      "committer": {
        "name": "Deepak Verma",
        "email": "dverma@codeaurora.org",
        "time": "Mon Jun 10 18:15:20 2013 +0530"
      },
      "message": "msm: vidc: add support for the bitstream_restrict flag\n\nAdds support for the MFC core to add the bitstream_restrict flag in the\nsps/pps for H264 codecs.  This allows for the decoder to determine how\nmany frames to buffer when decoding.\n\nChange-Id: Ic0de960d92a771d74c303dac7100734d6411fc45\nSigned-off-by: Deepak Verma \u003cdverma@codeaurora.org\u003e\n"
    },
    {
      "commit": "5037cd143b48c0a2966ed1bace850084a37ff241",
      "tree": "30e8db55096f80045e8e3c475cb2039d9be33d5f",
      "parents": [
        "bd3bfab99d9e8ab00039b095963843ce53726a17"
      ],
      "author": {
        "name": "Vasanthakumar Thiagarajan",
        "email": "vthiagar@qca.qualcomm.com",
        "time": "Tue May 14 19:04:43 2013 +0530"
      },
      "committer": {
        "name": "Sunil Dutt",
        "email": "duttus@codeaurora.org",
        "time": "Fri May 31 18:46:32 2013 +0530"
      },
      "message": "cfg80211/nl80211: add API for MAC address ACLs\n\nAdd API to enable drivers to implement MAC address based\naccess control in AP/P2P GO mode. Capable drivers advertise\nthis capability by setting the maximum number of MAC\naddresses in such a list in wiphy-\u003emax_acl_mac_addrs.\n\nAn initial ACL may be given to the NL80211_CMD_START_AP\ncommand and/or changed later with NL80211_CMD_SET_MAC_ACL.\n\nBlack- and whitelists are supported, but not simultaneously.\n\nSigned-off-by: Vasanthakumar Thiagarajan \u003cvthiagar@qca.qualcomm.com\u003e\n[rewrite commit log, many cleanups]\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nGit-commit: 77765eaf5cfb6b8dd98ec8b54b411d74ff6095f1\nGit-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git\nCRs-fixed: 487410\nChange-Id: I9593b887941be5efa5e96546ad92cd6c6bf8fb87\n[duttus@codeaurora.org: resolved 3.4 backport issues]\nSigned-off-by: Sunil Dutt \u003cduttus@codeaurora.org\u003e\n"
    },
    {
      "commit": "f120d15a55a07267b9abb3648317ad53885bf1ed",
      "tree": "8bc8b8b1a433a87de91e60103fcb3c4b3e3ee2fe",
      "parents": [
        "39b28cedfd85d2d9f47f37a6e23d3d7b3dba527c"
      ],
      "author": {
        "name": "Supreet Mysore Suresh",
        "email": "supreet@codeaurora.org",
        "time": "Wed Apr 17 16:13:21 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon May 27 00:57:51 2013 -0700"
      },
      "message": "remove compilation error by changing int to uint32_t\nSigned-off-by: Supreet Mysore Suresh \u003csupreet@codeaurora.org\u003e\n\nChange-Id: Ia7de2f4a9eae4cc16f957163683ddf83c135d379\nSigned-off-by: Supreet Mysore Suresh \u003csupreet@codeaurora.org\u003e\n"
    },
    {
      "commit": "1787385f93b85be30dff7121fd558eef04786b9e",
      "tree": "e2f610f2d3ff40e9d9be88f0872f6aa212ae0277",
      "parents": [
        "00e04fda1900ad9552c90e4ef7f863934f350620"
      ],
      "author": {
        "name": "Ravi Aravamudhan",
        "email": "aravamud@codeaurora.org",
        "time": "Thu May 23 17:16:19 2013 -0700"
      },
      "committer": {
        "name": "Ravi Aravamudhan",
        "email": "aravamud@codeaurora.org",
        "time": "Thu May 23 17:23:56 2013 -0700"
      },
      "message": "diag: Upgrade Diag code on this branch\n\nDiag on A-Family mainline is out of data. This change\nincludes the following changes to bring diag code up to date.\n\n1. Updated the msg SSIDs, log codes and event IDs\n2. Fix concurrency issues when processing userspace inputs\n3. Add notification that diag supports feature mask\n4. Update SSIDs and log codes\n5. Fix writing of error message for mode command\n6. Bring diag control message support up to date\n7. Updated the msg SSIDs, log codes and event IDs\n8. Fix array out of bounds access\n\nThis includes a crash fix due to out of bounds access.\n\nCRs-Fixed: 488175\n\nChange-Id: I0b315b5f5da0fecdbbd0cf071e05f2cf3ffd9ccb\n\nSigned-off-by: Ravi Aravamudhan \u003caravamud@codeaurora.org\u003e\n"
    },
    {
      "commit": "1c7a78d6f6d39a42f9ca470cbd36bc3640e289e9",
      "tree": "49e0610f182bbf99e9d72ea18066ef0b14ac2323",
      "parents": [
        "89e97504239310efcec5a11d7c1d7bf8f9b44864"
      ],
      "author": {
        "name": "Naresh Jayaram",
        "email": "njayar@codeaurora.org",
        "time": "Tue May 14 12:36:14 2013 +0530"
      },
      "committer": {
        "name": "Sameer Thalappil",
        "email": "sameert@codeaurora.org",
        "time": "Thu May 16 16:19:13 2013 -0700"
      },
      "message": "msm: wcnss: Dump PMIC regulator contol registers\n\nDump PMIC registers which are related to WCNSS(RIVA)during the\nWCNSS SSR or WDI timeout.  This  information helps to check PMIC\nstatus during the SSR. This allows to debug multiple crash issues,\nwhere WCNSS SSR dumps are insufficient to conclude why FIQ is not\nreaching the WCNSS from HOST and why SPM is stuck.\n\nChange-Id: Ibcd767c8832e2df268591e03da93ccf1bd819c68\nCRs-fixed: 487483\nSigned-off-by: Naresh Jayaram \u003cnjayar@codeaurora.org\u003e\n"
    },
    {
      "commit": "fdc118e1c03916124da5cd512541e7b8e4be7d70",
      "tree": "942cba69a6e413fa12812b1e9432809e2af350e7",
      "parents": [
        "aee19513c589d3c6624d0a64577111e0a743fb29",
        "e5f33a834d77077c3a22d832e385ccb156094949"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue May 14 06:32:33 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue May 14 06:32:32 2013 -0700"
      },
      "message": "Merge \"mfd: pm8xxx-misc: Add API to read PMIC registers\""
    },
    {
      "commit": "9ef2e925f2d496e7e8d0423fd7a5eb85a677054a",
      "tree": "5f7ba253bee16e08d8664bdeb38894442c1019f9",
      "parents": [
        "6f8eb97e3019b92abb35ad444f3c84a9b7447f41"
      ],
      "author": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Fri Apr 26 12:01:03 2013 +0530"
      },
      "committer": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Mon May 13 22:26:09 2013 +0530"
      },
      "message": "ASoC: msm: Fix the register address of TX4 registers\n\nThe TX4 register address are not correct and needs to be fixed to\ncorrect offset.\n\nCRS-fixed: 486923\nChange-Id: Iacb4a57a8c0a8508a68d057d0d431715e617eba5\nSigned-off-by: Asish Bhattacharya \u003casishb@codeaurora.org\u003e\n"
    },
    {
      "commit": "40632d75eaa00e7aea7919ae21ddda1ef860e897",
      "tree": "fb8ee01e1d31c4b7700b5a8a0cf7b9bb761ee1b4",
      "parents": [
        "c66437f2da1fb7fbad1a099dc547240acd243919",
        "7b9374079f1598c64ecb8d859b9ffb621141e43c"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sun May 12 19:36:09 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sun May 12 19:36:09 2013 -0700"
      },
      "message": "Merge \"gpu: ion: enable the kmalloc heap\""
    },
    {
      "commit": "c66437f2da1fb7fbad1a099dc547240acd243919",
      "tree": "cde119182766bf6374d0a85b0793f7efd3bbccc2",
      "parents": [
        "9cb4d5b727d725c0e395a1e6d96dff2270f13366",
        "416c25196314eda736c20242e29eae95e229562d"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Sun May 12 19:36:02 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sun May 12 19:36:01 2013 -0700"
      },
      "message": "Merge \"ion: Update ION_SECURE and ION_FORCE_CONTIGUOUS flags\""
    },
    {
      "commit": "c131ff2abff71b20b5dc5ca59ffeba4233e3b073",
      "tree": "01b637f0b269da786f51b33f61ac7f083b780200",
      "parents": [
        "ae114966817f5ec735d5074530f1728bf2fbbc27",
        "c8b9ca017e7051d9682cdaa79430c9d430f864c0"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu May 09 11:19:37 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Thu May 09 11:19:36 2013 -0700"
      },
      "message": "Merge \"mmc: core: Add support for notifying host driver while scaling clocks\""
    },
    {
      "commit": "ae114966817f5ec735d5074530f1728bf2fbbc27",
      "tree": "8b2eea195a2bbe11589612f3852f3ab65fcb695d",
      "parents": [
        "34d465b3adb73f8ca2a110fda497c982449d75f4",
        "71702f9133a19decfb78791b51066027775ce245"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu May 09 11:19:35 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Thu May 09 11:19:34 2013 -0700"
      },
      "message": "Merge \"mmc: core: Log MMC clock frequency transitions\""
    },
    {
      "commit": "ed892ca45d68642e0f8f8ebd257933b22940ae7d",
      "tree": "f9ff07c704d87796bf8be0df3e8dc096f8be635c",
      "parents": [
        "a1ba93cfef818a9945739ba923b3fac1b7251afe",
        "884fa523ece82b5b3ada80a4209c381c019e9051"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu May 09 11:19:29 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Thu May 09 11:19:28 2013 -0700"
      },
      "message": "Merge \"mmc: core: Add load based clock scaling support\""
    },
    {
      "commit": "76223ce85fd891afdec17329d7c03b664aa129cb",
      "tree": "4fb0b68e44ad68e8f3cdbce465b87aeaf0cda962",
      "parents": [
        "48486128402dc67e012347beb1f554fb9b7afa08"
      ],
      "author": {
        "name": "Venkateshwarlu Domakonda",
        "email": "Venkateshwarlu@codeaurora.org",
        "time": "Tue Apr 30 14:12:13 2013 +0530"
      },
      "committer": {
        "name": "Venkateshwarlu Domakonda",
        "email": "Venkateshwarlu@codeaurora.org",
        "time": "Mon May 06 16:48:47 2013 +0530"
      },
      "message": "radio-iris: Configure repeat count for PS string\n\n- When FM Rx tuned to a station, not receiving complete PS string.\n  SOC is not waiting for complete PS string. it is sending PS event\n  even if it has part of PS string as well.\n- Added support for setting repeat count for PS string\n  to get refined PS string from receiver.\n\nCRs-Fixed: 474719\nChange-Id: I71c0c1c8af9488573c05d816c37982f9ed935a87\nSigned-off-by: Venkateshwarlu Domakonda \u003cVenkateshwarlu@codeaurora.org\u003e\n"
    },
    {
      "commit": "ec005c0b2a1870b17795e5d6ae97a78a76f1febe",
      "tree": "7b2884cb0e5b25a8eb4cc3262875457133594e43",
      "parents": [
        "5e6e44d63c5ccdfffa2709b4924256ccdc937209"
      ],
      "author": {
        "name": "Marek Szyprowski",
        "email": "m.szyprowski@samsung.com",
        "time": "Tue Dec 11 16:02:59 2012 -0800"
      },
      "committer": {
        "name": "Laura Abbott",
        "email": "lauraa@codeaurora.org",
        "time": "Thu May 02 21:07:20 2013 -0700"
      },
      "message": "mm: cma: remove watermark hacks\n\nCommits 2139cbe627b8 (\"cma: fix counting of isolated pages\") and\nd95ea5d18e69 (\"cma: fix watermark checking\") introduced a reliable\nmethod of free page accounting when memory is being allocated from CMA\nregions, so the workaround introduced earlier by commit 49f223a9cd96\n(\"mm: trigger page reclaim in alloc_contig_range() to stabilise\nwatermarks\") can be finally removed.\n\nChange-Id: Iae17de8185eeabffd46752dbaf819591e6585869\nCRs-Fixed: 480377\nSigned-off-by: Marek Szyprowski \u003cm.szyprowski@samsung.com\u003e\nCc: Kyungmin Park \u003ckyungmin.park@samsung.com\u003e\nCc: Arnd Bergmann \u003carnd@arndb.de\u003e\nCc: Mel Gorman \u003cmel@csn.ul.ie\u003e\nAcked-by: Michal Nazarewicz \u003cmina86@mina86.com\u003e\nCc: Minchan Kim \u003cminchan@kernel.org\u003e\nCc: Bartlomiej Zolnierkiewicz \u003cb.zolnierkie@samsung.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\nGit-commit: bc357f431c836c6631751e3ef7dfe7882394ad67\nGit-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git\n[lauraa@codeaurora.org: Context fixup in mmzone.h, keep zone definition in\nalloc_contig_range for other purposes]\nSigned-off-by: Laura Abbott \u003clauraa@codeaurora.org\u003e\n"
    },
    {
      "commit": "c5d2f44e1ef3f8988574cfad50f7e4a14cdf7c0e",
      "tree": "64e0812252c9688176a570f172d85a5a34345f41",
      "parents": [
        "68ffa294ea37fd031a3827b00ca83c6fd8fe5255",
        "700942760364f6dfc7c43d866f759ce610732663"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Thu May 02 08:20:54 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Thu May 02 08:20:54 2013 -0700"
      },
      "message": "Merge \"mmc: core: Fix NULL pointer dereference\""
    },
    {
      "commit": "51bf80c5b9f6135eb07f74c24660d456ab1806ba",
      "tree": "a4e5eb10e043226a45e34fc2daaffd4d765e536a",
      "parents": [
        "86abf4fd38360e5f0abee99fea13bb0edd5d28cc",
        "55f54c53ba0536b9a3e4df7b95a55e73519dcc79"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed May 01 18:47:17 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed May 01 18:47:16 2013 -0700"
      },
      "message": "Merge \"ASoC: msm: flush if prior and current backends rate not matching\""
    },
    {
      "commit": "86abf4fd38360e5f0abee99fea13bb0edd5d28cc",
      "tree": "d529625fd4e9d52ba403d9f5cb57496a37c3495d",
      "parents": [
        "e62d1e7dc29e29207e0049128409cac9ed6d876f",
        "20824507cdb2575eb6c3fa29094fe77572abdb5e"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed May 01 18:47:16 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed May 01 18:47:15 2013 -0700"
      },
      "message": "Merge \"ASoC: msm: Add support to have FM playback through ASM loopback mode\""
    },
    {
      "commit": "416c25196314eda736c20242e29eae95e229562d",
      "tree": "02abc0fabd2fe6b3a25a0e3fba029fd424e7189e",
      "parents": [
        "e62d1e7dc29e29207e0049128409cac9ed6d876f"
      ],
      "author": {
        "name": "Adrian Alexei",
        "email": "aalexei@codeaurora.org",
        "time": "Thu Apr 04 16:18:51 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed May 01 10:28:53 2013 -0700"
      },
      "message": "ion: Update ION_SECURE and ION_FORCE_CONTIGUOUS flags\n\nRename ION_SECURE and ION_FORCE CONTIGUOUS to ION_FLAG_SECURE\nand ION_FLAG_FORCE_CONTIGUOUS respectively, but leave the old\nones intact for backwards compatability.\n\nChange-Id: I31ee3088ed202f60e14c10ac66d775c64c01c4e3\nSigned-off-by: Adrian Alexei \u003caalexei@codeaurora.org\u003e\n"
    },
    {
      "commit": "893778c00dcc18ddcbe5a83360edd0ae3bf6876c",
      "tree": "8adbed703c078ca23666acc4b1b13bcd8db89de2",
      "parents": [
        "b27c40f15071749c44288723405530496903428a"
      ],
      "author": {
        "name": "Lokesh Kumar Aakulu",
        "email": "lkumar@codeaurora.org",
        "time": "Sat Mar 02 05:29:44 2013 +0530"
      },
      "committer": {
        "name": "Sudhir Sharma",
        "email": "sudsha@codeaurora.org",
        "time": "Tue Apr 30 15:28:02 2013 -0700"
      },
      "message": "msm: Camera: Add new Actuator type and register init in config\n\nAdd HALL EFFECT Actuator and REG_INIT config for Actuator.\n\nChange-Id: I775e2c58fd32b4371b1805ecfe48e88703715141\nSigned-off-by: Lokesh Kumar Aakulu \u003clkumar@codeaurora.org\u003e\n(cherry picked from commit 5674e9cb6c1d75d33d2785b71f1b8395ba821d17)\n\nConflicts:\n\n\tinclude/media/msm_camera.h\n\nSigned-off-by: Sudhir Sharma \u003csudsha@codeaurora.org\u003e\n"
    },
    {
      "commit": "2b1f1549c3b908ff511ceafa2459da6742e30b4a",
      "tree": "dfb69b30977d60c5bfddfa2e63f3514605d036bd",
      "parents": [
        "50bff4915f518dff89f49abd0a58437907d95910"
      ],
      "author": {
        "name": "Amy Maloche",
        "email": "amaloche@codeaurora.org",
        "time": "Tue Mar 26 18:06:05 2013 -0700"
      },
      "committer": {
        "name": "Shantanu Jain",
        "email": "shjain@codeaurora.org",
        "time": "Mon Apr 29 17:38:28 2013 +0530"
      },
      "message": "input: synaptics_fw_update: Remove hardcoded firmware image name\n\nFirmware name should be passed in based on target, not hardcoded.\nRemove hardcoding and add appropriate error checking for this.\n\nChange-Id: Ia95bf2abf8a86adc649d64d757f22d84c8e0053f\nSigned-off-by: Amy Maloche \u003camaloche@codeaurora.org\u003e\nSigned-off-by: Shantanu Jain \u003cshjain@codeaurora.org\u003e\n"
    },
    {
      "commit": "700942760364f6dfc7c43d866f759ce610732663",
      "tree": "9ab75aec64ae11e8f816816137dd2c5b2f35aae7",
      "parents": [
        "3a903e730bacb521c1ad4db1776252bf90c3b84a"
      ],
      "author": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Wed Mar 13 08:49:27 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Apr 29 03:46:47 2013 -0700"
      },
      "message": "mmc: core: Fix NULL pointer dereference\n\nmmc_signal_sdio_irq() should only be called when the function\ndriver registers for IRQ notification. In case, if any host\ndriver recieves a spurious interrupt and call mmc_signal_sdio_irq(),\nignore waking up uninitialized sdio irq thread.\n\nCRs-Fixed: 472609\nChange-Id: I831717fe80918538a18cc1f2300fe7fe2817c70f\nSigned-off-by: Sujit Reddy Thumma \u003csthumma@codeaurora.org\u003e\nSigned-off-by: Krishna Konda \u003ckkonda@codeaurora.org\u003e\n"
    },
    {
      "commit": "c8b9ca017e7051d9682cdaa79430c9d430f864c0",
      "tree": "5d803330705746159dcb89db2224e5181dc82922",
      "parents": [
        "71702f9133a19decfb78791b51066027775ce245"
      ],
      "author": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Thu Apr 25 12:39:40 2013 +0530"
      },
      "committer": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Mon Apr 29 10:24:57 2013 +0530"
      },
      "message": "mmc: core: Add support for notifying host driver while scaling clocks\n\nHost drivers can participate in clock scaling by registering\n-\u003enotify_load host operation, which allows host driver to carry out\nplatform specific operations for further power savings or increasing\nthroughput based on whether load is LOW or HIGH respectively. This\ncan be applicable to non-ultra high speed cards as well so remove\nthe check for ultra high speed cards to initialize clock scaling.\n\nChange-Id: Icaab9520135e384f5470db68b2f25c5cdce5663a\nSigned-off-by: Sujit Reddy Thumma \u003csthumma@codeaurora.org\u003e\n"
    },
    {
      "commit": "71702f9133a19decfb78791b51066027775ce245",
      "tree": "9c7eec9115bb839b13e181a4befb13ccf407bd1a",
      "parents": [
        "a62469141760f07555f32087ba009f87bc63dc7b"
      ],
      "author": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Thu Feb 14 08:13:52 2013 +0530"
      },
      "committer": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Mon Apr 29 10:24:57 2013 +0530"
      },
      "message": "mmc: core: Log MMC clock frequency transitions\n\nUse kernel\u0027s ftrace support to capture MMC clock frequency\ntransitions which can be useful for debugging issues related\nto power consumption.\n\nUsage:\nmount -t debugfs none /sys/kernel/debug\necho 1 \u003e /sys/kernel/debug/tracing/events/mmc/mmc_clk/enable\ncat /sys/kernel/debug/tracing/trace_pipe\n\nChange-Id: I25c4ee39dcbe30e7665902a9f723a5a421b55ca3\nSigned-off-by: Sujit Reddy Thumma \u003csthumma@codeaurora.org\u003e\n"
    },
    {
      "commit": "884fa523ece82b5b3ada80a4209c381c019e9051",
      "tree": "ed831bafb196456ade779f055ef8ba6aa90383ed",
      "parents": [
        "cbec91b6fde7a12e1d0b09f64737919ac615c3d2"
      ],
      "author": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Thu Oct 11 17:17:03 2012 +0530"
      },
      "committer": {
        "name": "Sujit Reddy Thumma",
        "email": "sthumma@codeaurora.org",
        "time": "Mon Apr 29 10:24:56 2013 +0530"
      },
      "message": "mmc: core: Add load based clock scaling support\n\nThe SD3.0/eMMC4.5/SDIO3.0 cards can support clock rates upto\n200MHz (SDR104 or HS200 bus speed modes). For some workloads\nlike video playback it isn\u0027t necessary for these cards to run\nat such high speed. Running at lower frequency, say 50MHz, in\nsuch cases can still meet the deadlines for data transfers.\nScaling down the clock frequency dynamically has huge power\nsavings not only because the bus is running at lower frequency\nbut also has an advantage of scaling down the system core\nvoltage, if supported.\n\nProvide an ondemand clock scaling support similar to cpufreq\nondemand governor having two thresholds, up_threshold and\ndown_threshold to decide whether to increase the frequency or\nscale it down respectively. The sampling interval is in the\norder of milliseconds and should be chosen by host drivers that\nenable MMC_CAP2_CLK_SCALE capability to take advantage of clock\nscaling. The sampling interval mainly depends on the the clock\nswitching delays and hence a host driver decision. If sampling\ninterval is too low frequent switching of frequencies can lead\nto high power consumption and if sampling interval is too high,\nthe clock scaling logic would take long time to realize that the\nunderlying hardware (controller and card) is busy and scale up\nthe clocks.\n\nChange-Id: I22a5054beec41b0b66b3bf030ddfcf284de448b3\nSigned-off-by: Sujit Reddy Thumma \u003csthumma@codeaurora.org\u003e\n"
    },
    {
      "commit": "55f54c53ba0536b9a3e4df7b95a55e73519dcc79",
      "tree": "0e9f15b74c55d8190e2fd98958d710d722f9de63",
      "parents": [
        "20824507cdb2575eb6c3fa29094fe77572abdb5e"
      ],
      "author": {
        "name": "Patrick Lai",
        "email": "plai@codeaurora.org",
        "time": "Sat Nov 17 00:29:07 2012 -0800"
      },
      "committer": {
        "name": "Damir Didjusto",
        "email": "damird@codeaurora.org",
        "time": "Wed Apr 24 21:04:07 2013 -0700"
      },
      "message": "ASoC: msm: flush if prior and current backends rate not matching\n\nIt is found that during device switch from one backend\nwith one sample rate to another backend with another sample rate,\nthe command to QDSP6 ADM which maps audio stream session to a\nparticular backend would not get carried out until pending\ndata of audio stream session from previous backend is either\nread out or flushed. This scenario occurs when application\nstops providing more buffers to retrieve captured data.\nRemedy is to flush upon detection of rate mismatching\n\nChange-Id: I2c01c036d9bb71f938a6795337f08948bd986553\nCRs-fixed: 422205\nSigned-off-by: Patrick Lai \u003cplai@codeaurora.org\u003e\nSigned-off-by: Joonwoo Park \u003cjoonwoop@codeaurora.org\u003e\n"
    },
    {
      "commit": "20824507cdb2575eb6c3fa29094fe77572abdb5e",
      "tree": "052eadcf234cebad0ae3335a74bfa46a0e240b44",
      "parents": [
        "f8b524a2974cd2e2fa4fe58661285302c8b4cb90"
      ],
      "author": {
        "name": "Laxminath Kasam",
        "email": "lkasam@codeaurora.org",
        "time": "Mon Jan 07 14:33:56 2013 +0530"
      },
      "committer": {
        "name": "Damir Didjusto",
        "email": "damird@codeaurora.org",
        "time": "Wed Apr 24 20:53:29 2013 -0700"
      },
      "message": "ASoC: msm: Add support to have FM playback through ASM loopback mode\n\n- Add support to provide PP on FM playback.\n- Add PCM platform driver which enables ASM loopback mode\nDefine MultiMedia6 front-end dai\n\nChange-Id: Ibf9d2645e706f9a3027dd356223a2135224a0337\nSigned-off-by: Damir Didjusto \u003cdamird@codeaurora.org\u003e\n"
    },
    {
      "commit": "d4b01349481f585bca195faddbaeec0095d37b9b",
      "tree": "25a265e1acccfb3b2e27f6aa1e09ac92dea02985",
      "parents": [
        "fdbe4e09c10f4357ba1aadfd4780045811aaeca3",
        "6b3a2d7ff2166409ffd89ba1ba6948cfc7205c81"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Apr 23 01:16:06 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 23 01:16:06 2013 -0700"
      },
      "message": "Merge \"radio: iris: Added IOCTLS to get/set AF Jump, Search Thresholds\""
    },
    {
      "commit": "fdbe4e09c10f4357ba1aadfd4780045811aaeca3",
      "tree": "c27c92fd11515a108556d8b9f5ea22c68d975c60",
      "parents": [
        "49cd8f91078caf7ef30a00132f1bcc7535bd5ba7",
        "075e8650fd24f88c133ef2fa748d72336ef30aa6"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Apr 23 01:15:58 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 23 01:15:57 2013 -0700"
      },
      "message": "Merge \"msm: vidc: Remove kernel mapping on input/output buffers\""
    },
    {
      "commit": "6b3a2d7ff2166409ffd89ba1ba6948cfc7205c81",
      "tree": "043f7adc29d1035dedefb83c46f10eb594f86204",
      "parents": [
        "d760e64c5f5d645cdc94787de67ab3b7e3eea8a7"
      ],
      "author": {
        "name": "Ayaz Ahmad",
        "email": "aahmad@codeaurora.org",
        "time": "Wed Apr 10 21:54:47 2013 +0530"
      },
      "committer": {
        "name": "Ayaz Ahmad",
        "email": "aahmad@codeaurora.org",
        "time": "Mon Apr 22 17:46:18 2013 +0530"
      },
      "message": "radio: iris: Added IOCTLS to get/set AF Jump, Search Thresholds\n\nImplement ioctl to get/set AF Jump RMSSI Threshold,\nAF Jump RMSSI Samples, Good Channel RMSSI Threshold,\nSearch Algo Type, SINR FIRST STAGE, RMSSI FIRST STAGE\n\nChange-Id: I0c79de6966cb93fbbc5befafc9aaaea95982ddb8\nCRs-Fixed: 460621\nSigned-off-by: Ayaz Ahmad \u003caahmad@codeaurora.org\u003e\n"
    },
    {
      "commit": "110f7b5e5f06624cde157a84c56908513b894ff0",
      "tree": "acc33efe7c0fa83a87aa6c4e438aa6ec6c7d14fe",
      "parents": [
        "69ff00ae3ea7c26cf500ae5af982a1d9c9d2bad8"
      ],
      "author": {
        "name": "Krishnankutty Kolathappilly",
        "email": "kkolat@codeaurora.org",
        "time": "Sun Apr 07 18:04:18 2013 -0700"
      },
      "committer": {
        "name": "Krishnankutty Kolathappilly",
        "email": "kkolat@codeaurora.org",
        "time": "Mon Apr 22 00:17:47 2013 -0700"
      },
      "message": "ALSA: include: Add new ioctl for metadata mode\n\nAdd a new ioctl to support metadata mode in lpa driver. This ioctl\nallows lpa driver to work in default alsa compliant mode and also\nmetadata mode.\n\nCRs-Fixed: 458904\nChange-Id: I8111e8652bbfb6dd93bdbda69bd16f53b45cb756\nSigned-off-by: Krishnankutty Kolathappilly \u003ckkolat@codeaurora.org\u003e\n"
    },
    {
      "commit": "e747b7e2d40543170fc7941d0af9b3648b8a75ac",
      "tree": "2ca488dd72ede5b0ccbeea64a15b94f81c42eabb",
      "parents": [
        "50de9eae93973c82b024cb51d303af4ed0a194d8"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Thu Apr 04 12:18:18 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed Apr 17 21:26:14 2013 -0700"
      },
      "message": "power: pm8921-charger: BTC override fixes\n\n- Monitor battery health when charger is not connected\n- Add configurable temperature hysteresis and enable the\n  same for BTC override\n- Avoid releasing wakelock when charging is not in progress\n  and BTC override is enabled\n- check temperature thresholds when fully charged, to handle\n  temperature restrictions while restarting charging\n\nCRs-Fixed: 466525\nChange-Id: I8cad3f8bcf65844fc1048625d9b387ede132d3e0\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\n"
    },
    {
      "commit": "075e8650fd24f88c133ef2fa748d72336ef30aa6",
      "tree": "4bb47c21205ddd061cabba6fb0148e50382cdee0",
      "parents": [
        "d0842f41e4acff60dab32630b675150758551be3"
      ],
      "author": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Wed Apr 17 16:47:22 2013 +0530"
      },
      "committer": {
        "name": "Maheshwar Ajja",
        "email": "majja@codeaurora.org",
        "time": "Wed Apr 17 17:01:35 2013 +0530"
      },
      "message": "msm: vidc: Remove kernel mapping on input/output buffers\n\nThis change will remove the kernel mapping of input and\noutput buffers for both video encoder and decoder to\navoid the errors resulting from ion_map_kernel() for\nhigh resolution video concurrency use cases due to the\nlimited vmalloc space. It also removed the metadata\nprocessing in kerner video driver as kernel virtual\naddress is removed. The metadata processing can be\ndone in user space video component.\n\nChange-Id: I3f2c9b7c13b3e09097ce07ca7b59154b97401052\nCRs-fixed: 471135\nSigned-off-by: Maheshwar Ajja \u003cmajja@codeaurora.org\u003e\n"
    },
    {
      "commit": "3507eaabe2f562595a15a6eda87bf5094f1622e3",
      "tree": "fa843ac312f4ffc446eeb8385f5db984693dc19b",
      "parents": [
        "6765ebe9b47b84b683106067ea032d717cc093c8",
        "cd9bccb61026c45e02ff561f1cb15834e9b29180"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Apr 16 09:46:57 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 16 09:46:57 2013 -0700"
      },
      "message": "Merge \"msm: display: plane alpha support\""
    },
    {
      "commit": "3efd8f96cdd35c92b51ccaa6e946e4f398dafcd5",
      "tree": "0983cf608bb92200c9eda2b33762814c88516e4d",
      "parents": [
        "81664bda66873b964f14f5cc992fe2d89b873ce2",
        "93b9f9a8c2e5935331afb5dd16237be2a94e3de6"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Apr 15 18:06:59 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Apr 15 18:06:59 2013 -0700"
      },
      "message": "Merge \"msm: rotator: non-blocking rotate\""
    },
    {
      "commit": "81664bda66873b964f14f5cc992fe2d89b873ce2",
      "tree": "24cc77539acccb9c93739dbbac971604e9a98c7c",
      "parents": [
        "5a8ce6ca3fe6c813daa72921849f7dbccc6f1b96",
        "a50db549be37a12489ddd0b0ea4d122a8c53ac8f"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Apr 15 18:06:58 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Apr 15 18:06:57 2013 -0700"
      },
      "message": "Merge \"msm: rotator: sync point support\""
    },
    {
      "commit": "d82294199a800d00f14be5b6e769971a3c641e0a",
      "tree": "abc6d0af2738cc33e96effed2092e75b51145bad",
      "parents": [
        "d9edf37462002b6e3978633b5e76e32047a0ba5b",
        "5515eab6505762ed68317aae373965ce42fdc22d"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Apr 15 01:28:04 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Apr 15 01:28:04 2013 -0700"
      },
      "message": "Merge \"ASoC: wcd9304: Include all registers to debugfs dump.\""
    },
    {
      "commit": "93b9f9a8c2e5935331afb5dd16237be2a94e3de6",
      "tree": "2baf7e68e1a4ef544ca71e48ec0acd9d518f7462",
      "parents": [
        "a50db549be37a12489ddd0b0ea4d122a8c53ac8f"
      ],
      "author": {
        "name": "Ken Zhang",
        "email": "kenz@codeaurora.org",
        "time": "Mon Apr 08 18:56:58 2013 -0400"
      },
      "committer": {
        "name": "Padmanabhan Komanduru",
        "email": "pkomandu@codeaurora.org",
        "time": "Sat Apr 13 16:10:21 2013 +0530"
      },
      "message": "msm: rotator: non-blocking rotate\n\nSend request to a work queue and return right away.\nWork queue will go through the commit queue to do the\nrotation. wait_for_finish can be set to true to make\nrotation go back to blocking.\n\nChange-Id: Ifc2e36bd24d9681d42105f4ccbb62a8777af2a6c\nSigned-off-by: Ken Zhang \u003ckenz@codeaurora.org\u003e\n"
    },
    {
      "commit": "a50db549be37a12489ddd0b0ea4d122a8c53ac8f",
      "tree": "c4d78e121ce334b5616d2ffe32a706e966c00f10",
      "parents": [
        "e42de870e163017f7025c5ec254e66d67507ba87"
      ],
      "author": {
        "name": "Ken Zhang",
        "email": "kenz@codeaurora.org",
        "time": "Wed Feb 20 14:48:06 2013 -0500"
      },
      "committer": {
        "name": "Padmanabhan Komanduru",
        "email": "pkomandu@codeaurora.org",
        "time": "Sat Apr 13 16:09:09 2013 +0530"
      },
      "message": "msm: rotator: sync point support\n\nAdd MSM_ROTATOR_IOCTL_BUFFER_SYNC ioctl interface.\nRotator will create a timeline for each session at START, wait for\ninput fence and create released fence in this ioctl call,\nsignal the timeline after rotation is done.\n\nChange-Id: I3738f8287d804ccd94e0a16ac0afb8b41b299c75\nSigned-off-by: Ken Zhang \u003ckenz@codeaurora.org\u003e\n"
    },
    {
      "commit": "7b9374079f1598c64ecb8d859b9ffb621141e43c",
      "tree": "ca1ff9806393fd2eb3077a16c3b5bdd968a21052",
      "parents": [
        "2b232660f510011d2952dddd3c9b8d97cd65a010"
      ],
      "author": {
        "name": "Mitchel Humpherys",
        "email": "mitchelh@codeaurora.org",
        "time": "Tue Mar 19 17:16:58 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Apr 12 18:16:06 2013 -0700"
      },
      "message": "gpu: ion: enable the kmalloc heap\n\nThere are some Ion clients who would like to use the kmalloc\nheap. Enable it.\n\nChange-Id: Ie818be9e1211d52d489ad2cb63d94e2fddfc0f01\nSigned-off-by: Mitchel Humpherys \u003cmitchelh@codeaurora.org\u003e\n"
    },
    {
      "commit": "2b232660f510011d2952dddd3c9b8d97cd65a010",
      "tree": "85e9fb61b0e89cb558b26b5c0673798159559413",
      "parents": [
        "23753b6124953c2166a645c3552b4f5a244bd908",
        "59e7954667e529eefed3e20790feebe9be7311c7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Apr 12 15:56:55 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Apr 12 15:56:55 2013 -0700"
      },
      "message": "Merge \"msm: kgsl: Prevent fault tolerance memory free twice\""
    },
    {
      "commit": "59e7954667e529eefed3e20790feebe9be7311c7",
      "tree": "8a2b389f57a74fcacd053b85d7a304fc5917f491",
      "parents": [
        "782734f18ee55e1572fa0d61f079b5d527eaf4d8"
      ],
      "author": {
        "name": "Tarun Karra",
        "email": "tkarra@codeaurora.org",
        "time": "Wed Apr 10 10:25:25 2013 -0700"
      },
      "committer": {
        "name": "Tarun Karra",
        "email": "tkarra@codeaurora.org",
        "time": "Fri Apr 12 12:03:56 2013 -0700"
      },
      "message": "msm: kgsl: Prevent fault tolerance memory free twice\n\nThere is a possibility of fault tolerance data to be freed twice\nif fault tolerance fails. Do not free the data when the data allocation\nfails, take the decision to free the data only at the end of\nfault tolerance.\n\nCRs-Fixed: 469807\nChange-Id: Ifcc9a75e70440be6471b32d8413f4faa01a9ee47\nSigned-off-by: Tarun Karra \u003ctkarra@codeaurora.org\u003e\n"
    },
    {
      "commit": "961dff6b1359a56c232265951a7e46a40612e1db",
      "tree": "702a200ed5c414d748cc1ea1eefbb9af45754bf6",
      "parents": [
        "970db1c5c83b64cfa3c9652e8aadb11c8e591088"
      ],
      "author": {
        "name": "Praveen Chidambaram",
        "email": "pchidamb@codeaurora.org",
        "time": "Wed Apr 10 09:20:59 2013 -0600"
      },
      "committer": {
        "name": "Praveen Chidambaram",
        "email": "pchidamb@codeaurora.org",
        "time": "Wed Apr 10 11:42:48 2013 -0600"
      },
      "message": "msm: thermal: Use signed int for temperature\n\nTemperatures could be in negative and negative signed ints may be\nincorrectly read as unsigned int.\n\nChange-Id: I817db2756c54816296a700ffcd004a83161f2b95\nCRs-Fixed: 441632, 473507\nSigned-off-by: Praveen Chidambaram \u003cpchidamb@codeaurora.org\u003e\n"
    },
    {
      "commit": "5515eab6505762ed68317aae373965ce42fdc22d",
      "tree": "97230ed06db6cf9f5d55d8279672b08d4d2dd547",
      "parents": [
        "0f0bdfb1eec012e9176c135994ebb30187df020a"
      ],
      "author": {
        "name": "Asish Bhattacharya",
        "email": "asishb@codeaurora.org",
        "time": "Mon Sep 24 18:43:48 2012 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 09 22:35:12 2013 -0700"
      },
      "message": "ASoC: wcd9304: Include all registers to debugfs dump.\n\nThe current dumps only include a small set of registers usefull\nin most use cases. Make it exhautive by including the complete\nregister set.\n\nCRs-Fixed: 402905\nChange-Id: I4f826dc53f3cf9c8e0d520d7f1eb872f71c357de\nSigned-off-by: Asish Bhattacharya \u003casishb@codeaurora.org\u003e\n"
    },
    {
      "commit": "cd9bccb61026c45e02ff561f1cb15834e9b29180",
      "tree": "6d686044d1168516ce5d2edc35ec8840064bdb00",
      "parents": [
        "3d36582f7f458a5ae9dea1a1fca228deecc2a5f8"
      ],
      "author": {
        "name": "Ken Zhang",
        "email": "kenz@codeaurora.org",
        "time": "Thu Apr 04 13:25:53 2013 -0400"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 09 14:52:21 2013 -0700"
      },
      "message": "msm: display: plane alpha support\n\nClean up the blending rule to follow blend_op set from hwc.\nUse modulate alpha for plane alpha when it is not 0xff.\nKeep backward compatibility if blend_op is not set.\n\nChange-Id: I02fd3c3c7b5ace2e6eec22b2db0284161404a0fc\nSigned-off-by: Ken Zhang \u003ckenz@codeaurora.org\u003e\n"
    },
    {
      "commit": "0cd17be771372831af8b75bbde7ae7ad836a613c",
      "tree": "8b009b6d77293ba216f253ca3e734e929929ade8",
      "parents": [
        "54517c7a9d63811bcbae9ae1266c20da29206d33",
        "477694618e137b3418404206f20e37ab0aed98cd"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Apr 05 21:43:33 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Apr 05 21:43:32 2013 -0700"
      },
      "message": "Merge \"msm_fb: hdmi: Resolution modes on HDMI\""
    },
    {
      "commit": "fc43f4901ac61e03da3d520d48e08920cad91d9f",
      "tree": "e331bb3a3563d1753c6d572be61049724a5a09c6",
      "parents": [
        "1b21c6ecb00e0666e72dcf7b2f88f63bcfef7df3",
        "24fccfe020a7b855cf43e7903a7a2cf038faee46"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Apr 03 07:55:01 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed Apr 03 07:55:00 2013 -0700"
      },
      "message": "Merge \"power: pm8xxx-ccadc: implement quick calibration\""
    },
    {
      "commit": "58014dd4e7d031544520730fb299477c2f5243ec",
      "tree": "cf1ce1200fb92556f0316b237b069bc4bbf5d62c",
      "parents": [
        "5561dbd06f39a5f5b5d577fc9989db4067e648f9",
        "938089d35cc8341583a843d62a4022f69ed24ead"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Apr 03 07:54:58 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed Apr 03 07:54:58 2013 -0700"
      },
      "message": "Merge \"power: pm8921-bms: api for battery insertion/removal\""
    },
    {
      "commit": "aa7c657cddb9107ba2541f6c19cbed477edb8660",
      "tree": "6bc9ba9688080d54c668a8dd8eb131719dfe5e45",
      "parents": [
        "897516dcd98853065d9d80745d5f6ed67a892521",
        "ef96152992961a388ad0e49f023b98a3b3d464e7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Wed Apr 03 07:54:56 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed Apr 03 07:54:55 2013 -0700"
      },
      "message": "Merge \"power: pm8921-bms: introduce configurable corrections\""
    },
    {
      "commit": "59f2c2bde94cfdcfef2c285df6b0c1c01ad70a77",
      "tree": "af2a5f53e382a16ea0ff1bc70c13773ea4b0ab90",
      "parents": [
        "1ac1cac0d9b45b6a6d2f619439a96dcf22d27a34",
        "d3fb871f6e2a62d0f7077bab099c6bbff0f1a244"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Apr 02 20:49:18 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Apr 02 20:49:17 2013 -0700"
      },
      "message": "Merge \"diag: Bring diag up to date\""
    },
    {
      "commit": "24fccfe020a7b855cf43e7903a7a2cf038faee46",
      "tree": "ab66ff4d566532678901b2a5b07f3c7060c60b75",
      "parents": [
        "c615f5a590baa322f4eb604654981cd72732c71f"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Sun Mar 10 06:55:43 2013 -0700"
      },
      "committer": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Apr 02 19:24:02 2013 -0700"
      },
      "message": "power: pm8xxx-ccadc: implement quick calibration\n\nThere are certain systems that wakeup every so often to do some\nhousekeeping work. We don\u0027t want to run a full calibration\nwhen the system wakeups.\n\nFor such systems runs a quick calibration with just two samples.\nUse the periodic_wakeup flag to indicate such a system.\n\nCRs-Fixed: 454221\nChange-Id: Ifc86414f7fab4d0921e3289d6e52b9e077a1f625\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "938089d35cc8341583a843d62a4022f69ed24ead",
      "tree": "e54af74a1dc513fbd6dd952d6b8b570017f85a44",
      "parents": [
        "874be60569475c1cf9a4be2c0854b05cd074c2ce"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Mon Mar 25 14:21:27 2013 -0700"
      },
      "committer": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Apr 02 19:24:01 2013 -0700"
      },
      "message": "power: pm8921-bms: api for battery insertion/removal\n\nProvide api to clean up the history values the driver remembers to\nreport the soc. These apis will be called when the battery is removed.\nSimilarly provide api to initiate battery SOC calculations upon battery\ninsertion.\n\nChange-Id: Ie9f3f5f45c789efc2ba6d39226401691912c764c\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "ef96152992961a388ad0e49f023b98a3b3d464e7",
      "tree": "b30217875110eae7daa4e08d7922654c4e1c1719",
      "parents": [
        "9095a2073c613c60796edd2999fe2927ae1fe2c2"
      ],
      "author": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Mar 26 13:14:03 2013 -0700"
      },
      "committer": {
        "name": "Abhijeet Dharmapurikar",
        "email": "adharmap@codeaurora.org",
        "time": "Tue Apr 02 19:24:00 2013 -0700"
      },
      "message": "power: pm8921-bms: introduce configurable corrections\n\nThere are situations when the corrections can cause linearity issues.\nProvide a scheme to limit the corrections via a configurable parameters.\nThe corrections were introduced to prevent battery dipping below UVLO.\nIf the battery were in the flat portion of the SOC curve a small error\nin OCV measurement could drift the SOC by a large amount. Corrections\nare important if the OCV falls in this range. Hence introduce two\nparameters to limit the corrections based on a OCV threshold - one when\nit is above 3.8 volts, where corrections could be low and the other\nwhen the OCV is lower and 3.8 (flat portion) where corrections should be\nhigh.\n\nAlso there are instances when the SOC appears stuck at 1% for a long\ntime. This is because the algorithm doesn\u0027t allow the soc to drop to 0%\nif the estimated soc is high. Provide a configurable level for the\nestimated SOC below which, the calculated soc can go to 0%.\n\nChange-Id: I265e1ea41681813ec6add6eea2a440c6e239a5dc\nSigned-off-by: Abhijeet Dharmapurikar \u003cadharmap@codeaurora.org\u003e\n"
    },
    {
      "commit": "d3fb871f6e2a62d0f7077bab099c6bbff0f1a244",
      "tree": "dcaa12c9467d9d0395deb5a1e385edf1b301fa1a",
      "parents": [
        "2337178118f93d53b0e29914e6aa40f92e177b5d"
      ],
      "author": {
        "name": "Dixon Peterson",
        "email": "dixonp@codeaurora.org",
        "time": "Mon Apr 01 20:14:57 2013 -0700"
      },
      "committer": {
        "name": "Dixon Peterson",
        "email": "dixonp@codeaurora.org",
        "time": "Tue Apr 02 14:23:30 2013 -0700"
      },
      "message": "diag: Bring diag up to date\n\ndiag on A-Family mainline is out of date. This change\nbrings the diag code up to date. This change includes\nthe following changes:\n\n1. diag: dci: Add new Logs and Events API for DCI\n2. diag: dci: Clear DCI Cleint Event/Log mask on Exit\n3. diag: dci: Process DCI packet during USB disconnect\n4. diag: Fix diag hdlc decoding support for messages starting with 0x7e\n5. diag: dci: Remove Event Code from DCI Event\n6. diag: Fix incorrect response for Log On Demand request\n7. diag: Add concurrency protection to writes on smd data channels\n8. diag: Add support for sending DIAG_CTRL_MSG_DIAG_MODE\n9. diag: Add Support for Callback mode to communicate with remote processors\n\nChange-Id: Ic61bd3408af4533e5d86d73da73100c3f6c5f215\nSigned-off-by: Dixon Peterson \u003cdixonp@codeaurora.org\u003e\n"
    },
    {
      "commit": "477694618e137b3418404206f20e37ab0aed98cd",
      "tree": "1a88ce7028b31cd1dcfa765246d207db83861adc",
      "parents": [
        "d0302d5565c02278199ffd168bd53b64a2965e85"
      ],
      "author": {
        "name": "Aravind Venkateswaran",
        "email": "aravindh@codeaurora.org",
        "time": "Tue Feb 26 17:57:01 2013 -0800"
      },
      "committer": {
        "name": "Aravind Venkateswaran",
        "email": "aravindh@codeaurora.org",
        "time": "Tue Apr 02 13:00:19 2013 -0700"
      },
      "message": "msm_fb: hdmi: Resolution modes on HDMI\n\nAdd a new header file that lists all supported\nHDMI resolution modes and the associated timing\ninformation.\n\nCRs-Fixed: 470335\nChange-Id: I971422ddb97e3b219cc682032eb67212b434daab\nSigned-off-by: Aravind Venkateswaran \u003caravindh@codeaurora.org\u003e\nSigned-off-by: Manoj Rao \u003cmanojraj@codeaurora.org\u003e\n"
    },
    {
      "commit": "91f0255916c9eb4b4b7c0b0ccfaf8a620943ba38",
      "tree": "b9d44530eeca32305543a12406a3abd76a42b9dd",
      "parents": [
        "0885b8823708e79b627f47eb6c2d8c56cc9f850a",
        "e3fb892c53350d35c8e295f14a727c6a48c10b4a"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Mon Apr 01 23:26:13 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Apr 01 23:26:12 2013 -0700"
      },
      "message": "Merge \"msm_fb: Fix adb shell start/stop issue when bypass enabled\""
    },
    {
      "commit": "e447c152f87556cc97028e0cf91d278d9a28c405",
      "tree": "036300ac695bc75301ec2d3ad47a67da453eb0a7",
      "parents": [
        "5bede31f80fbe2e87e4e3fed3d3d8624b39c2011",
        "9226223b3a45ac38ee04044b60f87d87687ef916"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 29 13:32:30 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Mar 29 13:32:30 2013 -0700"
      },
      "message": "Merge \"nl80211/cfg80211: add VHT MCS support\""
    },
    {
      "commit": "a12a06fe01d01886a14e9a1d3316fbc6d7bfab4f",
      "tree": "36fb6d74b653fd80d85754235aa487a9a0a3bb7c",
      "parents": [
        "047977c7261457654d6e9611f8a2f6ec1088f39b",
        "1668cc6c4bc38724db2e01aa9f5a6351b2e9bb3d"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Fri Mar 29 13:31:36 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Fri Mar 29 13:31:35 2013 -0700"
      },
      "message": "Merge \"msm: ipc: Security updates to IPC Router\""
    },
    {
      "commit": "9226223b3a45ac38ee04044b60f87d87687ef916",
      "tree": "9a2f4bc65d08ea7cfa70a5937e2103b15b397137",
      "parents": [
        "04a6a868f63a4bef996af7a074b24668ef69b4e0"
      ],
      "author": {
        "name": "Sameer Thalappil",
        "email": "sameert@codeaurora.org",
        "time": "Tue Mar 19 14:28:37 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Wed Mar 27 18:29:45 2013 -0700"
      },
      "message": "nl80211/cfg80211: add VHT MCS support\n\nAdd support for reporting and calculating VHT MCSes.\n\nNote that I\u0027m not completely sure that the bitrate\ncalculations are correct, nor that they can\u0027t be\nsimplified.\n\nChange-Id: Id4c132850a85ff59f0fc16396763ed717689bec0\nSigned-off-by: Johannes Berg \u003cjohannes.berg@intel.com\u003e\nGit-commit: db9c64cf8d9d3fcbc34b09d037f266d1fc9f928c\nGit-repo:\ngit://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git\nSigned-off-by: Sameer Thalappil \u003csameert@codeaurora.org\u003e\n"
    },
    {
      "commit": "10bd072d4527a809f8653e82340ef3b82042c523",
      "tree": "cff653ad782de60221c2bc7c39abdf844b5ef4f0",
      "parents": [
        "b1cfd327a6c94b353841144fe9e1cb25a9aceed1",
        "a62086da23bb2c292377c128d0a67e83ac8d74e7"
      ],
      "author": {
        "name": "Linux Build Service Account",
        "email": "lnxbuild@localhost",
        "time": "Tue Mar 26 21:15:59 2013 -0700"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Tue Mar 26 21:15:58 2013 -0700"
      },
      "message": "Merge \"cfg80211: Extend support for IEEE 802.11r Fast BSS Transition\""
    },
    {
      "commit": "e9c7064c794a1437e530adff44417642f36fa023",
      "tree": "2804213d294c6af69c6619cefd2331afd215b6e5",
      "parents": [
        "c62e380e9ec16ae428bd97488fb49dc45353f9b9"
      ],
      "author": {
        "name": "Anirudh Ghayal",
        "email": "aghayal@codeaurora.org",
        "time": "Fri Mar 22 12:57:50 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Mon Mar 25 02:27:18 2013 -0700"
      },
      "message": "power: bms: Report zero SOC if voltage is below cutoff\n\nIf the battery voltage remains below the cutoff threshold\nfor a specific period (determined by a platform data -\nvbatt_cutoff_retries) report the SOC as 0. This allows\nthe userspace to perform a graceful shutdown. Also, provide\na platform data entry (low_voltage_detect) to enable this\nfunctionality.\nEnable \u0027low_voltage_detect\u0027 and set \u0027vbatt_cutoff_retries\u0027\nas required to enable the full functionality.\n\nCRs-Fixed: 450387\nChange-Id: I668d391cab3d0424fe5f370df0c1169124c34f5e\nSigned-off-by: Anirudh Ghayal \u003caghayal@codeaurora.org\u003e\n"
    },
    {
      "commit": "e3fb892c53350d35c8e295f14a727c6a48c10b4a",
      "tree": "706e256a6ffbb663fdf13464b08eeb5d52a78efa",
      "parents": [
        "c62e380e9ec16ae428bd97488fb49dc45353f9b9"
      ],
      "author": {
        "name": "Padmanabhan Komanduru",
        "email": "pkomandu@codeaurora.org",
        "time": "Mon Feb 25 18:42:02 2013 +0530"
      },
      "committer": {
        "name": "Gerrit - the friendly Code Review server",
        "email": "code-review@localhost",
        "time": "Sun Mar 24 23:51:38 2013 -0700"
      },
      "message": "msm_fb: Fix adb shell start/stop issue when bypass enabled\n\nCurrently when 2/3/4 layer bypass is enabled, doing a adb shell\nstop/start is failing overlay and composition happens through\nGPU. Fix this issue by proper overlay configuration during this\nscenario.\n\nChange-Id: Ia04f1839bf80ed552671e48445af63a4dcd6bdfd\nSigned-off-by: Padmanabhan Komanduru \u003cpkomandu@codeaurora.org\u003e\n"
    }
  ],
  "next": "8d692fa8fc134edea6fc3a7b03c756db2e8e5f1b"
}
