https://github.com/torvalds/linux
Revision 86b59bbfae2a895aa26b3d15f31b1a705dbfede1 authored by Andy Gross on 29 September 2014, 22:00:51 UTC, committed by Wolfram Sang on 03 October 2014, 01:20:47 UTC
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
1 parent cf27020
History
Tip revision: 86b59bbfae2a895aa26b3d15f31b1a705dbfede1 authored by Andy Gross on 29 September 2014, 22:00:51 UTC
i2c: qup: Fix order of runtime pm initialization
Tip revision: 86b59bb

back to top