All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>,
	linux-pm@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	cpufreq@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Rob Landley <rob@landley.net>, Tony Lindgren <tony@atomide.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Randy Dunlap <rdunlap@infradead.org>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Sascha Hauer <kernel@pengutronix.de>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Shawn Guo <shawn.guo@linaro.org>,
	Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>
Subject: Re: [PATCH 0/3] PM / OPP: rename to dev_pm_opp * equivalents
Date: Thu, 19 Sep 2013 16:14:09 -0500	[thread overview]
Message-ID: <20130919211409.GA17419@kahuna> (raw)
In-Reply-To: <1379624632-17356-1-git-send-email-nm@ti.com>

On 16:03-20130919, Nishanth Menon wrote:
> Hi,
> 
> Based on [1], Randy rightly pointed out that OPP functions and data
> structures could be a bit specific to Power management.
> 
> So, the following series is based on v3.12-rc1 tag.
> 
> If folks like it broken in a different way, I am open to suggestions.
> 
> Nishanth Menon (3):
>   PM / OPP: rename functions to dev_pm_opp*
>   PM / OPP: rename data structures to dev_pm equivalents
>   PM / OPP: rename header to linux/pm_opp.h
> 
>  Documentation/power/opp.txt             |  108 ++++++++++++------------
>  arch/arm/mach-imx/mach-imx6q.c          |    4 +-
>  arch/arm/mach-omap2/board-omap3beagle.c |   10 +--
>  arch/arm/mach-omap2/omap-pm.h           |    2 +-
>  arch/arm/mach-omap2/opp.c               |    6 +-
>  arch/arm/mach-omap2/pm.c                |    8 +-
>  drivers/base/power/opp.c                |  115 ++++++++++++-------------
>  drivers/cpufreq/arm_big_little.c        |    8 +-
>  drivers/cpufreq/arm_big_little_dt.c     |    2 +-
>  drivers/cpufreq/cpufreq-cpu0.c          |   24 +++---
>  drivers/cpufreq/exynos5440-cpufreq.c    |   17 ++--
>  drivers/cpufreq/imx6q-cpufreq.c         |   26 +++---
>  drivers/cpufreq/omap-cpufreq.c          |   12 +--
>  drivers/devfreq/devfreq.c               |   25 +++---
>  drivers/devfreq/exynos/exynos4_bus.c    |   29 +++----
>  drivers/devfreq/exynos/exynos5_bus.c    |   28 +++----
>  include/linux/devfreq.h                 |    6 +-
>  include/linux/opp.h                     |  134 -----------------------------
>  include/linux/pm_opp.h                  |  139 +++++++++++++++++++++++++++++++
>  19 files changed, 357 insertions(+), 346 deletions(-)
>  delete mode 100644 include/linux/opp.h
>  create mode 100644 include/linux/pm_opp.h
> 
> -- 
> 1.7.9.5
> 
Oops.. seems I deleted the link of the discussion - my bad...
[1] http://marc.info/?t=137579467400007&r=1&w=2
-- 
Regards,
Nishanth Menon

WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] PM / OPP: rename to dev_pm_opp * equivalents
Date: Thu, 19 Sep 2013 16:14:09 -0500	[thread overview]
Message-ID: <20130919211409.GA17419@kahuna> (raw)
In-Reply-To: <1379624632-17356-1-git-send-email-nm@ti.com>

On 16:03-20130919, Nishanth Menon wrote:
> Hi,
> 
> Based on [1], Randy rightly pointed out that OPP functions and data
> structures could be a bit specific to Power management.
> 
> So, the following series is based on v3.12-rc1 tag.
> 
> If folks like it broken in a different way, I am open to suggestions.
> 
> Nishanth Menon (3):
>   PM / OPP: rename functions to dev_pm_opp*
>   PM / OPP: rename data structures to dev_pm equivalents
>   PM / OPP: rename header to linux/pm_opp.h
> 
>  Documentation/power/opp.txt             |  108 ++++++++++++------------
>  arch/arm/mach-imx/mach-imx6q.c          |    4 +-
>  arch/arm/mach-omap2/board-omap3beagle.c |   10 +--
>  arch/arm/mach-omap2/omap-pm.h           |    2 +-
>  arch/arm/mach-omap2/opp.c               |    6 +-
>  arch/arm/mach-omap2/pm.c                |    8 +-
>  drivers/base/power/opp.c                |  115 ++++++++++++-------------
>  drivers/cpufreq/arm_big_little.c        |    8 +-
>  drivers/cpufreq/arm_big_little_dt.c     |    2 +-
>  drivers/cpufreq/cpufreq-cpu0.c          |   24 +++---
>  drivers/cpufreq/exynos5440-cpufreq.c    |   17 ++--
>  drivers/cpufreq/imx6q-cpufreq.c         |   26 +++---
>  drivers/cpufreq/omap-cpufreq.c          |   12 +--
>  drivers/devfreq/devfreq.c               |   25 +++---
>  drivers/devfreq/exynos/exynos4_bus.c    |   29 +++----
>  drivers/devfreq/exynos/exynos5_bus.c    |   28 +++----
>  include/linux/devfreq.h                 |    6 +-
>  include/linux/opp.h                     |  134 -----------------------------
>  include/linux/pm_opp.h                  |  139 +++++++++++++++++++++++++++++++
>  19 files changed, 357 insertions(+), 346 deletions(-)
>  delete mode 100644 include/linux/opp.h
>  create mode 100644 include/linux/pm_opp.h
> 
> -- 
> 1.7.9.5
> 
Oops.. seems I deleted the link of the discussion - my bad...
[1] http://marc.info/?t=137579467400007&r=1&w=2
-- 
Regards,
Nishanth Menon

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>, <linux-pm@vger.kernel.org>,
	<linux-doc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-omap@vger.kernel.org>, <cpufreq@vger.kernel.org>,
	<linux-samsung-soc@vger.kernel.org>
