[PATCH 10/19] clk: tegra: pll: Add logic for out-of-table rates for T210

2015-04-24 Thread Rhyland Klein
For Tegra210, the logic to calculate out-of-table rates is different from previous generations. Add callbacks that can be overridden to allow for different ways of calculating rates. Default to _cal_rate when not specified. Based on original work by Aleksandr Frid Signed-off-by: Rhyland Klein

[PATCH 10/19] clk: tegra: pll: Add logic for out-of-table rates for T210

2015-04-24 Thread Rhyland Klein
For Tegra210, the logic to calculate out-of-table rates is different from previous generations. Add callbacks that can be overridden to allow for different ways of calculating rates. Default to _cal_rate when not specified. Based on original work by Aleksandr Frid af...@nvidia.com Signed-off-by: