Re: [PATCH 0/6] system control module device and support for temperature sensor

2011-09-22 Thread Paul Walmsley
On Thu, 22 Sep 2011, Keerthy wrote: The patch series adds support of system control module device and adds support temperature sensor. The patch series adds hwmod for system control module and enables the clocks for temperature sensor. The OMAP4460 specific register set data for the on die

Re: [PATCH 1/6] OMAP4: Adding the temperature sensor register set bit fields

2011-09-22 Thread Paul Walmsley
On Thu, 22 Sep 2011, Keerthy wrote: OMAP4460 specific temperature sensor register bit fields are added. Existing OMAP4 entries are renamed to OMAP4430. This patch ignores the comments posted here: http://marc.info/?l=linux-omapm=131483545602617w=2 Please fix. - Paul Signed-off-by:

Re: [PATCH 2/6] OMAP4: Clock: Associate clocks for OMAP temperature sensor

2011-09-22 Thread Paul Walmsley
On Thu, 22 Sep 2011, Keerthy wrote: div_ts_ck feeds only the temperature sensor functional clock and also has a clksel associated (for divider selection). Mapping this as well as the bandgap_ts_fclk the fclk of temperature sensor in clkdev table, so a clk_set_rate() on the div_ts_ck in the

Re: [PATCH 6/6] OMAP4460: Clock: Adding support for 4460 specific clocks

2011-09-22 Thread Paul Walmsley
On Thu, 22 Sep 2011, Keerthy wrote: From: Vishwanath BS vishwanath...@ti.com OMAP4460 specific clocks are not getting added as the cpu_is_omap44xx is choosing only OMAP4430 specific clock nodes. Changing it to add to OMAP4460 specific clocks also. This is clocks are required of

Re: [PATCH 2/6] OMAP4: Clock: Associate clocks for OMAP temperature sensor

2011-09-22 Thread J, KEERTHY
On Fri, Sep 23, 2011 at 10:48 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 22 Sep 2011, Keerthy wrote: div_ts_ck feeds only the temperature sensor functional clock and also has a clksel associated (for divider selection). Mapping this as well as the bandgap_ts_fclk the fclk of temperature

Re: [PATCH v2 5/5] OMAPDSS: HDMI: Add support to dump clocks through

2011-09-22 Thread K, Mythri P
Hi, On Thu, Sep 22, 2011 at 5:31 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote: On Thu, 2011-09-22 at 13:37 +0530, mythr...@ti.com wrote: From: Mythri P K mythr...@ti.com Add support to dump the HDMI regm, regn, and other clock parameters. The subjects of this and previous patch seem to be

Re: [PATCH 0/6] system control module device and support for temperature sensor

2011-09-22 Thread J, KEERTHY
On Fri, Sep 23, 2011 at 10:45 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 22 Sep 2011, Keerthy wrote: The patch series adds support of system control module device and adds support temperature sensor. The patch series adds hwmod for system control module and enables the clocks for

Re: [PATCH 1/6] OMAP4: Adding the temperature sensor register set bit fields

2011-09-22 Thread J, KEERTHY
On Fri, Sep 23, 2011 at 10:46 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 22 Sep 2011, Keerthy wrote: OMAP4460 specific temperature sensor register bit fields are added. Existing OMAP4 entries are renamed to OMAP4430. This patch ignores the comments posted here:

Re: [PATCH 2/6] OMAP4: Clock: Associate clocks for OMAP temperature sensor

2011-09-22 Thread Paul Walmsley
On Fri, 23 Sep 2011, J, KEERTHY wrote: On Fri, Sep 23, 2011 at 10:48 AM, Paul Walmsley p...@pwsan.com wrote: On Thu, 22 Sep 2011, Keerthy wrote: ---  arch/arm/mach-omap2/clock44xx_data.c |    4 ++--  1 files changed, 2 insertions(+), 2 deletions(-) diff --git

<    1   2