[PATCHV3] OMAP3630: Clock: Workaround for DPLL HS divider limitation

2010-02-09 Thread G.N, Vijayakumar
From: Mike Turquette mturque...@ti.com Date: Fri, 5 Feb 2010 19:09:52 +0530 Subject: [PATCH] OMAP3630: Clock: Workaround for DPLL HS divider limitation This patch implements a workaround for the DPLL HS divider limitation in OMAP3630 as given by Errata ID: i556. Errata: When PWRDN bit is set, it

RE: [PATCHV3] OMAP3630: Clock: Workaround for DPLL HS divider limitation

2010-02-09 Thread G.N, Vijayakumar
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, February 10, 2010 11:33 AM To: G.N, Vijayakumar Cc: linux-omap@vger.kernel.org; Sripathy, Vishwanath; Turquette, Mike; khil...@deeprootsystems.com Subject: Re: [PATCHV3] OMAP3630: Clock: Workaround

RE: [PATCHV3] OMAP3630: Clock: Workaround for DPLL HS divider limitation

2010-02-09 Thread G.N, Vijayakumar
Thanks :) -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, February 10, 2010 11:55 AM To: G.N, Vijayakumar Cc: linux-omap@vger.kernel.org; Sripathy, Vishwanath; Turquette, Mike; khil...@deeprootsystems.com Subject: RE: [PATCHV3] OMAP3630: Clock

RE: [PATCHV3] OMAP3630: Clock: Workaround for DPLL HS divider limitation

2010-02-09 Thread G.N, Vijayakumar
No Comments. -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, February 10, 2010 12:09 PM To: G.N, Vijayakumar Cc: linux-omap@vger.kernel.org; Sripathy, Vishwanath; Turquette, Mike; khil...@deeprootsystems.com Subject: RE: [PATCHV3] OMAP3630: Clock

RE: [PATCHV2 2/2] OMAP3630: Clock: Fixing HSDivider Limitation

2010-01-19 Thread G.N, Vijayakumar
-Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Tuesday, January 19, 2010 11:39 PM To: Turquette, Mike Cc: Kauppi Ari (EXT-Ixonos/Oulu); G.N, Vijayakumar; linux-omap@vger.kernel.org; khil...@deeprootsystems.com; Sripathy, Vishwanath Subject: Re: [PATCHV2 2/2

RE: [PATCHV2 2/2] OMAP3630: Clock: Fixing HSDivider Limitation

2010-01-19 Thread G.N, Vijayakumar
:) Thanks.. -Original Message- From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Wednesday, January 20, 2010 11:15 AM To: G.N, Vijayakumar Cc: Turquette, Mike; Kauppi Ari (EXT-Ixonos/Oulu); linux-omap@vger.kernel.org; khil...@deeprootsystems.com; Sripathy, Vishwanath Subject: RE

[PATCHV2 0/2] OMAP3630: Clock: Workaround for DPLL HS divider limitation

2010-01-18 Thread G.N, Vijayakumar
From e599557dc73a581001b39d595cfacdc45ec2 Mon Sep 17 00:00:00 2001 From: Vijaykumar GN vijaykumar...@ti.com Date: Tue, 12 Jan 2010 17:15:29 +0530 Subject: [PATCH 0/2] OMAP3630: Clock: Workaround for DPLL HS divider limitation This series of patch implements a workaround for the DPLL HS

[PATCHV2 1/2] OMAP3630: Clock: add clksel_shift to struct clk

2010-01-18 Thread G.N, Vijayakumar
From f9a7f877368830fdf28f9892940d05517f07a582 Mon Sep 17 00:00:00 2001 From: Mike Turquette mturque...@ti.com Date: Tue, 12 Jan 2010 16:58:39 +0530 Subject: [PATCH 1/2] OMAP3630: Clock: add clksel_shift to struct clk Introduces clksel_shift to struct clk and populates the same for dpll4_m3_ck,

[PATCHV2 2/2] OMAP3630: Clock: Fixing HSDivider Limitation

2010-01-18 Thread G.N, Vijayakumar
From 719417657425d4f12369b5ddad79c86baddfefa5 Mon Sep 17 00:00:00 2001 From: Mike Turquette mturque...@ti.com Date: Mon, 18 Jan 2010 17:38:19 +0530 Subject: [PATCH 2/2] OMAP3630: Clock: Fixing HSDivider Limitation It implements the recommended sequence to solve HS divider PWRDN limitation in

RE: [PATCH] OMAP3630 PM: Correct VDD1/VDD2 Retention and On voltage

2010-01-12 Thread G.N, Vijayakumar
Yes, If you have already thought of some specific place holder please let me know Thanks Vijay -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Wednesday, January 13, 2010 1:15 AM To: G.N, Vijayakumar Cc: linux-omap@vger.kernel.org; Sripathy

[PATCH] OMAP3630 PM: Correct VDD1/VDD2 Retention and On voltage

2010-01-03 Thread G.N, Vijayakumar
From 61474f885fe048dd1b8b6f17cfbd1690ff281c49 Mon Sep 17 00:00:00 2001 From: Vijaykumar GN vijaykumar...@ti.com Date: Mon, 21 Dec 2009 12:43:14 +0530 Subject: [PATCH] OMAP3630 PM: Correct VDD1/VDD2 Retention and On voltage For OMAP3630 Retention Voltage must be set to OPP25 1. vdd1 retention

[PATCH 0/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
With 3 patches I am trying to 1. Remove hardcoded VDD1 OPP values and make threshold generic 2. Remove hardcoded VDD2 OPP values and make threshold generic 3. adding new api inplace of MIN/MAX_VDD1/VDD2_OPP to support 3630 OPP constraning along with the existing 3430 constraint.

[PATCH 1/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From e5e225fc19410178ad378acc74183a1bf1f0251a Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 14:39:59 +0530 Subject: [PATCH 1/3] omap3: pm: Adding facility to support OPP dynamically introduce new accessor api's for 1. Correcting VDD2 DVFS OPP threshold

[PATCH 2/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From 3a4213ec9284c04e1a6a3b14094819e70ac951d9 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:06:30 +0530 Subject: [PATCH 2/3] Correct VDD2 DVFS OPP threshold VDD2 OPP is linked with VDD1 OPP. THis patch removes hardcoded VDD2 OPP values and make

[PATCH 3/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
From 202416dbdf3fce31bfd76f1e74dda89b382a78c3 Mon Sep 17 00:00:00 2001 From: Vijay Kumar vijaykumar...@ti.com Date: Thu, 19 Nov 2009 15:07:38 +0530 Subject: [PATCH 3/3] OMAP 3630: Update VDD2 values The OMAP3630 VDD2 minimum value is 1 and Maximum value is 2. The VDD2 API's are updated to return

RE: [PATCH 3/3] omap3: pm: removes hardcoded VDD1/2 OPP values and make threshold generic

2009-11-19 Thread G.N, Vijayakumar
multiple OMAP cpu types. Please disregard the above patch series Best Regards Vijay -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G.N, Vijayakumar Sent: Thursday, November 19, 2009 4:56 PM To: khil