2021-10-13 13:03:33

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 5/5] PCI: tegra194: Handle errors in BPMP response

On Thu, Oct 07, 2021 at 08:21:11PM +0200, Thierry Reding wrote:
> On Wed, Sep 15, 2021 at 11:55:17AM +0300, Mikko Perttunen wrote:
> > The return value from tegra_bpmp_transfer indicates the success or
> > failure of the IPC transaction with BPMP. If the transaction
> > succeeded, we also need to check the actual command's result code.
> > Add code to do this.
> >
> > Signed-off-by: Mikko Perttunen <[email protected]>
> > ---
> > drivers/pci/controller/dwc/pcie-tegra194.c | 9 ++++++++-
> > 1 file changed, 8 insertions(+), 1 deletion(-)
>
> Acked-by: Thierry Reding <[email protected]>

Hi Thierry,

can I pull this patch into the PCI tree ? Or if you want the series
to go via another tree:

Acked-by: Lorenzo Pieralisi <[email protected]>


2021-11-29 12:21:49

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 5/5] PCI: tegra194: Handle errors in BPMP response

On Wed, Oct 13, 2021 at 01:59:56PM +0100, Lorenzo Pieralisi wrote:
> On Thu, Oct 07, 2021 at 08:21:11PM +0200, Thierry Reding wrote:
> > On Wed, Sep 15, 2021 at 11:55:17AM +0300, Mikko Perttunen wrote:
> > > The return value from tegra_bpmp_transfer indicates the success or
> > > failure of the IPC transaction with BPMP. If the transaction
> > > succeeded, we also need to check the actual command's result code.
> > > Add code to do this.
> > >
> > > Signed-off-by: Mikko Perttunen <[email protected]>
> > > ---
> > > drivers/pci/controller/dwc/pcie-tegra194.c | 9 ++++++++-
> > > 1 file changed, 8 insertions(+), 1 deletion(-)
> >
> > Acked-by: Thierry Reding <[email protected]>
>
> Hi Thierry,
>
> can I pull this patch into the PCI tree ? Or if you want the series
> to go via another tree:
>
> Acked-by: Lorenzo Pieralisi <[email protected]>

Hi,

I would like to ask please how you want this series to be handled.

Thanks,
Lorenzo

2022-02-04 09:27:45

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH 5/5] PCI: tegra194: Handle errors in BPMP response

On Mon, Nov 29, 2021 at 12:19:18PM +0000, Lorenzo Pieralisi wrote:
> On Wed, Oct 13, 2021 at 01:59:56PM +0100, Lorenzo Pieralisi wrote:
> > On Thu, Oct 07, 2021 at 08:21:11PM +0200, Thierry Reding wrote:
> > > On Wed, Sep 15, 2021 at 11:55:17AM +0300, Mikko Perttunen wrote:
> > > > The return value from tegra_bpmp_transfer indicates the success or
> > > > failure of the IPC transaction with BPMP. If the transaction
> > > > succeeded, we also need to check the actual command's result code.
> > > > Add code to do this.
> > > >
> > > > Signed-off-by: Mikko Perttunen <[email protected]>
> > > > ---
> > > > drivers/pci/controller/dwc/pcie-tegra194.c | 9 ++++++++-
> > > > 1 file changed, 8 insertions(+), 1 deletion(-)
> > >
> > > Acked-by: Thierry Reding <[email protected]>
> >
> > Hi Thierry,
> >
> > can I pull this patch into the PCI tree ? Or if you want the series
> > to go via another tree:
> >
> > Acked-by: Lorenzo Pieralisi <[email protected]>
>
> Hi,
>
> I would like to ask please how you want this series to be handled.

Should I apply this patch stand-alone ?

I will mark all other patches in this series as Not Applicable in
the PCI queue.

Thanks,
Lorenzo