linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jean Delvare <jdelvare@suse.de>
To: Alexandre Bounine <alexandre.bounine@idt.com>
Cc: Stef van Os <stef.van.os@Prodrive.nl>,
	Micha Nelissen <micha.nelissen@Prodrive.nl>,
	linux-kernel@vger.kernel.org,
	Andre van Herk <andre.van.herk@Prodrive.nl>,
	Andrew Morton <akpm@linux-foundation.org>,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 5/7] rapidio: add modular build option for the subsystem core
Date: Fri, 26 Jul 2013 13:00:54 +0200	[thread overview]
Message-ID: <1374836454.4361.2.camel@chaos.site> (raw)
In-Reply-To: <1372447136-5751-6-git-send-email-alexandre.bounine@idt.com>

Hi Alexandre,

Le Friday 28 June 2013 à 15:18 -0400, Alexandre Bounine a écrit :
> Add a configuration option to build RapidIO subsystem core code as a loadable
> kernel module. Currently this option is available only for x86-based platforms,
> with the additional patch for PowerPC planned to be provided later.
> 
> This patch replaces kernel command line parameter "riohdid=" with its
> module-specific analog "rapidio.hdid=".  
> 
> Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
> Cc: Matt Porter <mporter@kernel.crashing.org>
> Cc: Li Yang <leoli@freescale.com>
> Cc: Kumar Gala <galak@kernel.crashing.org>
> Cc: Andre van Herk <andre.van.herk@Prodrive.nl>
> Cc: Micha Nelissen <micha.nelissen@Prodrive.nl>
> Cc: Stef van Os <stef.van.os@Prodrive.nl>
> Cc: Jean Delvare <jdelvare@suse.de>
> ---
>  arch/x86/Kconfig         |    4 ++--
>  drivers/rapidio/Makefile |    4 +++-
>  drivers/rapidio/rio.c    |   27 ++++++++++++++-------------
>  3 files changed, 19 insertions(+), 16 deletions(-)
> 
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index fe120da..583ac42 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -2246,11 +2246,11 @@ source "drivers/pcmcia/Kconfig"
>  source "drivers/pci/hotplug/Kconfig"
>  
>  config RAPIDIO
> -	bool "RapidIO support"
> +	tristate "RapidIO support"

Is there a reason why this was only done for x86 and not for mips and
powerpc?

>  	depends on PCI
>  	default n
>  	help
> -	  If you say Y here, the kernel will include drivers and
> +	  If enabled this option will include drivers and the core
>  	  infrastructure code to support RapidIO interconnect devices.
>  

-- 
Jean Delvare
Suse L3

  reply	other threads:[~2013-07-26 11:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 19:18 [PATCH 0/7] rapidio: modularize rapidio subsystem Alexandre Bounine
2013-06-28 19:18 ` [PATCH 1/7] rapidio: convert switch drivers to modules Alexandre Bounine
2013-06-28 19:18 ` [PATCH 2/7] rapidio/rionet: rework driver initialization and removal Alexandre Bounine
2013-06-28 19:18 ` [PATCH 3/7] rapidio: update enumerator registration mechanism Alexandre Bounine
2013-06-28 19:18 ` [PATCH 4/7] rapidio/tsi721: convert to modular mport driver Alexandre Bounine
2013-06-28 19:18 ` [PATCH 5/7] rapidio: add modular build option for the subsystem core Alexandre Bounine
2013-07-26 11:00   ` Jean Delvare [this message]
2013-07-26 12:17     ` Bounine, Alexandre
2013-06-28 19:18 ` [PATCH 6/7] rapidio: add udev notification Alexandre Bounine
2013-06-28 19:18 ` [PATCH 7/7] rapidio: documentation update Alexandre Bounine
2013-07-25 16:03 ` [PATCH 0/7] rapidio: modularize rapidio subsystem Jean Delvare

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=1374836454.4361.2.camel@chaos.site \
    --to=jdelvare@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=alexandre.bounine@idt.com \
    --cc=andre.van.herk@Prodrive.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=micha.nelissen@Prodrive.nl \
    --cc=stef.van.os@Prodrive.nl \
    /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).