Re: [RFC 2/2] clk: tegra20: Use DT defines for CLK ID

2013-02-15 Thread Stephen Warren
On 02/15/2013 01:52 AM, Hiroshi Doyu wrote: > To avoid the duplication of CLK ID defines both in boot/dts and kernel > source, use the one from the DT header file and get rid of own > definitions in kernel source. (Also CC'ing the DT maintainers here; sorry for the large quote for everyone else)

[RFC 2/2] clk: tegra20: Use DT defines for CLK ID

2013-02-15 Thread Hiroshi Doyu
To avoid the duplication of CLK ID defines both in boot/dts and kernel source, use the one from the DT header file and get rid of own definitions in kernel source. Signed-off-by: Hiroshi Doyu --- drivers/clk/tegra/clk-tegra20.c | 307 ++- 1 file changed, 145

[RFC 2/2] clk: tegra20: Use DT defines for CLK ID

2013-02-15 Thread Hiroshi Doyu
To avoid the duplication of CLK ID defines both in boot/dts and kernel source, use the one from the DT header file and get rid of own definitions in kernel source. Signed-off-by: Hiroshi Doyu hd...@nvidia.com --- drivers/clk/tegra/clk-tegra20.c | 307 ++- 1

Re: [RFC 2/2] clk: tegra20: Use DT defines for CLK ID

2013-02-15 Thread Stephen Warren
On 02/15/2013 01:52 AM, Hiroshi Doyu wrote: To avoid the duplication of CLK ID defines both in boot/dts and kernel source, use the one from the DT header file and get rid of own definitions in kernel source. (Also CC'ing the DT maintainers here; sorry for the large quote for everyone else)