linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/6] ARM: clocksource: Initialise early
Date: Tue, 11 Dec 2012 12:51:27 +0000	[thread overview]
Message-ID: <19362966.Oyuy1aUOFc@avalon> (raw)
In-Reply-To: <1355195254-4563-2-git-send-email-horms+renesas@verge.net.au>

Hi Simon,

Thanks for the patch.

Could you please CC LKML on this one ? It targets a wider audience than the 
SH-specific patches.

On Tuesday 11 December 2012 12:07:29 Simon Horman wrote:
> Initialise clock sources early, since some subsystems rely on them to
> initialize
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> ---
> 
> v3
> * Initial post
> ---
>  drivers/Makefile |    8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/Makefile b/drivers/Makefile
> index a16a8d0..eba9b58 100644
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -37,6 +37,11 @@ obj-$(CONFIG_XEN)		+= xen/
>  # regulators early, since some subsystems rely on them to initialize
>  obj-$(CONFIG_REGULATOR)		+= regulator/
> 
> +# clocksource early, since some subsystems rely on them to initialize
> +ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
> +obj-y				+= clocksource/
> +endif
> +
>  # tty/ comes before char/ so that the VT console is the boot-time
>  # default.
>  obj-y				+= tty/
> @@ -114,9 +119,6 @@ obj-y				+= firmware/
>  obj-$(CONFIG_CRYPTO)		+= crypto/
>  obj-$(CONFIG_SUPERH)		+= sh/
>  obj-$(CONFIG_ARCH_SHMOBILE)	+= sh/
> -ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
> -obj-y				+= clocksource/
> -endif
>  obj-$(CONFIG_DCA)		+= dca/
>  obj-$(CONFIG_HID)		+= hid/
>  obj-$(CONFIG_PPC_PS3)		+= ps3/
-- 
Regards,

Laurent Pinchart


  reply	other threads:[~2012-12-11 12:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11  3:07 [PATCH 0/6 v3] ARM: mach-shmobile: kzm9g: Reference DT implementation Simon Horman
2012-12-11  3:07 ` [PATCH 1/6] ARM: clocksource: Initialise early Simon Horman
2012-12-11 12:51   ` Laurent Pinchart [this message]
2012-12-13  0:41     ` Simon Horman
2012-12-11  3:07 ` [PATCH 2/6] ARM: mach-shmobile: sh73a0: Allow initialisation of GIC by DT Simon Horman
2012-12-11  3:07 ` [PATCH 3/6] ARM: mach-shmobile: sh73a0: Minimal setup using DT Simon Horman
2012-12-11  3:07 ` [PATCH 4/6] ARM: mach-shmobile: sh73a0: Initialise MMCIF " Simon Horman
2012-12-11  3:07 ` [PATCH 5/6] ARM: mach-shmobile: kzm9g: use voltage regulators by default Simon Horman
2012-12-11  3:07 ` [PATCH 6/6] ARM: mach-shmobile: kzm9g: Reference DT implementation Simon Horman

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=19362966.Oyuy1aUOFc@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).