All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Zyngier <marc.zyngier@arm.com>
To: Brent Wang <wangbintian@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>, <dan.zhao@hisilicon.com>,
	<btw@mail.itp.ac.cn>, Catalin Marinas <catalin.marinas@arm.com>,
	<wangbinghui@hisilicon.com>, Will Deacon <will.deacon@arm.com>,
	<huxinwei@huawei.com>, <khilman@linaro.org>,
	<haojian.zhuang@linaro.org>, <yanhaifeng@gmail.com>,
	<rob.herring@linaro.org>, <mturquette@linaro.org>,
	<victor.lixin@hisilicon.com>, <xuwei5@hisilicon.com>,
	<jh80.chung@samsung.com>, <sledge.yanwei@huawei.com>,
	<kong.kongxinwei@hisilicon.com>, <heyunlei@huawei.com>,
	<w.f@huawei.com>, <zhangfei.gao@linaro.org>,
	<z.liuxinliang@huawei.com>, <devicetree@vger.kernel.org>,
	Bintian Wang <bintian.wang@huawei.com>,
	Pawel Moll <pawel.moll@arm.com>, <ijc+devicetree@hellion.org.uk>,
	<puck.chen@hisilicon.com>, <olof@lixom.net>, <robh+dt@kernel.org>,
	<linux@arm.linux.org.uk>, <zhenwei.wang@hisilicon.com>,
	<linux-arm-kernel@lists.infradead.org>, <guodong.xu@linaro.org>,
	<tomeu.vizoso@collabora.com>, <sboyd@codeaurora.org>,
	<linux-kernel@vger.kernel.org>, <galak@codeaurora.org>,
	<xuejiancheng@huawei.com>, <xuyiping@hisilicon.com>,
	<liguozhu@hisilicon.com>
Subject: Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC
Date: Sun, 12 Apr 2015 11:57:35 +0100	[thread overview]
Message-ID: <7a9107efdfe64b0d9e9d93421595badb@www.loen.fr> (raw)
In-Reply-To: <CAAS=xmgySDmwNpx5xpHd15M-1eJLvPBhudhGu+cRqw3g_X_SZA@mail.gmail.com>

