[PATCH v2 01/19] clk: tegra: Modify tegra_audio_clk_init to accept more plls

2015-04-29 Thread Rhyland Klein
tegra_audio_clk_init was written expecting a single PLL to be passed in directly. Change this to accept an array which will allow for supporting multiple plls and specifying specific data about them, like their parent, which may change over time. Signed-off-by: Rhyland Klein ---

[PATCH v2 01/19] clk: tegra: Modify tegra_audio_clk_init to accept more plls

2015-04-29 Thread Rhyland Klein
tegra_audio_clk_init was written expecting a single PLL to be passed in directly. Change this to accept an array which will allow for supporting multiple plls and specifying specific data about them, like their parent, which may change over time. Signed-off-by: Rhyland Klein rkl...@nvidia.com ---