Re: [PATCH v3 1/5] ARM: davinci: uart: move to devid based clk_get

2013-07-19 Thread Sekhar Nori
On Wednesday 19 June 2013 02:45 PM, Manjunathappa, Prakash wrote: 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

[PATCH v3 1/5] ARM: davinci: uart: move to devid based clk_get

2013-06-19 Thread Manjunathappa, Prakash
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