Cc: Rob Landley <rob@landley.net>, Shawn Guo <shawn.guo@linaro.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	Russell King <linux@arm.linux.org.uk>,
	Tony Lindgren <tony@atomide.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>,
	Kukjin Kim <kgene.kim@samsung.com>,
	MyungJoo Ham <myungjoo.ham@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Randy Dunlap <rdunlap@infradead.org>
Subject: Re: [PATCH 0/3] PM / OPP: rename to dev_pm_opp * equivalents
Date: Thu, 19 Sep 2013 16:14:09 -0500	[thread overview]
Message-ID: <20130919211409.GA17419@kahuna> (raw)
In-Reply-To: <1379624632-17356-1-git-send-email-nm@ti.com>

On 16:03-20130919, Nishanth Menon wrote:
> Hi,
> 
> Based on [1], Randy rightly pointed out that OPP functions and data
> structures could be a bit specific to Power management.
> 
> So, the following series is based on v3.12-rc1 tag.
> 
> If folks like it broken in a different way, I am open to suggestions.
> 
> Nishanth Menon (3):
>   PM / OPP: rename functions to dev_pm_opp*
>   PM / OPP: rename data structures to dev_pm equivalents
>   PM / OPP: rename header to linux/pm_opp.h
> 
>  Documentation/power/opp.txt             |  108 ++++++++++++------------
>  arch/arm/mach-imx/mach-imx6q.c          |    4 +-
>  arch/arm/mach-omap2/board-omap3beagle.c |   10 +--
>  arch/arm/mach-omap2/omap-pm.h           |    2 +-
>  arch/arm/mach-omap2/opp.c               |    6 +-
>  arch/arm/mach-omap2/pm.c                |    8 +-
>  drivers/base/power/opp.c                |  115 ++++++++++++-------------
>  drivers/cpufreq/arm_big_little.c        |    8 +-
>  drivers/cpufreq/arm_big_little_dt.c     |    2 +-
>  drivers/cpufreq/cpufreq-cpu0.c          |   24 +++---
>  drivers/cpufreq/exynos5440-cpufreq.c    |   17 ++--
>  drivers/cpufreq/imx6q-cpufreq.c         |   26 +++---
>  drivers/cpufreq/omap-cpufreq.c          |   12 +--
>  drivers/devfreq/devfreq.c               |   25 +++---
>  drivers/devfreq/exynos/exynos4_bus.c    |   29 +++----
>  drivers/devfreq/exynos/exynos5_bus.c    |   28 +++----
>  include/linux/devfreq.h                 |    6 +-
>  include/linux/opp.h                     |  134 -----------------------------
>  include/linux/pm_opp.h                  |  139 +++++++++++++++++++++++++++++++
>  19 files changed, 357 insertions(+), 346 deletions(-)
>  delete mode 100644 include/linux/opp.h
>  create mode 100644 include/linux/pm_opp.h
> 
> -- 
> 1.7.9.5
> 
Oops.. seems I deleted the link of the discussion - my bad...
[1] http://marc.info/?t=137579467400007&r=1&w=2
-- 
Regards,
Nishanth Menon

  parent reply	other threads:[~2013-09-19 21:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-19 21:03 [PATCH 0/3] PM / OPP: rename to dev_pm_opp * equivalents Nishanth Menon
2013-09-19 21:03 ` Nishanth Menon
2013-09-19 21:03 ` Nishanth Menon
2013-09-19 21:03 ` [PATCH 1/3] PM / OPP: rename functions to dev_pm_opp* Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-20  7:14   ` Viresh Kumar
2013-09-20  7:14     ` Viresh Kumar
2013-09-20 12:38     ` Nishanth Menon
2013-09-20 12:38       ` Nishanth Menon
2013-09-20 12:38       ` Nishanth Menon
2013-09-20 16:51       ` Viresh Kumar
2013-09-20 16:51         ` Viresh Kumar
2013-09-20 19:07         ` Nishanth Menon
2013-09-20 19:07           ` Nishanth Menon
2013-09-20 19:07           ` Nishanth Menon
2013-09-19 21:03 ` [PATCH 2/3] PM / OPP: rename data structures to dev_pm equivalents Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-19 21:03 ` [PATCH 3/3] PM / OPP: rename header to linux/pm_opp.h Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-19 21:03   ` Nishanth Menon
2013-09-19 21:14 ` Nishanth Menon [this message]
2013-09-19 21:14   ` [PATCH 0/3] PM / OPP: rename to dev_pm_opp * equivalents Nishanth Menon
2013-09-19 21:14   ` Nishanth Menon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130919211409.GA17419@kahuna \
    --to=nm@ti.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=kgene.kim@samsung.com \
    --cc=khilman@deeprootsystems.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=myungjoo.ham@samsung.com \
    --cc=rdunlap@infradead.org \
    --cc=rjw@sisk.pl \
    --cc=rob@landley.net \
    --cc=shawn.guo@linaro.org \
    --cc=sudeep.karkadanagesha@arm.com \
    --cc=tony@atomide.com \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.