Re: [PATCH 2/4] clk: tegra: convert Tegra114 gate clocks to table

2013-09-03 Thread Stephen Warren
On 09/03/2013 07:31 AM, Peter De Schrijver wrote: > This patch converts the Tegra114 gate clock registration to be table driven > like the periph clocks. The same struct tegra_periph_init_data is used for the > table, but some fields are unused. This makes the code easier to read and also > paves t

[PATCH 2/4] clk: tegra: convert Tegra114 gate clocks to table

2013-09-03 Thread Peter De Schrijver
This patch converts the Tegra114 gate clock registration to be table driven like the periph clocks. The same struct tegra_periph_init_data is used for the table, but some fields are unused. This makes the code easier to read and also paves the way to share clock data between Tegra SoCs. Signed-off