)]}'
{
  "commit": "a18a0ea0096833ecb52053b183fcf9709f7bafd8",
  "tree": "5804f0ebbd69fb338679ca2c78cc18fc23d5e88a",
  "parents": [
    "c9811d0fa55929b182f62e0ee49b71b0bea6a936"
  ],
  "author": {
    "name": "Archit Taneja",
    "email": "architt@codeaurora.org",
    "time": "Fri Oct 06 16:27:06 2017 +0530"
  },
  "committer": {
    "name": "Rob Clark",
    "email": "robdclark@gmail.com",
    "time": "Thu Oct 12 12:59:46 2017 -0400"
  },
  "message": "drm/msm/dsi: Use correct pm_runtime_put variant during host_init\n\nThe DSI runtime PM suspend/resume callbacks check whether\nmsm_host-\u003ecfg_hnd is non-NULL before trying to enable the bus clocks.\nThis is done to accommodate early calls to these functions that may\nhappen before the bus clocks are even initialized.\n\nCalling pm_runtime_put_autosuspend() in dsi_host_init() can result in\nracy behaviour since msm_host-\u003ecfg_hnd is set very soon after. If the\nsuspend callback happens too late, we end up trying to disable clocks\nthat were never enabled, resulting in a bunch of WARN_ON splats.\n\nUse pm_runtime_put_sync() so that the suspend callback is called\nimmediately.\n\nReported-by: Nicolas Dechesne \u003cnicolas.dechesne@linaro.org\u003e\nSigned-off-by: Archit Taneja \u003carchitt@codeaurora.org\u003e\nSigned-off-by: Rob Clark \u003crobdclark@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "dbb31a0144194662a85f20ae0b77117ce071b901",
      "old_mode": 33188,
      "old_path": "drivers/gpu/drm/msm/dsi/dsi_host.c",
      "new_id": "deaf869374ea7016bbaa33aa45fb013aa00ec6ad",
      "new_mode": 33188,
      "new_path": "drivers/gpu/drm/msm/dsi/dsi_host.c"
    }
  ]
}
