public inbox for cpufreq@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@sunsite.dk>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Jason Cooper <jason@lakedaemon.net>,
	rjw@sisk.pl, linux ARM <linux-arm-kernel@lists.infradead.org>,
	cpufreq@vger.kernel.org
Subject: Re: [PATCH 1/3] cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs
Date: Fri, 18 Jan 2013 15:39:56 +0100	[thread overview]
Message-ID: <8738xyimgz.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1358518846-16251-2-git-send-email-andrew@lunn.ch> (Andrew Lunn's message of "Fri, 18 Jan 2013 15:20:44 +0100")

>>>>> "Andrew" == Andrew Lunn <andrew@lunn.ch> writes:

 Andrew> The Marvell Kirkwood SoCs have simple cpufreq support in hardware. The
 Andrew> CPU can either use the a high speed cpu clock, or the slower DDR
 Andrew> clock. Add a driver to swap between these two clock sources.

 Andrew> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
 Andrew> ---
 Andrew>  drivers/clk/mvebu/clk-gating-ctrl.c |    1 +
 Andrew>  drivers/cpufreq/Kconfig.arm         |    6 +
 Andrew>  drivers/cpufreq/Makefile            |    1 +
 Andrew>  drivers/cpufreq/kirkwood-cpufreq.c  |  273 +++++++++++++++++++++++++++++++++++
 Andrew>  4 files changed, 281 insertions(+)
 Andrew>  create mode 100644 drivers/cpufreq/kirkwood-cpufreq.c

 Andrew> +++ b/drivers/cpufreq/Kconfig.arm
 Andrew> @@ -77,6 +77,12 @@ config ARM_EXYNOS5250_CPUFREQ
 Andrew>  	  This adds the CPUFreq driver for Samsung EXYNOS5250
 Andrew>  	  SoC.
 
 Andrew> +config ARM_KIRKWOOD_CPUFREQ
 Andrew> +        def_bool ARCH_KIRKWOOD && OF
 Andrew> +	help

The def_bool should be indented with a <tab>

Otherwise looks good.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2013-01-18 14:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-18 14:20 [PATCH 0/3] Kirkwoode cpufreq driver Andrew Lunn
2013-01-18 14:20 ` [PATCH 1/3] cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs Andrew Lunn
2013-01-18 14:39   ` Peter Korsgaard [this message]
2013-01-20  4:11   ` Viresh Kumar
2013-01-20  8:35     ` Andrew Lunn
2013-01-18 14:20 ` [PATCH 2/3] arm: kirkwood: Instantiate cpufreq driver Andrew Lunn
2013-01-18 14:20 ` [PATCH 3/3] arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfig Andrew Lunn

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=8738xyimgz.fsf@dell.be.48ers.dk \
    --to=jacmet@sunsite.dk \
    --cc=andrew@lunn.ch \
    --cc=cpufreq@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=rjw@sisk.pl \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox