All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benoit Cousson <bcousson@baylibre.com>
To: Nishanth Menon <nm@ti.com>, Tony Lindgren <tony@atomide.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
Date: Tue, 22 Oct 2013 17:49:10 +0200	[thread overview]
Message-ID: <52669E76.2010702@baylibre.com> (raw)
In-Reply-To: <1381937948-27057-1-git-send-email-nm@ti.com>

Hi Nishanth,

On 16/10/2013 17:39, Nishanth Menon wrote:
> Hi,
>
> This series enables the use of cpufreq-cpu0 generic driver for all
> OMAP and related derivatives. Only patch#8 in the series, which
> introduces CPU clock nodes, depends on Tero's V8 patch series for clock
> nodes[1]
>
> I will stop copy pasting the series complete history and point at [2].
>
> Main changes since V6[3]:
> - squashed patches for a minimal set
> - i have organized the series such that 1 to 7 can immediately be merged
>    if desired:
> 	- patches 1,2,3 can go to Tony's omap-for-v3.13/quirk [4]
> 	- patches 4-7 can go to Benoit's for_3.13/dts [5]

I've just applied them in my DTS tree.

Thanks,
Benoit

> 	- patch 8 needs to depend on [1] and should eventually go to [5]
>
> NOTES: obviously without clock nodes cpufreq will not function.
>
> Test Script: http://pastebin.com/VvJPjsne
>
> Test-log:
> BeagleBoard-XM (OMAP36xx): http://pastebin.com/XZDNaHPf
> PandaBoard-ES (OMAP4460): http://pastebin.com/qQCmA2ng
> BeagleBone-Black(AM335x): http://pastebin.com/98FX4uYW
> OMAP5uEVM (OMAP5432): http://pastebin.com/NXj3L636
> DRA7-EVM (DRA7xx): http://pastebin.com/0kKT3TXy
>
> J Keerthy (3):
>    ARM: dts: dra7-evm: add smps123 supply for CPU
>    ARM: dts: OMAP5: Add CPU OPP table
>    ARM: dts: DRA7: Add CPU OPP table
>
> Nishanth Menon (5):
>    ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
>    ARM: OMAP2+: add missing lateinit hook for calling pm late init
>    ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
>    ARM: dts: omap5-uevm: add smps123 supply for CPU
>    ARM: dts: OMAP3: add clock nodes for CPU
>
> [1] http://marc.info/?t=138133284200006&r=1&w=2
> [2] http://marc.info/?l=linux-arm-kernel&m=136804009618594&w=2
> [3] http://marc.info/?l=devicetree&m=138135419203492&w=2
> [4] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.13/quirk
>
>   arch/arm/boot/dts/am33xx.dtsi       |    4 ++++
>   arch/arm/boot/dts/dra7-evm.dts      |    4 ++++
>   arch/arm/boot/dts/dra7.dtsi         |   13 ++++++++++++-
>   arch/arm/boot/dts/omap3.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap4.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap5-uevm.dts    |    4 ++++
>   arch/arm/boot/dts/omap5.dtsi        |   15 ++++++++++++++-
>   arch/arm/mach-omap2/board-generic.c |    4 ++++
>   arch/arm/mach-omap2/common.h        |    4 ++++
>   arch/arm/mach-omap2/io.c            |   20 ++++++++++++++++++++
>   arch/arm/mach-omap2/opp.c           |    4 ++++
>   arch/arm/mach-omap2/pm.c            |   12 +++++++++---
>   12 files changed, 89 insertions(+), 5 deletions(-)
>
> Regards,
> Nishanth Menon
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: bcousson@baylibre.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
Date: Tue, 22 Oct 2013 17:49:10 +0200	[thread overview]
Message-ID: <52669E76.2010702@baylibre.com> (raw)
In-Reply-To: <1381937948-27057-1-git-send-email-nm@ti.com>

Hi Nishanth,

