From: Manjunathappa, Prakash Date: Wed, 19 Jun 2013 09:15:38 +0000 (+0530) Subject: ARM: davinci: uart: move to devid based clk_get X-Git-Tag: v3.12-rc1~115^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19955c3d7453757271d05859958ca1804a5d2d67;p=pandora-kernel.git ARM: davinci: uart: move to devid based clk_get For modules having single clock, clk_get should be done with dev_id. But current davinci implementation handles multiple instances of the UART devices with single platform_device_register. Hence clk_get is based on con_id rather than dev_id, this is not correct. Do platform_device_register for each instance and clk_get on dev_id. Signed-off-by: Manjunathappa, Prakash [nsekhar@ti.com: actually stop using con_id in clk_get(), squash the patch adding OF aux data into this one] Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed