All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
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 15:18:42 +0100	[thread overview]
Message-ID: <5645F142.4080403@linaro.org> (raw)
In-Reply-To: <5645E6AE.4040402@sigmadesigns.com>

On 11/13/2015 02:33 PM, Marc Gonzalez wrote:
> 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.

Ok, thanks for spotting that. It did not happen because the dependency 
was set by another driver (using COMPILE_TEST).

Will fix it.

   -- Daniel


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


      reply	other threads:[~2015-11-13 14:18 UTC|newest]

Thread overview: 21+ 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 12:20   ` Marc Gonzalez
2015-11-13 14:16   ` Daniel Lezcano
2015-11-13 14:16     ` Daniel Lezcano
2015-11-13 14:39     ` Marc Gonzalez
2015-11-13 14:39       ` Marc Gonzalez
2015-11-13 15:26       ` Thomas Gleixner
2015-11-13 15:26         ` Thomas Gleixner
2015-11-13 15:39         ` Marc Gonzalez
2015-11-13 15:39           ` Marc Gonzalez
2015-11-17 12:22   ` Daniel Lezcano
2015-11-17 12:22     ` Daniel Lezcano
2015-11-17 12:48     ` Marc Gonzalez
2015-11-17 12:48       ` Marc Gonzalez
2015-11-17 13:08       ` Måns Rullgård
2015-11-17 13:08         ` Måns Rullgård
2015-11-17 13:11       ` Daniel Lezcano
2015-11-17 13:11         ` Daniel Lezcano
2015-11-13 13:33 ` Marc Gonzalez
2015-11-13 14:18   ` Daniel Lezcano [this message]

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=5645F142.4080403@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc_gonzalez@sigmadesigns.com \
    --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 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.