On 16/10/2013 17:39, Nishanth Menon wrote:
> Hi,
>
> This series enables the use of cpufreq-cpu0 generic driver for all
> OMAP and related derivatives. Only patch#8 in the series, which
> introduces CPU clock nodes, depends on Tero's V8 patch series for clock
> nodes[1]
>
> I will stop copy pasting the series complete history and point at [2].
>
> Main changes since V6[3]:
> - squashed patches for a minimal set
> - i have organized the series such that 1 to 7 can immediately be merged
>    if desired:
> 	- patches 1,2,3 can go to Tony's omap-for-v3.13/quirk [4]
> 	- patches 4-7 can go to Benoit's for_3.13/dts [5]

I've just applied them in my DTS tree.

Thanks,
Benoit

> 	- patch 8 needs to depend on [1] and should eventually go to [5]
>
> NOTES: obviously without clock nodes cpufreq will not function.
>
> Test Script: http://pastebin.com/VvJPjsne
>
> Test-log:
> BeagleBoard-XM (OMAP36xx): http://pastebin.com/XZDNaHPf
> PandaBoard-ES (OMAP4460): http://pastebin.com/qQCmA2ng
> BeagleBone-Black(AM335x): http://pastebin.com/98FX4uYW
> OMAP5uEVM (OMAP5432): http://pastebin.com/NXj3L636
> DRA7-EVM (DRA7xx): http://pastebin.com/0kKT3TXy
>
> J Keerthy (3):
>    ARM: dts: dra7-evm: add smps123 supply for CPU
>    ARM: dts: OMAP5: Add CPU OPP table
>    ARM: dts: DRA7: Add CPU OPP table
>
> Nishanth Menon (5):
>    ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
>    ARM: OMAP2+: add missing lateinit hook for calling pm late init
>    ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
>    ARM: dts: omap5-uevm: add smps123 supply for CPU
>    ARM: dts: OMAP3: add clock nodes for CPU
>
> [1] http://marc.info/?t=138133284200006&r=1&w=2
> [2] http://marc.info/?l=linux-arm-kernel&m=136804009618594&w=2
> [3] http://marc.info/?l=devicetree&m=138135419203492&w=2
> [4] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.13/quirk
>
>   arch/arm/boot/dts/am33xx.dtsi       |    4 ++++
>   arch/arm/boot/dts/dra7-evm.dts      |    4 ++++
>   arch/arm/boot/dts/dra7.dtsi         |   13 ++++++++++++-
>   arch/arm/boot/dts/omap3.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap4.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap5-uevm.dts    |    4 ++++
>   arch/arm/boot/dts/omap5.dtsi        |   15 ++++++++++++++-
>   arch/arm/mach-omap2/board-generic.c |    4 ++++
>   arch/arm/mach-omap2/common.h        |    4 ++++
>   arch/arm/mach-omap2/io.c            |   20 ++++++++++++++++++++
>   arch/arm/mach-omap2/opp.c           |    4 ++++
>   arch/arm/mach-omap2/pm.c            |   12 +++++++++---
>   12 files changed, 89 insertions(+), 5 deletions(-)
>
> Regards,
> Nishanth Menon
>


-- 
Beno?t Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

WARNING: multiple messages have this Message-ID (diff)
From: Benoit Cousson <bcousson@baylibre.com>
To: Nishanth Menon <nm@ti.com>, Tony Lindgren <tony@atomide.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
Date: Tue, 22 Oct 2013 17:49:10 +0200	[thread overview]
Message-ID: <52669E76.2010702@baylibre.com> (raw)
In-Reply-To: <1381937948-27057-1-git-send-email-nm@ti.com>

Hi Nishanth,

On 16/10/2013 17:39, Nishanth Menon wrote:
> Hi,
>
> This series enables the use of cpufreq-cpu0 generic driver for all
> OMAP and related derivatives. Only patch#8 in the series, which
> introduces CPU clock nodes, depends on Tero's V8 patch series for clock
> nodes[1]
>
> I will stop copy pasting the series complete history and point at [2].
>
> Main changes since V6[3]:
> - squashed patches for a minimal set
> - i have organized the series such that 1 to 7 can immediately be merged
>    if desired:
> 	- patches 1,2,3 can go to Tony's omap-for-v3.13/quirk [4]
> 	- patches 4-7 can go to Benoit's for_3.13/dts [5]

I've just applied them in my DTS tree.

Thanks,
Benoit

