From: "Leizhen (ThunderTown)" <thunder.leizhen@huawei.com> To: Philipp Zabel <p.zabel@pengutronix.de>, Wei Xu <xuwei5@hisilicon.com>, "Rob Herring" <robh+dt@kernel.org>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org>, devicetree <devicetree@vger.kernel.org>, linux-kernel <linux-kernel@vger.kernel.org> Cc: Zhangfei Gao <zhangfei.gao@linaro.org>, Chen Feng <puck.chen@hisilicon.com>, Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Subject: Re: [PATCH 1/4] reset: hisilicon: correct vendor prefix Date: Fri, 4 Dec 2020 09:28:03 +0800 [thread overview] Message-ID: <15efa527-0dc3-10a5-9ace-79ccc76a0689@huawei.com> (raw) In-Reply-To: <9277bc82766d26d840dbd0a7b4041cd267862a39.camel@pengutronix.de> On 2020/12/3 20:54, Philipp Zabel wrote: > On Thu, 2020-12-03 at 20:02 +0800, Zhen Lei wrote: >> The vendor prefix of "Hisilicon Limited" is "hisilicon", it is clearly >> stated in "vendor-prefixes.yaml". >> >> Fixes: 1527058736fa ("reset: hisilicon: add reset-hi3660") >> Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com> >> Cc: Zhangfei Gao <zhangfei.gao@linaro.org> >> --- >> drivers/reset/hisilicon/reset-hi3660.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/reset/hisilicon/reset-hi3660.c b/drivers/reset/hisilicon/reset-hi3660.c >> index a7d4445924e558c..8f1953159a65b31 100644 >> --- a/drivers/reset/hisilicon/reset-hi3660.c >> +++ b/drivers/reset/hisilicon/reset-hi3660.c >> @@ -83,7 +83,7 @@ static int hi3660_reset_probe(struct platform_device *pdev) >> if (!rc) >> return -ENOMEM; >> >> - rc->map = syscon_regmap_lookup_by_phandle(np, "hisi,rst-syscon"); >> + rc->map = syscon_regmap_lookup_by_phandle(np, "hisilicon,rst-syscon"); > > What about those that don't upgrade kernel and DT in lock-step? > It would be easy to fall back to the old compatible if the new one > fails. All right, I'll combine them. I thought they belonged to different maintainers, and I had to break them apart. > > regards > Philipp > > . >
next prev parent reply other threads:[~2020-12-04 1:28 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-03 12:02 [PATCH 0/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Zhen Lei 2020-12-03 12:02 ` [PATCH 1/4] reset: hisilicon: correct vendor prefix Zhen Lei 2020-12-03 12:54 ` Philipp Zabel 2020-12-04 1:28 ` Leizhen (ThunderTown) [this message] 2020-12-03 12:02 ` [PATCH 2/4] arm64: dts: correct vendor prefix hisi to hisilicon Zhen Lei 2020-12-03 12:02 ` [PATCH 3/4] dt-bindings: reset: " Zhen Lei 2020-12-03 12:02 ` [PATCH 4/4] dt-bindings: reset: convert Hisilicon reset controller bindings to json-schema Zhen Lei
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=15efa527-0dc3-10a5-9ace-79ccc76a0689@huawei.com \ --to=thunder.leizhen@huawei.com \ --cc=devicetree@vger.kernel.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=manivannan.sadhasivam@linaro.org \ --cc=p.zabel@pengutronix.de \ --cc=puck.chen@hisilicon.com \ --cc=robh+dt@kernel.org \ --cc=xuwei5@hisilicon.com \ --cc=zhangfei.gao@linaro.org \ --subject='Re: [PATCH 1/4] reset: hisilicon: correct vendor prefix' \ /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
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).