]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: qup: Fix order of runtime pm initialization
authorAndy Gross <agross@codeaurora.org>
Mon, 29 Sep 2014 22:00:51 +0000 (17:00 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 3 Oct 2014 01:20:47 +0000 (03:20 +0200)
commit3d1049aa3427c5fb7ca3191d832da8535dd04fa7
tree83f5493517b86e852c97faa13f7403c950617e5d
parenta3316a39c0287d974d223a82b1038ff1d10afdbc
i2c: qup: Fix order of runtime pm initialization

The runtime pm calls need to be done before populating the children via the
i2c_add_adapter call.  If this is not done, a child can run into issues trying
to do i2c read/writes due to the pm_runtime_sync failing.

Signed-off-by: Andy Gross <agross@codeaurora.org>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
drivers/i2c/busses/i2c-qup.c