From: "Jingoo Han" <jingoohan1@gmail.com>
To: "'Joao Pinto'" <Joao.Pinto@synopsys.com>,
"'Bjorn Andersson'" <bjorn.andersson@linaro.org>
Cc: "'Kishon Vijay Abraham I'" <kishon@ti.com>,
"'Bjorn Helgaas'" <bhelgaas@google.com>,
"'Kukjin Kim'" <kgene@kernel.org>,
"'Krzysztof Kozlowski'" <krzk@kernel.org>,
"'Richard Zhu'" <hongxing.zhu@nxp.com>,
"'Lucas Stach'" <l.stach@pengutronix.de>,
"'Murali Karicheri'" <m-karicheri2@ti.com>,
"'Minghuan Lian'" <minghuan.Lian@freescale.com>,
"'Mingkai Hu'" <mingkai.hu@freescale.com>,
"'Roy Zang'" <tie-fei.zang@freescale.com>,
"'Thomas Petazzoni'" <thomas.petazzoni@free-electrons.com>,
"'Niklas Cassel'" <niklas.cassel@axis.com>,
"'Jesper Nilsson'" <jesper.nilsson@axis.com>,
"'Xiaowei Song'" <songxiaowei@hisilicon.com>,
"'Binghui Wang'" <wangbinghui@hisilicon.com>,
"'Stanimir Varbanov'" <svarbanov@mm-sol.com>,
"'Pratyush Anand'" <pratyush.anand@gmail.com>,
"'open list:PCI DRIVER FOR TI DRA7XX'"
<linux-omap@vger.kernel.org>,
"'open list:PCI DRIVER FOR TI DRA7XX'"
<linux-pci@vger.kernel.org>,
"'open list'" <linux-kernel@vger.kernel.org>,
"'moderated list:PCI DRIVER FOR SAMSUNG EXYNOS'"
<linux-arm-kernel@lists.infradead.org>,
"'moderated list:PCI DRIVER FOR SAMSUNG EXYNOS'"
<linux-samsung-soc@vger.kernel.org>,
"'open list:PCI DRIVER FOR FREESCALE LAYERSCAPE'"
<linuxppc-dev@lists.ozlabs.org>,
"'open list:PCIE DRIVER FOR AXIS ARTPEC'"
<linux-arm-kernel@axis.com>,
"'open list:PCIE DRIVER FOR QUALCOMM MSM'"
<linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH 1/3] PCI: dwc: Handle host_init failures
Date: Mon, 17 Jul 2017 15:28:13 -0400 [thread overview]
Message-ID: <000a01d2ff32$d5d59e00$8180da00$@gmail.com> (raw)
In-Reply-To: <73b9c442-38f6-cc5b-c6e0-4ce7187dc0a8@synopsys.com>
On Monday, July 17, 2017 7:18 AM, Joao Pinto wrote:
>=20
> Hi Bjorn Andersson,
>=20
> =C3=80s 7:39 AM de 7/16/2017, Bjorn Andersson escreveu:
> > In several dwc based drivers host_init can fail, so make sure to
> > propagate and handle this to avoid continuing operation of a driver =
or
> > hardware in an invalid state.
> >
> > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> > ---
> > drivers/pci/dwc/pci-dra7xx.c | 4 +++-
> > drivers/pci/dwc/pci-exynos.c | 4 +++-
> > drivers/pci/dwc/pci-imx6.c | 4 +++-
> > drivers/pci/dwc/pci-keystone.c | 4 +++-
> > drivers/pci/dwc/pci-layerscape.c | 14 ++++++++++----
> > drivers/pci/dwc/pcie-armada8k.c | 4 +++-
> > drivers/pci/dwc/pcie-artpec6.c | 4 +++-
> > drivers/pci/dwc/pcie-designware-host.c | 7 +++++--
> > drivers/pci/dwc/pcie-designware-plat.c | 4 +++-
> > drivers/pci/dwc/pcie-designware.h | 2 +-
> > drivers/pci/dwc/pcie-kirin.c | 4 +++-
> > drivers/pci/dwc/pcie-qcom.c | 6 ++++--
> > drivers/pci/dwc/pcie-spear13xx.c | 4 +++-
> > 13 files changed, 47 insertions(+), 18 deletions(-)
> >
[.....]
>=20
> A step in the right direction :). In the future we should add host =
init
> validation in the specific SoC drivers, like Layerscape and Qcom have, =
to
> assure
> that any problem is treated properly in the core driver.
I agree with your opinion.
>=20
> Acked-by: Joao Pinto <jpinto@synopsys.com>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Best regards,
Jingoo Han
next prev parent reply other threads:[~2017-07-17 19:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-16 6:39 [PATCH 1/3] PCI: dwc: Handle host_init failures Bjorn Andersson
2017-07-17 11:18 ` Joao Pinto
2017-07-17 19:28 ` Jingoo Han [this message]
2017-08-03 21:19 ` Bjorn Helgaas
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='000a01d2ff32$d5d59e00$8180da00$@gmail.com' \
--to=jingoohan1@gmail.com \
--cc=Joao.Pinto@synopsys.com \
--cc=bhelgaas@google.com \
--cc=bjorn.andersson@linaro.org \
--cc=hongxing.zhu@nxp.com \
--cc=jesper.nilsson@axis.com \
--cc=kgene@kernel.org \
--cc=kishon@ti.com \
--cc=krzk@kernel.org \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@axis.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=m-karicheri2@ti.com \
--cc=minghuan.Lian@freescale.com \
--cc=mingkai.hu@freescale.com \
--cc=niklas.cassel@axis.com \
--cc=pratyush.anand@gmail.com \
--cc=songxiaowei@hisilicon.com \
--cc=svarbanov@mm-sol.com \
--cc=thomas.petazzoni@free-electrons.com \
--cc=tie-fei.zang@freescale.com \
--cc=wangbinghui@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 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).