public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_init
Date: Fri, 13 Nov 2015 14:33:34 +0100	[thread overview]
Message-ID: <5645E6AE.4040402@sigmadesigns.com> (raw)
In-Reply-To: <1447412292-841-1-git-send-email-daniel.lezcano@linaro.org>

On 13/11/2015 11:58, Daniel Lezcano wrote:

> The current code to initialize, register and read the clocksource is
> already factored out in mmio.c via the clocksource_mmio_init function.
> 
> Factor out the code with the clocksource_mmio_init function.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---
>  drivers/clocksource/tango_xtal.c | 18 +++---------------
>  1 file changed, 3 insertions(+), 15 deletions(-)

Hello Daniel,

I think you also need:

diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 63c878d4d9e3..92bf3fc3e646 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -278,6 +278,7 @@ config CLKSRC_MIPS_GIC
 config CLKSRC_TANGO_XTAL
        bool
        select CLKSRC_OF
+       select CLKSRC_MMIO
 
 config CLKSRC_PXA
        def_bool y if ARCH_PXA || ARCH_SA1100


Otherwise, we'll get "undefined reference" link errors.

Regards.


  parent reply	other threads:[~2015-11-13 13:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13 10:58 [PATCH] clocksource/drivers/tango-xtal: Replace code by clocksource_mmio_init Daniel Lezcano
2015-11-13 12:20 ` Marc Gonzalez
2015-11-13 14:16   ` Daniel Lezcano
2015-11-13 14:39     ` Marc Gonzalez
2015-11-13 15:26       ` Thomas Gleixner
2015-11-13 15:39         ` Marc Gonzalez
2015-11-17 12:22   ` Daniel Lezcano
2015-11-17 12:48     ` Marc Gonzalez
2015-11-17 13:08       ` Måns Rullgård
2015-11-17 13:11       ` Daniel Lezcano
2015-11-13 13:33 ` Marc Gonzalez [this message]
2015-11-13 14:18   ` Daniel Lezcano

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=5645E6AE.4040402@sigmadesigns.com \
    --to=marc_gonzalez@sigmadesigns.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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