Re: [PATCH] clocksource: tegra: move to of_clk_get

2013-03-06 Thread Stephen Warren
On 02/04/2013 06:40 AM, Peter De Schrijver wrote: > The new clockframework introduced DT IDs for each clock. To be able to remove > the device registrations, this driver needs to be updated to use the DT IDs. > Note that the actual removal of the clk_register_clkdev() calls will be done > in a late

Re: [PATCH] clocksource: tegra: move to of_clk_get

2013-02-04 Thread Stephen Warren
On 02/04/2013 06:40 AM, Peter De Schrijver wrote: > The new clockframework introduced DT IDs for each clock. To be able to remove > the device registrations, this driver needs to be updated to use the DT IDs. > Note that the actual removal of the clk_register_clkdev() calls will be done > in a late

[PATCH] clocksource: tegra: move to of_clk_get

2013-02-04 Thread Peter De Schrijver
The new clockframework introduced DT IDs for each clock. To be able to remove the device registrations, this driver needs to be updated to use the DT IDs. Note that the actual removal of the clk_register_clkdev() calls will be done in a later series. Signed-off-by: Peter De Schrijver --- arch/ar