diff options
author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2013-06-19 11:15:38 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-07-22 12:04:55 +0200 |
commit | 19955c3d7453757271d05859958ca1804a5d2d67 (patch) | |
tree | 978e156a66db7dae2435c23046a75757958f8e5f /arch/arm/mach-davinci/clock.h | |
parent | Linux 3.11-rc2 (diff) | |
download | linux-19955c3d7453757271d05859958ca1804a5d2d67.tar.xz linux-19955c3d7453757271d05859958ca1804a5d2d67.zip |
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 <prakash.pm@ti.com>
[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 <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/clock.h')
0 files changed, 0 insertions, 0 deletions