mbox series

[GIT,PULL,1/4] soc/tegra: Changes for v6.11-rc1

Message ID 20240628210818.3627404-1-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,1/4] soc/tegra: Changes for v6.11-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.11-soc

Message

Thierry Reding June 28, 2024, 9:08 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.11-soc

for you to fetch changes up to cfcd6c46fec46cac3bf6658838d3ea329aff37aa:

  soc/tegra: pmc: Simplify resource lookup (2024-06-27 09:02:31 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v6.11-rc1

This is a simple change that condenses two function calls into one in
two places to save some boilerplate.

----------------------------------------------------------------
Jon Hunter (1):
      soc/tegra: pmc: Simplify resource lookup

 drivers/soc/tegra/pmc.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

Arnd Bergmann July 9, 2024, 2:01 p.m. UTC | #1
On Fri, Jun 28, 2024, at 23:08, Thierry Reding wrote:

> ----------------------------------------------------------------
> soc/tegra: Changes for v6.11-rc1
>
> This is a simple change that condenses two function calls into one in
> two places to save some boilerplate.
>

Hi Thierry,

I have merged all four tegra pull requests, but for some reason
patchwork did not notice this, so there was no automated reply
and I manually marked them as "Queued" in patchwork now.

Maybe double-check that the contents I have are indeed
what you sent me.

     Arnd
Thierry Reding July 11, 2024, 10:57 a.m. UTC | #2
On Tue, Jul 09, 2024 at 04:01:12PM GMT, Arnd Bergmann wrote:
> On Fri, Jun 28, 2024, at 23:08, Thierry Reding wrote:
> 
> > ----------------------------------------------------------------
> > soc/tegra: Changes for v6.11-rc1
> >
> > This is a simple change that condenses two function calls into one in
> > two places to save some boilerplate.
> >
> 
> Hi Thierry,
> 
> I have merged all four tegra pull requests, but for some reason
> patchwork did not notice this, so there was no automated reply
> and I manually marked them as "Queued" in patchwork now.
> 
> Maybe double-check that the contents I have are indeed
> what you sent me.

Looks all good.

Thanks,
Thierry