summaryrefslogtreecommitdiff
path: root/dev.h
diff options
context:
space:
mode:
authorMandar Gokhale <mandarg@mandarg.com>2016-11-18 00:10:21 -0500
committerTobias Klauser <tklauser@distanz.ch>2016-11-18 10:14:38 +0100
commite548da7232d4dd35b061f4149fe96a9ac21f4e3f (patch)
tree62b5e81d7a252f145719bba2800cce02198db905 /dev.h
parent32804e5ee859f475c2c8a3d31be7a99a26ebaf5b (diff)
mausezahn: Typofix & grammar change
Closes #161 Signed-off-by: Mandar Gokhale <mandarg@mandarg.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'dev.h')
0 files changed, 0 insertions, 0 deletions
F_POPULATED, so platform devices with the same compatible string will not be registered. This prevents the PMU platform device to be created, so the Exynos PMU driver is never probed. This breaks (among other things) Suspend-to-RAM. Fix this by changing CLKOUT driver initialization method to CLK_OF_DECLARE_DRIVER(), which doesn't clear the OF_POPULATED flag, so later a platform device is created and the Exynos PMU platform driver can be be probed properly. Fixes: 989eafd0b609 ("clk: core: Avoid double initialization of clocks") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'Documentation')