All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jingoo Han" <jingoohan1@gmail.com>
To: "'Gustavo Pimentel'" <gustavo.pimentel@synopsys.com>,
	<marc.zyngier@arm.com>, <Joao.Pinto@synopsys.com>,
	<bhelgaas@google.com>, <kishon@ti.com>
Cc: <linux-pci@vger.kernel.org>, <m-karicheri2@ti.com>,
	<thomas.petazzoni@free-electrons.com>,
	<minghuan.Lian@freescale.com>, <mingkai.hu@freescale.com>,
	<tie-fei.zang@freescale.com>, <hongxing.zhu@nxp.com>,
	<l.stach@pengutronix.de>, <niklas.cassel@axis.com>,
	<jesper.nilsson@axis.com>, <wangzhou1@hisilicon.com>,
	<gabriele.paoloni@huawei.com>, <svarbanov@mm-sol.com>,
	<nsekhar@ti.com>
Subject: Re: [PATCH v5 2/9] PCI: dwc: exynos: Switch to use the IRQ chained API
Date: Wed, 24 Jan 2018 11:03:19 -0500	[thread overview]
Message-ID: <000001d3952c$daf2a0f0$90d7e2d0$@gmail.com> (raw)
In-Reply-To: <5526d39226e948d3be46297725522badfe63d024.1516701516.git.gustavo.pimentel@synopsys.com>

On Tuesday, January 23, 2018 7:25 AM, Gustavo Pimentel wrote:
> 
> Changes Exynos SoC specific driver to use the IRQ chained API available in
> pcie-designware.
> 
> Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>

It looks good.

Acked-by: Jingoo Han <jingoohan1@gmail.com>

Best regards,
Jingoo Han

> ---
> Change v1->v2:
> - Nothing changed, just to follow the patch set version.
> Change v2->v3:
> - Nothing changed, just to follow the patch set version.
> Change v3->v4:
> - Changed summary line to match the drivers/PCI convention and changelog
> to
> maintain the consistency (thanks Bjorn).
> Change v4->v5:
> - Nothing changed, just to follow the patch set version.
> 
>  drivers/pci/dwc/pci-exynos.c | 18 ------------------
>  1 file changed, 18 deletions(-)
> 
> diff --git a/drivers/pci/dwc/pci-exynos.c b/drivers/pci/dwc/pci-exynos.c
> index 56f32ae..0a6b283d 100644
> --- a/drivers/pci/dwc/pci-exynos.c
> +++ b/drivers/pci/dwc/pci-exynos.c
> @@ -297,15 +297,6 @@ static irqreturn_t exynos_pcie_irq_handler(int irq,
> void *arg)
>  	return IRQ_HANDLED;
>  }
> 
> -static irqreturn_t exynos_pcie_msi_irq_handler(int irq, void *arg)
> -{
> -	struct exynos_pcie *ep = arg;
> -	struct dw_pcie *pci = ep->pci;
> -	struct pcie_port *pp = &pci->pp;
> -
> -	return dw_handle_msi_irq(pp);
> -}
> -
>  static void exynos_pcie_msi_init(struct exynos_pcie *ep)
>  {
>  	struct dw_pcie *pci = ep->pci;
> @@ -431,15 +422,6 @@ static int __init exynos_add_pcie_port(struct
> exynos_pcie *ep,
>  			dev_err(dev, "failed to get msi irq\n");
>  			return pp->msi_irq;
>  		}
> -
> -		ret = devm_request_irq(dev, pp->msi_irq,
> -					exynos_pcie_msi_irq_handler,
> -					IRQF_SHARED | IRQF_NO_THREAD,
> -					"exynos-pcie", ep);
> -		if (ret) {
> -			dev_err(dev, "failed to request msi irq\n");
> -			return ret;
> -		}
>  	}
> 
>  	pp->root_bus_nr = -1;
> --
> 2.7.4
> 

  reply	other threads:[~2018-01-24 16:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-23 12:25 [PATCH v5 0/9] PCI: dwc: MSI-X feature Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 1/9] PCI: dwc: Add IRQ chained API support Gustavo Pimentel
2018-01-23 14:54   ` Niklas Cassel
2018-01-23 17:53     ` Niklas Cassel
2018-01-23 12:25 ` [PATCH v5 2/9] PCI: dwc: exynos: Switch to use the IRQ chained API Gustavo Pimentel
2018-01-24 16:03   ` Jingoo Han [this message]
2018-01-23 12:25 ` [PATCH v5 3/9] PCI: dwc: imx6: " Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 4/9] PCI: dwc: artpec6: " Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 5/9] PCI: dwc: designware: " Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 6/9] PCI: dwc: qcom: " Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 7/9] PCI: dwc: keystone: " Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 8/9] PCI: dwc: Remove IRQ domain hierarchy API support Gustavo Pimentel
2018-01-23 12:25 ` [PATCH v5 9/9] PCI: dwc: Expand maximum number of IRQs from 32 to 256 Gustavo Pimentel

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='000001d3952c$daf2a0f0$90d7e2d0$@gmail.com' \
    --to=jingoohan1@gmail.com \
    --cc=Joao.Pinto@synopsys.com \
    --cc=bhelgaas@google.com \
    --cc=gabriele.paoloni@huawei.com \
    --cc=gustavo.pimentel@synopsys.com \
    --cc=hongxing.zhu@nxp.com \
    --cc=jesper.nilsson@axis.com \
    --cc=kishon@ti.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-pci@vger.kernel.org \
    --cc=m-karicheri2@ti.com \
    --cc=marc.zyngier@arm.com \
    --cc=minghuan.Lian@freescale.com \
    --cc=mingkai.hu@freescale.com \
    --cc=niklas.cassel@axis.com \
    --cc=nsekhar@ti.com \
    --cc=svarbanov@mm-sol.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=tie-fei.zang@freescale.com \
    --cc=wangzhou1@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.