Re: [PATCH 1/4] ARM: tegra30: Add support for Uart clock source divider as 15.1

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 11:54 AM, Laxman Dewangan wrote: On Tuesday 18 December 2012 11:44 AM, Prashant Gaikwad wrote: On Tuesday 18 December 2012 03:13 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Tegra20 uart clock source have the 15.1 clock divider in place

Re: [PATCH 3/4] ARM: tegra: Add OF_DEV_AUXDATA for uart driver in board dt

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 03:17 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Add OF_DEV_AUXDATA for high speed uart controller driver for Tegra20/Tegra30 board dt files. Set the parent clock of uart controller to PLLP. diff --git

Re: [PATCH 1/4] ARM: tegra30: Add support for Uart clock source divider as 15.1

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 03:13 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Tegra20 uart clock source have the 15.1 clock divider in place of That says Tegra20, but ... 7.1. Add support for 15.1 clock divider and change the uart clock divider flag to DIV_U151.

Re: [PATCH 1/4] ARM: tegra30: Add support for Uart clock source divider as 15.1

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 03:13 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Tegra20 uart clock source have the 15.1 clock divider in place of That says Tegra20, but ... 7.1. Add support for 15.1 clock divider and change the uart clock divider flag to DIV_U151.

Re: [PATCH 3/4] ARM: tegra: Add OF_DEV_AUXDATA for uart driver in board dt

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 03:17 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Add OF_DEV_AUXDATA for high speed uart controller driver for Tegra20/Tegra30 board dt files. Set the parent clock of uart controller to PLLP. diff --git

Re: [PATCH 1/4] ARM: tegra30: Add support for Uart clock source divider as 15.1

2012-12-17 Thread Prashant Gaikwad
On Tuesday 18 December 2012 11:54 AM, Laxman Dewangan wrote: On Tuesday 18 December 2012 11:44 AM, Prashant Gaikwad wrote: On Tuesday 18 December 2012 03:13 AM, Stephen Warren wrote: On 12/17/2012 05:08 AM, Laxman Dewangan wrote: Tegra20 uart clock source have the 15.1 clock divider in place

[PATCH] clk: debug clock tree

2012-12-12 Thread Prashant Gaikwad
dsib_mux 0 050 dsib0 050 dsia 0 050 Signed-off-by: Prashant Gaikwad --- drivers/clk/clk.c | 59 + 1 fil

[PATCH] clk: debug clock tree

2012-12-12 Thread Prashant Gaikwad
0 050 dsib0 050 dsia 0 050 Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com --- drivers/clk/clk.c | 59

Re: [PATCH 2/2] ARM: tegra: moving stuff away from mach/clk.h

2012-11-29 Thread Prashant Gaikwad
On Thursday 29 November 2012 11:55 PM, Stephen Warren wrote: On 11/28/2012 11:12 PM, Prashant Gaikwad wrote: On Tuesday 27 November 2012 12:29 PM, Sivaram Nair wrote: This patch moves some stuff away from mach/clk.h to other mach-tegra files. This is part of the efforts to get rid of mach

Re: [PATCH 2/2] ARM: tegra: moving stuff away from mach/clk.h

2012-11-29 Thread Prashant Gaikwad
On Thursday 29 November 2012 11:55 PM, Stephen Warren wrote: On 11/28/2012 11:12 PM, Prashant Gaikwad wrote: On Tuesday 27 November 2012 12:29 PM, Sivaram Nair wrote: This patch moves some stuff away from mach/clk.h to other mach-tegra files. This is part of the efforts to get rid of mach

Re: [PATCH 1/2] ARM: tegra: remove unused functions in mach/clk.h

2012-11-28 Thread Prashant Gaikwad
); #endif Reviewed-by: Prashant Gaikwad -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 2/2] ARM: tegra: moving stuff away from mach/clk.h

2012-11-28 Thread Prashant Gaikwad
rework. It's just that I will have to rebase my changes on this. Reviewed-by: Prashant Gaikwad diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c index 867bf8b..4440626 100644 --- a/arch/arm/mach-tegra/clock.c +++ b/arch/arm/mach-tegra/clock.c @@ -26,6 +26,7 @@ #include

Re: [PATCH 2/2] ARM: tegra: moving stuff away from mach/clk.h

2012-11-28 Thread Prashant Gaikwad
functionality in clock code rework. It's just that I will have to rebase my changes on this. Reviewed-by: Prashant Gaikwad pgaik...@nvidia.com diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c index 867bf8b..4440626 100644 --- a/arch/arm/mach-tegra/clock.c +++ b/arch/arm/mach-tegra

Re: [PATCH 1/2] ARM: tegra: remove unused functions in mach/clk.h

2012-11-28 Thread Prashant Gaikwad
tegra_clk_ex_param p, u32 setting); #endif Reviewed-by: Prashant Gaikwad pgaik...@nvidia.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 0/2] Device tree updates for host1x support

2012-11-15 Thread Prashant Gaikwad
I haven't seen any movement towards this:-( Oh yes, please. We wouldn't have any of the above problem if we had proper DT bindings for this. Who needs to be prodded to speed this up? I believe one of Peter De Schrijver or Prashant Gaikwad are supposed to be working on this. I am working

Re: [PATCH 0/2] Device tree updates for host1x support