> 	- patch 8 needs to depend on [1] and should eventually go to [5]
>
> NOTES: obviously without clock nodes cpufreq will not function.
>
> Test Script: http://pastebin.com/VvJPjsne
>
> Test-log:
> BeagleBoard-XM (OMAP36xx): http://pastebin.com/XZDNaHPf
> PandaBoard-ES (OMAP4460): http://pastebin.com/qQCmA2ng
> BeagleBone-Black(AM335x): http://pastebin.com/98FX4uYW
> OMAP5uEVM (OMAP5432): http://pastebin.com/NXj3L636
> DRA7-EVM (DRA7xx): http://pastebin.com/0kKT3TXy
>
> J Keerthy (3):
>    ARM: dts: dra7-evm: add smps123 supply for CPU
>    ARM: dts: OMAP5: Add CPU OPP table
>    ARM: dts: DRA7: Add CPU OPP table
>
> Nishanth Menon (5):
>    ARM: OMAP3+: do not register non-dt OPP tables for device tree boot
>    ARM: OMAP2+: add missing lateinit hook for calling pm late init
>    ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
>    ARM: dts: omap5-uevm: add smps123 supply for CPU
>    ARM: dts: OMAP3: add clock nodes for CPU
>
> [1] http://marc.info/?t=138133284200006&r=1&w=2
> [2] http://marc.info/?l=linux-arm-kernel&m=136804009618594&w=2
> [3] http://marc.info/?l=devicetree&m=138135419203492&w=2
> [4] https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=omap-for-v3.13/quirk
>
>   arch/arm/boot/dts/am33xx.dtsi       |    4 ++++
>   arch/arm/boot/dts/dra7-evm.dts      |    4 ++++
>   arch/arm/boot/dts/dra7.dtsi         |   13 ++++++++++++-
>   arch/arm/boot/dts/omap3.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap4.dtsi        |    5 +++++
>   arch/arm/boot/dts/omap5-uevm.dts    |    4 ++++
>   arch/arm/boot/dts/omap5.dtsi        |   15 ++++++++++++++-
>   arch/arm/mach-omap2/board-generic.c |    4 ++++
>   arch/arm/mach-omap2/common.h        |    4 ++++
>   arch/arm/mach-omap2/io.c            |   20 ++++++++++++++++++++
>   arch/arm/mach-omap2/opp.c           |    4 ++++
>   arch/arm/mach-omap2/pm.c            |   12 +++++++++---
>   12 files changed, 89 insertions(+), 5 deletions(-)
>
> Regards,
> Nishanth Menon
>


-- 
Benoît Cousson
BayLibre
Embedded Linux Technology Lab
www.baylibre.com

  parent reply	other threads:[~2013-10-22 15:49 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-16 15:39 [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot Nishanth Menon
2013-10-16 15:39 ` Nishanth Menon
2013-10-16 15:39 ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 1/8] ARM: OMAP3+: do not register non-dt OPP tables " Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 2/8] ARM: OMAP2+: add missing lateinit hook for calling pm late init Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 3/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-22 15:11   ` Tony Lindgren
2013-10-22 15:11     ` Tony Lindgren
2013-10-16 15:39 ` [PATCH V7 4/8] ARM: dts: omap5-uevm: add smps123 supply for CPU Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 5/8] ARM: dts: dra7-evm: " Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
     [not found] ` <1381937948-27057-1-git-send-email-nm-l0cyMroinI0@public.gmane.org>
2013-10-16 15:39   ` [PATCH V7 6/8] ARM: dts: OMAP5: Add CPU OPP table Nishanth Menon
2013-10-16 15:39     ` Nishanth Menon
2013-10-16 15:39     ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 7/8] ARM: dts: DRA7: " Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39 ` [PATCH V7 8/8] ARM: dts: OMAP3: add clock nodes for CPU Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-16 15:39   ` Nishanth Menon
2013-10-22 15:49 ` Benoit Cousson [this message]
2013-10-22 15:49   ` [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot Benoit Cousson
2013-10-22 15:49   ` Benoit Cousson
2013-12-23  9:54 ` Viresh Kumar
2013-12-23  9:54   ` Viresh Kumar

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=52669E76.2010702@baylibre.com \
    --to=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=tony@atomide.com \
    /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.