On 2015-04-12 07:40, Brent Wang wrote:
> Hello Mark,
>
> 2015-02-06 16:42 GMT+08:00 Brent Wang <wangbintian@gmail.com>:
> [...]
>>>
>>>> +     gic: interrupt-controller@f6800000 {
>>>> +             compatible = "arm,gic-400", "arm,cortex-a15-gic";
>>>
>>> Surely there's no need for the "arm,cortex-a15-gic" fallback entry? 
>>> What
>>> am I missing?
>> Remove it in next version.
> After remove "arm,cortex-a15-gic", I get the following error during
> kernel booting:
> -----
> kvm [1]: Using HYP init bounce page @396d9000
> kvm [1]: error: no compatible GIC node found
> kvm [1]: error initializing Hyp mode: -19
> -----
>
> Check code "virt/kvm/arm/vgic.c", gicv2 only "cortex-a15-gic" and
> gicv3 support kvm now,
> so I think we should keep it, how about your idea?

Please look at commit 0f37247574b3 that is queued for merge in 4.1.
It adds the required compatibility strings to KVM, so Mark is perfectly
right to ask you to drop this "cortex-a15-gic" from your DT.

This DT won't be merged before 4.1 anyway, so there is no point trying
to make it work with older kernels.

Thanks,

         M.
-- 
Fast, cheap, reliable. Pick two.

WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <marc.zyngier@arm.com>
To: Brent Wang <wangbintian@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	dan.zhao@hisilicon.com, btw@mail.itp.ac.cn,
	Catalin Marinas <catalin.marinas@arm.com>,
	wangbinghui@hisilicon.com, Will Deacon <will.deacon@arm.com>,
	huxinwei@huawei.com, khilman@linaro.org,
	haojian.zhuang@linaro.org, yanhaifeng@gmail.com,
	rob.herring@linaro.org, mturquette@linaro.org,
	victor.lixin@hisilicon.com, xuwei5@hisilicon.com,
	jh80.chung@samsung.com, sledge.yanwei@huawei.com,
	kong.kongxinwei@hisilicon.com, heyunlei@huawei.com,
	w.f@huawei.com, zhangfei.gao@linaro.org,
	z.liuxinliang@huawei.com, devicetree@vger.kernel.org,
	Bintian Wang <bintian.wang@huawei.com>,
	Pawel Moll <pawel.moll@arm.com>,
	ijc+devicetree@hellion.org.uk, puck.chen@hisilicon.com,
	olof@lixom.net, robh+dt@kernel.org, linux@arm.linux.org.uk,
	zhenwei.wang@hisilicon.com, linux-arm-kernel@lists.infradead.org,
	gu
Subject: Re: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC
Date: Sun, 12 Apr 2015 11:57:35 +0100	[thread overview]
Message-ID: <7a9107efdfe64b0d9e9d93421595badb@www.loen.fr> (raw)
In-Reply-To: <CAAS=xmgySDmwNpx5xpHd15M-1eJLvPBhudhGu+cRqw3g_X_SZA@mail.gmail.com>

On 2015-04-12 07:40, Brent Wang wrote:
> Hello Mark,
>
> 2015-02-06 16:42 GMT+08:00 Brent Wang <wangbintian@gmail.com>:
> [...]
>>>
>>>> +     gic: interrupt-controller@f6800000 {
>>>> +             compatible = "arm,gic-400", "arm,cortex-a15-gic";
>>>
>>> Surely there's no need for the "arm,cortex-a15-gic" fallback entry? 
>>> What
>>> am I missing?
>> Remove it in next version.
> After remove "arm,cortex-a15-gic", I get the following error during
> kernel booting:
> -----
> kvm [1]: Using HYP init bounce page @396d9000
> kvm [1]: error: no compatible GIC node found
> kvm [1]: error initializing Hyp mode: -19
> -----
>
> Check code "virt/kvm/arm/vgic.c", gicv2 only "cortex-a15-gic" and
> gicv3 support kvm now,
> so I think we should keep it, how about your idea?

Please look at commit 0f37247574b3 that is queued for merge in 4.1.
It adds the required compatibility strings to KVM, so Mark is perfectly
right to ask you to drop this "cortex-a15-gic" from your DT.

This DT won't be merged before 4.1 anyway, so there is no point trying
to make it work with older kernels.

Thanks,

         M.
-- 
Fast, cheap, reliable. Pick two.

WARNING: multiple messages have this Message-ID (diff)
From: marc.zyngier@arm.com (Marc Zyngier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC
Date: Sun, 12 Apr 2015 11:57:35 +0100	[thread overview]
Message-ID: <7a9107efdfe64b0d9e9d93421595badb@www.loen.fr> (raw)
In-Reply-To: <CAAS=xmgySDmwNpx5xpHd15M-1eJLvPBhudhGu+cRqw3g_X_SZA@mail.gmail.com>

On 2015-04-12 07:40, Brent Wang wrote:
> Hello Mark,
>
> 2015-02-06 16:42 GMT+08:00 Brent Wang <wangbintian@gmail.com>:
> [...]
>>>
>>>> +     gic: interrupt-controller at f6800000 {
>>>> +             compatible = "arm,gic-400", "arm,cortex-a15-gic";
>>>
>>> Surely there's no need for the "arm,cortex-a15-gic" fallback entry? 
>>> What
>>> am I missing?
>> Remove it in next version.
> After remove "arm,cortex-a15-gic", I get the following error during
> kernel booting:
> -----
> kvm [1]: Using HYP init bounce page @396d9000
> kvm [1]: error: no compatible GIC node found
> kvm [1]: error initializing Hyp mode: -19
> -----
>
> Check code "virt/kvm/arm/vgic.c", gicv2 only "cortex-a15-gic" and
> gicv3 support kvm now,
> so I think we should keep it, how about your idea?

Please look at commit 0f37247574b3 that is queued for merge in 4.1.
It adds the required compatibility strings to KVM, so Mark is perfectly
right to ask you to drop this "cortex-a15-gic" from your DT.

This DT won't be merged before 4.1 anyway, so there is no point trying
to make it work with older kernels.

Thanks,

         M.
-- 
Fast, cheap, reliable. Pick two.

  reply	other threads:[~2015-04-12 10:58 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-05  9:24 [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC Bintian Wang
2015-02-05  9:24 ` Bintian Wang
2015-02-05  9:24 ` Bintian Wang
2015-02-05  9:24 ` [PATCH 1/3] arm64: Enable Hisilicon ARMv8 SoC family in Kconfig and defconfig Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05  9:24 ` [PATCH 2/3] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05 19:25   ` Mark Rutland
2015-02-05 19:25     ` Mark Rutland
2015-02-05 19:25     ` Mark Rutland
2015-02-06  7:32     ` Brent Wang
2015-02-06  7:32       ` Brent Wang
2015-02-06  7:32       ` Brent Wang
2015-02-06 18:10   ` Tyler Baker
2015-02-06 18:10     ` Tyler Baker
2015-02-06 18:10     ` Tyler Baker
2015-02-07  2:05     ` Brent Wang
2015-02-07  2:05       ` Brent Wang
2015-02-07  2:05       ` Brent Wang
2015-02-07 22:05       ` Tyler Baker
2015-02-07 22:05         ` Tyler Baker
2015-02-07 22:05         ` Tyler Baker
2015-02-05  9:24 ` [PATCH 3/3] arm64: dts: Add dts files for Hisilicon Hi6220 SoC Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05  9:24   ` Bintian Wang
2015-02-05 19:30   ` Mark Rutland
2015-02-05 19:30     ` Mark Rutland
2015-02-05 19:30     ` Mark Rutland
2015-02-06  8:42     ` Brent Wang
2015-02-06  8:42       ` Brent Wang
2015-02-06  8:42       ` Brent Wang
2015-02-06  9:07       ` Marc Zyngier
2015-02-06  9:07         ` Marc Zyngier
2015-02-06  9:07         ` Marc Zyngier
2015-02-06 10:31         ` Mark Rutland
2015-02-06 10:31           ` Mark Rutland
2015-02-06 10:31           ` Mark Rutland
2015-02-09  3:26         ` Brent Wang
2015-02-09  3:26           ` Brent Wang
2015-02-09  3:26           ` Brent Wang
2015-02-06 10:44       ` Mark Rutland
2015-02-06 10:44         ` Mark Rutland
2015-02-06 10:44         ` Mark Rutland
2015-02-06 15:37         ` Brent Wang
2015-02-06 15:37           ` Brent Wang
2015-02-06 15:37           ` Brent Wang
2015-02-10 13:37           ` Mark Rutland
2015-02-10 13:37             ` Mark Rutland
2015-02-10 13:37             ` Mark Rutland
2015-02-10 14:20             ` Brent Wang
2015-02-10 14:20               ` Brent Wang
2015-02-10 14:20               ` Brent Wang
2015-02-10 15:27               ` Mark Rutland
2015-02-10 15:27                 ` Mark Rutland
2015-02-10 15:27                 ` Mark Rutland
2015-02-11  1:49                 ` Brent Wang
2015-02-11  1:49                   ` Brent Wang
2015-02-11  1:49                   ` Brent Wang
2015-04-12  6:40       ` Brent Wang
2015-04-12  6:40         ` Brent Wang
2015-04-12  6:40         ` Brent Wang
2015-04-12 10:57         ` Marc Zyngier [this message]
2015-04-12 10:57           ` Marc Zyngier
2015-04-12 10:57           ` Marc Zyngier
2015-04-12 13:07           ` Brent Wang
2015-04-12 13:07             ` Brent Wang
2015-04-12 13:07             ` Brent Wang
2015-02-05 18:46 ` [PATCH 0/3] arm64,hi6220: Enable " Tyler Baker
2015-02-05 18:46   ` Tyler Baker
2015-02-05 18:46   ` Tyler Baker
2015-02-05 19:02   ` Olof Johansson
2015-02-05 19:02     ` Olof Johansson
2015-02-05 19:02     ` Olof Johansson
2015-02-05 23:52     ` Tyler Baker
2015-02-05 23:52       ` Tyler Baker
2015-02-05 23:52       ` Tyler Baker
2015-02-06  4:21       ` Brent Wang
2015-02-06  6:18         ` Olof Johansson
2015-02-06  6:18           ` Olof Johansson
2015-02-06  6:18           ` Olof Johansson
2015-02-06  6:35           ` Brent Wang
2015-02-06  6:35             ` Brent Wang
2015-02-06  6:35             ` Brent Wang

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=7a9107efdfe64b0d9e9d93421595badb@www.loen.fr \
    --to=marc.zyngier@arm.com \
    --cc=bintian.wang@huawei.com \
    --cc=btw@mail.itp.ac.cn \
    --cc=catalin.marinas@arm.com \
    --cc=dan.zhao@hisilicon.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=guodong.xu@linaro.org \
    --cc=haojian.zhuang@linaro.org \
    --cc=heyunlei@huawei.com \
    --cc=huxinwei@huawei.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jh80.chung@samsung.com \
    --cc=khilman@linaro.org \
    --cc=kong.kongxinwei@hisilicon.com \
    --cc=liguozhu@hisilicon.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@linaro.org \
    --cc=olof@lixom.net \
    --cc=pawel.moll@arm.com \
    --cc=puck.chen@hisilicon.com \
    --cc=rob.herring@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=sledge.yanwei@huawei.com \
    --cc=tomeu.vizoso@collabora.com \
    --cc=victor.lixin@hisilicon.com \
    --cc=w.f@huawei.com \
    --cc=wangbinghui@hisilicon.com \
    --cc=wangbintian@gmail.com \
    --cc=will.deacon@arm.com \
    --cc=xuejiancheng@huawei.com \
    --cc=xuwei5@hisilicon.com \
    --cc=xuyiping@hisilicon.com \
    --cc=yanhaifeng@gmail.com \
    --cc=z.liuxinliang@huawei.com \
    --cc=zhangfei.gao@linaro.org \
    --cc=zhenwei.wang@hisilicon.com \
    /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.