2012-11-15 Thread Prashant Gaikwad
I haven't seen any movement towards this:-( Oh yes, please. We wouldn't have any of the above problem if we had proper DT bindings for this. Who needs to be prodded to speed this up? I believe one of Peter De Schrijver or Prashant Gaikwad are supposed to be working on this. I am working

[PATCH v4 6/6] ARM: tegra: Remove duplicate code

2012-08-06 Thread Prashant Gaikwad
Remove Tegra legacy clock framework code. Signed-off-by: Prashant Gaikwad --- arch/arm/mach-tegra/clock.c | 632 -- arch/arm/mach-tegra/clock.h | 89 -- arch/arm/mach-tegra/common.c |3 - 3 files changed, 0 insertions(+), 724 deletions

[PATCH v4 4/6] ARM: tegra: Add clk_tegra structure and helper functions

2012-08-06 Thread Prashant Gaikwad
Add Tegra platform specific clock structure clk_tegra and some helper functions for generic clock framework. struct clk_tegra is the single strcture used for all types of clocks. reset and cfg_ex ops moved to clk_tegra from clk_ops. Signed-off-by: Prashant Gaikwad --- arch/arm/mach-tegra

[PATCH v4 3/6] ARM: tegra: Rename tegra20 clock file

2012-08-06 Thread Prashant Gaikwad
Make the name consistent with other files. s/tegra2/tegra20 Signed-off-by: Prashant Gaikwad --- arch/arm/mach-tegra/Makefile |2 +- .../{tegra2_clocks.c => tegra20_clocks.c} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename arch/arm/mach-te

[PATCH v4 0/6] Port Tegra to generic clk framework

2012-08-06 Thread Prashant Gaikwad
. - Fix Tegra30 periph clk ref count check. v2: - Rebased on Tegra's for-3.6/common-clk. Prashant Gaikwad (6): ARM: tegra30: Separate out clk ops and clk data ARM: tegra20: Separate out clk ops and clk data ARM: tegra: Rename tegra20 clock file ARM: tegra: Add clk_tegra structure and helper

[PATCH v4 0/6] Port Tegra to generic clk framework

2012-08-06 Thread Prashant Gaikwad
. - Fix Tegra30 periph clk ref count check. v2: - Rebased on Tegra's for-3.6/common-clk. Prashant Gaikwad (6): ARM: tegra30: Separate out clk ops and clk data ARM: tegra20: Separate out clk ops and clk data ARM: tegra: Rename tegra20 clock file ARM: tegra: Add clk_tegra structure and helper

[PATCH v4 3/6] ARM: tegra: Rename tegra20 clock file

2012-08-06 Thread Prashant Gaikwad
Make the name consistent with other files. s/tegra2/tegra20 Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com --- arch/arm/mach-tegra/Makefile |2 +- .../{tegra2_clocks.c = tegra20_clocks.c} |0 2 files changed, 1 insertions(+), 1 deletions(-) rename

[PATCH v4 4/6] ARM: tegra: Add clk_tegra structure and helper functions

2012-08-06 Thread Prashant Gaikwad
Add Tegra platform specific clock structure clk_tegra and some helper functions for generic clock framework. struct clk_tegra is the single strcture used for all types of clocks. reset and cfg_ex ops moved to clk_tegra from clk_ops. Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com --- arch

[PATCH v4 6/6] ARM: tegra: Remove duplicate code

2012-08-06 Thread Prashant Gaikwad
Remove Tegra legacy clock framework code. Signed-off-by: Prashant Gaikwad pgaik...@nvidia.com --- arch/arm/mach-tegra/clock.c | 632 -- arch/arm/mach-tegra/clock.h | 89 -- arch/arm/mach-tegra/common.c |3 - 3 files changed, 0 insertions

Re: [PATCH 2/2] [RFC] cpufreq: omap: scale regulator from clk notifier

2012-07-16 Thread Prashant Gaikwad
On Saturday 14 July 2012 05:46 AM, Mike Turquette wrote: This patch moves direct control of the MPU voltage regulator out of the cpufreq driver .target callback and instead puts that logic into a clock rate change notifier callback. The same frequency/voltage lookup via the OPP library is

Re: [PATCH] clk: fix compile for OF && !COMMON_CLK

2012-07-16 Thread Prashant Gaikwad
Reported-by: Prashant Gaikwad Signed-off-by: Rob Herring --- drivers/clk/clkdev.c |2 +- include/linux/clk.h |7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/clk/clkdev.c b/drivers/clk/clkdev.c index 20649b3..8f87b0f 100644 --- a/drivers/clk/clkdev

Re: [PATCH] clk: fix compile for OF !COMMON_CLK

2012-07-16 Thread Prashant Gaikwad
On Tuesday 17 July 2012 03:16 AM, Rob Herring wrote: From: Rob Herringrob.herr...@calxeda.com With commit 766e6a4ec602d0c107 (clk: add DT clock binding support), compiling with OF !COMMON_CLK is broken. Thanks Rob!! This patch fixed the build failure for Tegra. Reported-by: Alexandre

Re: [PATCH 2/2] [RFC] cpufreq: omap: scale regulator from clk notifier

2012-07-16 Thread Prashant Gaikwad
On Saturday 14 July 2012 05:46 AM, Mike Turquette wrote: This patch moves direct control of the MPU voltage regulator out of the cpufreq driver .target callback and instead puts that logic into a clock rate change notifier callback. The same frequency/voltage lookup via the OPP library is

<    1   2   3