mbox series

[GIT,PULL] Reset controller fixes for v5.16

Message ID 5383deda141721643419e98c485fb510be56fb61.camel@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller fixes for v5.16 | expand

Pull-request

git://git.pengutronix.de/pza/linux tags/reset-fixes-for-v5.16

Message

Philipp Zabel Nov. 19, 2021, 5:07 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux tags/reset-fixes-for-v5.16

for you to fetch changes up to 69125b4b9440be015783312e1b8753ec96febde0:

  reset: tegra-bpmp: Revert Handle errors in BPMP response (2021-11-17 17:22:27 +0100)

----------------------------------------------------------------
Reset controller fixes for v5.16

Well, just one: revert commit c045ceb5a145 ("reset: tegra-bpmp: Handle
errors in BPMP response"), which exposed an issue with the Tegra194 HDA
controller reset. BPMP response error handling will be reinstated once
there's a fix for the HDA issue.

----------------------------------------------------------------
Jon Hunter (1):
      reset: tegra-bpmp: Revert Handle errors in BPMP response

 drivers/reset/tegra/reset-bpmp.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Comments

Jon Hunter Dec. 13, 2021, 12:21 p.m. UTC | #1
Hi Arnd, Olof,

On 19/11/2021 17:07, Philipp Zabel wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>    Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>    git://git.pengutronix.de/pza/linux tags/reset-fixes-for-v5.16
> 
> for you to fetch changes up to 69125b4b9440be015783312e1b8753ec96febde0:
> 
>    reset: tegra-bpmp: Revert Handle errors in BPMP response (2021-11-17 17:22:27 +0100)
> 
> ----------------------------------------------------------------
> Reset controller fixes for v5.16
> 
> Well, just one: revert commit c045ceb5a145 ("reset: tegra-bpmp: Handle
> errors in BPMP response"), which exposed an issue with the Tegra194 HDA
> controller reset. BPMP response error handling will be reinstated once
> there's a fix for the HDA issue.
> 
> ----------------------------------------------------------------
> Jon Hunter (1):
>        reset: tegra-bpmp: Revert Handle errors in BPMP response
> 
>   drivers/reset/tegra/reset-bpmp.c | 9 +--------
>   1 file changed, 1 insertion(+), 8 deletions(-)


I have not seen this get picked up yet and we need this fix for v5.16. 
Please can you pick this up?

Thanks!
Jon
Arnd Bergmann Dec. 13, 2021, 1:15 p.m. UTC | #2
On Mon, Dec 13, 2021 at 1:21 PM Jon Hunter <jonathanh@nvidia.com> wrote:
> On 19/11/2021 17:07, Philipp Zabel wrote:
> > Reset controller fixes for v5.16
> >
> > Well, just one: revert commit c045ceb5a145 ("reset: tegra-bpmp: Handle
> > errors in BPMP response"), which exposed an issue with the Tegra194 HDA
> > controller reset. BPMP response error handling will be reinstated once
> > there's a fix for the HDA issue.
> >
>
> I have not seen this get picked up yet and we need this fix for v5.16.
> Please can you pick this up?

Thank you for pointing this out. I see this never made it into patchwork
because it was sent to the old address (arm@kernel.org) that gets in
my inbox but not patchwork like the new address (soc@kernel.org).

I'm also behind with the other pull requests, but I've picked it up manually
now.

Philipp, please make sure you send future pull requests to soc@kernel.org,
and maybe check that I did pick up previous ones you may have sent.

       Arnd
Philipp Zabel Dec. 13, 2021, 1:30 p.m. UTC | #3
Hi Arnd, Jon,

On Mon, 2021-12-13 at 14:15 +0100, Arnd Bergmann wrote:
> On Mon, Dec 13, 2021 at 1:21 PM Jon Hunter <jonathanh@nvidia.com> wrote:
> > On 19/11/2021 17:07, Philipp Zabel wrote:
> > > Reset controller fixes for v5.16
> > > 
> > > Well, just one: revert commit c045ceb5a145 ("reset: tegra-bpmp: Handle
> > > errors in BPMP response"), which exposed an issue with the Tegra194 HDA
> > > controller reset. BPMP response error handling will be reinstated once
> > > there's a fix for the HDA issue.
> > > 
> > 
> > I have not seen this get picked up yet and we need this fix for v5.16.
> > Please can you pick this up?
> 
> Thank you for pointing this out. I see this never made it into patchwork
> because it was sent to the old address (arm@kernel.org) that gets in
> my inbox but not patchwork like the new address (soc@kernel.org).

Ouf, sorry. I thought I had switched over to the soc@ address for good,
but this time my fingers must have betrayed me.

> I'm also behind with the other pull requests, but I've picked it up manually
> now.

Thank you.

> Philipp, please make sure you send future pull requests to soc@kernel.org,
> and maybe check that I did pick up previous ones you may have sent.

I'll do that, and make sure I won't manually type that address even
though it seems so memorable.

regards
Philipp