public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: Davide Ciminaghi <ciminaghi@gnudd.com>
Cc: jaswinder.singh@linaro.org, will.deacon@arm.com,
	linux@arm.linux.org.uk, tglx@linutronix.de, mingo@redhat.com,
	djbw@fb.com, vinod.koul@intel.com, grant.likely@secretlab.ca,
	linus.walleij@linaro.org, rubini@gnudd.com, wim@iguana.be,
	cjb@laptop.org, davidb@codeaurora.org, nico@fluxnic.net,
	ben-linux@fluff.org, viresh.linux@gmail.com,
	rajeev-dlh.kumar@st.com, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, giancarlo.asnaghi@st.com
Subject: Re: [PATCH v4 7/7] x86: add CONFIG_ARM_AMBA, selected by STA2X11
Date: Wed, 12 Dec 2012 16:48:53 -0800	[thread overview]
Message-ID: <50C925F5.7030703@zytor.com> (raw)
In-Reply-To: <1355146956-6009-8-git-send-email-ciminaghi@gnudd.com>

On 12/10/2012 05:42 AM, Davide Ciminaghi wrote:
> From: Alessandro Rubini <rubini@gnudd.com>
>
> The sta2x11 I/O Hub is a bridge from PCIe to AMBA. It reuses a number
> of amba drivers and needs to activate core bus support.
>
> Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
> Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
> ---
>   arch/x86/Kconfig |    4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 5f67642..0659e7b 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -521,6 +521,7 @@ config STA2X11
>   	select SWIOTLB
>   	select MFD_STA2X11
>   	select ARCH_REQUIRE_GPIOLIB
> +	select ARM_AMBA
>   	default n
>   	---help---
>   	  This adds support for boards based on the STA2X11 IO-Hub,
> @@ -2237,6 +2238,9 @@ config GEOS
>
>   endif # X86_32
>
> +config ARM_AMBA
> +        bool
> +
>   config AMD_NB
>   	def_bool y
>   	depends on CPU_SUP_AMD && PCI
>

I would be happier if instead we made this match PCI and made this a 
depends on, but I'm not sure if it is worth holding up the patchset over.

	-hpa

-- 
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel.  I don't speak on their behalf.


  reply	other threads:[~2012-12-13  0:50 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 13:42 [PATCH v4 0/7] enable support for AMBA drivers under x86 Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 1/7] DMA: PL330: use prefix in reg names to build " Davide Ciminaghi
2012-12-11  4:25   ` Jassi Brar
2012-12-10 13:42 ` [PATCH v4 2/7] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ Davide Ciminaghi
2012-12-10 21:44   ` Linus Walleij
2012-12-10 22:25     ` Davide Ciminaghi
2013-01-13 13:25       ` Vinod Koul
2012-12-10 13:42 ` [PATCH v4 3/7] watchdog: sp805_wdt depends on ARM Davide Ciminaghi
2012-12-12 21:21   ` Wim Van Sebroeck
2012-12-12 22:20     ` Grant Likely
2012-12-10 13:42 ` [PATCH v4 4/7] mmci: replace readsl/writesl with ioread32_rep/iowrite32_rep Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 5/7] mmc: use the new <linux/sizes.h> Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 6/7] drivers/amba: add support for a PCI bridge Davide Ciminaghi
2012-12-10 13:42 ` [PATCH v4 7/7] x86: add CONFIG_ARM_AMBA, selected by STA2X11 Davide Ciminaghi
2012-12-13  0:48   ` H. Peter Anvin [this message]
2012-12-10 22:15 ` [PATCH v4 0/7] enable support for AMBA drivers under x86 David Brown
2012-12-13  0:37 ` H. Peter Anvin
2012-12-13  1:10   ` Grant Likely
2012-12-13  1:16     ` H. Peter Anvin
2012-12-13  2:02 ` H. Peter Anvin
2012-12-13  2:16   ` H. Peter Anvin
2012-12-13 18:14     ` Alessandro Rubini
2013-05-05 12:36       ` Borislav Petkov
2013-05-05 20:24         ` Alessandro Rubini
2013-05-05 20:39           ` Borislav Petkov
2013-05-06  9:41             ` Ingo Molnar
2013-05-06  9:54               ` Alessandro Rubini
2013-05-06 10:11               ` Borislav Petkov

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=50C925F5.7030703@zytor.com \
    --to=hpa@zytor.com \
    --cc=ben-linux@fluff.org \
    --cc=ciminaghi@gnudd.com \
    --cc=cjb@laptop.org \
    --cc=davidb@codeaurora.org \
    --cc=djbw@fb.com \
    --cc=giancarlo.asnaghi@st.com \
    --cc=grant.likely@secretlab.ca \
    --cc=jaswinder.singh@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mingo@redhat.com \
    --cc=nico@fluxnic.net \
    --cc=rajeev-dlh.kumar@st.com \
    --cc=rubini@gnudd.com \
    --cc=tglx@linutronix.de \
    --cc=vinod.koul@intel.com \
    --cc=viresh.linux@gmail.com \
    --cc=will.deacon@arm.com \
    --cc=wim@iguana.be \
    /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