All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Mathieu Rondonneau <mathieu_rondonneau@hotmail.com>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] [PATCH] IPIPE patch for BCM2709/RPI2 (version #4)
Date: Tue, 17 Nov 2015 08:34:16 +0100	[thread overview]
Message-ID: <20151117073416.GC23348@hermes.click-hack.org> (raw)
In-Reply-To: <BLU436-SMTP14366D8D519BC2A3A82E3DBF01D0@phx.gbl>

On Mon, Nov 16, 2015 at 08:05:57PM -0800, Mathieu Rondonneau wrote:
> From fae80ca1c28b6a9e34f597fe63bfce768123337f Mon Sep 17 00:00:00 2001
> From: Mathieu Rondonneau <mathieu.rondonneau@gmail.com>
> Date: Mon, 16 Nov 2015 20:03:28 -0800
> Subject: [PATCH] IPIPE patch for BCM2709/RPI2.
> 
>  - kernel: https://github.com/raspberrypi/linux (rpi-3.18.y)
>    - 1bb18c8f721ef674a447f3622273f2e2de7a205c
>  - xenomai: git://git.xenomai.org/xenomai-3.git (stable-3.0.x)
>    - cb72996a06ae4f29e403e3397324069f1983145e
> ---
>  arch/arm/Kconfig                                 |  2 +-
>  arch/arm/mach-bcm2709/armctrl.c                  |  4 ++++
>  arch/arm/mach-bcm2709/bcm2708_gpio.c             |  6 ++++--
>  arch/arm/mach-bcm2709/bcm2709.c                  |  9 +++++++++
>  arch/arm/mach-bcm2709/include/mach/entry-macro.S | 12 ++++++++++--
>  5 files changed, 28 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 4860d5f..ed45f63 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1058,7 +1058,7 @@ config IPIPE_ARM_KUSER_TSC
>         bool
>         select GENERIC_TIME_VSYSCALL
>         select IPIPE_HAVE_HOSTRT if IPIPE
> -       default y if ARCH_AT91 || ARM_TIMER_SP804 || ARCH_MXC ||
> ARCH_OMAP || PLAT_PXA || PLAT_S3C24XX || ARCH_SA1100
> +       default y if ARCH_AT91 || ARM_TIMER_SP804 || ARCH_MXC ||
> ARCH_OMAP || PLAT_PXA || PLAT_S3C24XX || ARCH_SA1100 || ARCH_BCM2709
>  endif

The patch will generate less conflicts on upgrade if you move the
selection of IPIPE_ARM_KUSER_TSC to the SOC-specific section. With
something like:

	  select IPIPE_ARM_KUSER_TSC if IPIPE



-- 
					    Gilles.
https://click-hack.org


  reply	other threads:[~2015-11-17  7:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17  4:05 [Xenomai] [PATCH] IPIPE patch for BCM2709/RPI2 (version #4) Mathieu Rondonneau
2015-11-17  7:34 ` Gilles Chanteperdrix [this message]
2015-11-18  0:44   ` Mathieu Rondonneau
2015-11-17 15:02 ` Lennart Sorensen
2015-11-18  0:45   ` Mathieu Rondonneau
2015-11-18 14:57     ` Lennart Sorensen

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=20151117073416.GC23348@hermes.click-hack.org \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=mathieu_rondonneau@hotmail.com \
    --cc=xenomai@xenomai.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 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.