All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Nishanth Menon <nm@ti.com>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
	"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, "Paul Walmsley" <paul@pwsan.com>
Subject: Re: [PATCH V7 3/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
Date: Tue, 22 Oct 2013 08:11:35 -0700	[thread overview]
Message-ID: <20131022151135.GN15154@atomide.com> (raw)
In-Reply-To: <1381937948-27057-4-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [131016 08:39]:
> With OMAP3+ and AM33xx supported SoC having defined CPU device tree
> entries with operating-points and clock nodes defined, we can now use
> the SoC generic cpufreq-cpu0 driver by registering appropriate device.

Thanks I'm taking patches 1 - 3 from this series into
omap-for-v3.13/board-removal-take2 because of the dependencies.

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 3/8] ARM: OMAP3+: use cpu0-cpufreq driver in device tree supported boot
Date: Tue, 22 Oct 2013 08:11:35 -0700	[thread overview]
Message-ID: <20131022151135.GN15154@atomide.com> (raw)
In-Reply-To: <1381937948-27057-4-git-send-email-nm@ti.com>

* Nishanth Menon <nm@ti.com> [131016 08:39]:
> With OMAP3+ and AM33xx supported SoC having defined CPU device tree
> entries with operating-points and clock nodes defined, we can now use
> the SoC generic cpufreq-cpu0 driver by registering appropriate device.

Thanks I'm taking patches 1 - 3 from this series into
omap-for-v3.13/board-removal-take2 because of the dependencies.

Tony

  reply	other threads:[~2013-10-22 15:11 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 [this message]
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 ` [PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot Benoit Cousson
2013-10-22 15:49   ` 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=20131022151135.GN15154@atomide.com \
    --to=tony@atomide.com \
    --cc=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=paul@pwsan.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.