Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-19 Thread Stephen Warren
On 10/19/2012 03:13 AM, Laxman Dewangan wrote: > On Friday 19 October 2012 04:13 AM, Stephen Warren wrote: >>> +OF_DEV_AUXDATA("nvidia,tegra20-slink", TEGRA_SLINK1_BASE, >>> "spi-tegra-slink.0", NULL), >> Here, can't we just use the existing device names in the clock files... >> >> So we can

Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-19 Thread Laxman Dewangan
On Friday 19 October 2012 04:13 AM, Stephen Warren wrote: The patch subject isn't entirely accurate here; this patch isn't just about fixing clock entries. OK, then will break in two patches. + OF_DEV_AUXDATA("nvidia,tegra20-slink", TEGRA_SLINK1_BASE, "spi-tegra-slink.0", NULL),

Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-19 Thread Laxman Dewangan
On Friday 19 October 2012 04:13 AM, Stephen Warren wrote: The patch subject isn't entirely accurate here; this patch isn't just about fixing clock entries. OK, then will break in two patches. + OF_DEV_AUXDATA(nvidia,tegra20-slink, TEGRA_SLINK1_BASE, spi-tegra-slink.0, NULL),

Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-19 Thread Stephen Warren
On 10/19/2012 03:13 AM, Laxman Dewangan wrote: On Friday 19 October 2012 04:13 AM, Stephen Warren wrote: +OF_DEV_AUXDATA(nvidia,tegra20-slink, TEGRA_SLINK1_BASE, spi-tegra-slink.0, NULL), Here, can't we just use the existing device names in the clock files... So we can completely drop

Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-18 Thread Stephen Warren
On 10/18/2012 04:56 AM, Laxman Dewangan wrote: > Fix the driver name, connection name and clock name > for slink controller clocks in clock table of > Tegra20 and Tegra30. The patch subject isn't entirely accurate here; this patch isn't just about fixing clock entries. > diff --git

[PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-18 Thread Laxman Dewangan
Fix the driver name, connection name and clock name for slink controller clocks in clock table of Tegra20 and Tegra30. Signed-off-by: Laxman Dewangan --- arch/arm/mach-tegra/board-dt-tegra20.c|8 ++ arch/arm/mach-tegra/board-dt-tegra30.c| 12 +

[PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-18 Thread Laxman Dewangan
Fix the driver name, connection name and clock name for slink controller clocks in clock table of Tegra20 and Tegra30. Signed-off-by: Laxman Dewangan ldewan...@nvidia.com --- arch/arm/mach-tegra/board-dt-tegra20.c|8 ++ arch/arm/mach-tegra/board-dt-tegra30.c| 12 +

Re: [PATCH 3/5] ARM: tegra: fix clock entry of slink controller

2012-10-18 Thread Stephen Warren
On 10/18/2012 04:56 AM, Laxman Dewangan wrote: Fix the driver name, connection name and clock name for slink controller clocks in clock table of Tegra20 and Tegra30. The patch subject isn't entirely accurate here; this patch isn't just about fixing clock entries. diff --git