All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1
@ 2023-03-02  9:42 ` Thierry Reding
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2023-03-02  9:42 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:

  arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.3-arm64-dt-fixes

for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:

  arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)

This single fix is also available in patchwork if you prefer to pick
this up as a standalone patch:

	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v6.3-rc1

This contains a fix for the CBB bus' ranges property on Tegra194 and
Tegra234 that restores proper translation of PCI addresses.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234

 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1
@ 2023-03-02  9:42 ` Thierry Reding
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2023-03-02  9:42 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:

  arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.3-arm64-dt-fixes

for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:

  arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)

This single fix is also available in patchwork if you prefer to pick
this up as a standalone patch:

	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v6.3-rc1

This contains a fix for the CBB bus' ranges property on Tegra194 and
Tegra234 that restores proper translation of PCI addresses.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234

 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1
  2023-03-02  9:42 ` Thierry Reding
@ 2023-03-16 11:36   ` Jon Hunter
  -1 siblings, 0 replies; 5+ messages in thread
From: Jon Hunter @ 2023-03-16 11:36 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, linux-arm-kernel, Thierry Reding

Hi all,

On 02/03/2023 09:42, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:
> 
>    arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.3-arm64-dt-fixes
> 
> for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:
> 
>    arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)
> 
> This single fix is also available in patchwork if you prefer to pick
> this up as a standalone patch:
> 
> 	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v6.3-rc1
> 
> This contains a fix for the CBB bus' ranges property on Tegra194 and
> Tegra234 that restores proper translation of PCI addresses.
> 
> ----------------------------------------------------------------
> Thierry Reding (1):
>        arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234
> 
>   arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
>   arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)



I have not seen this land in the mainline yet. If you already have this 
queued up for v6.3 then ignore this, but if not, please can we get this 
pulled in?

Thanks!
Jon
-- 
nvpublic

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1
@ 2023-03-16 11:36   ` Jon Hunter
  0 siblings, 0 replies; 5+ messages in thread
From: Jon Hunter @ 2023-03-16 11:36 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, linux-arm-kernel, Thierry Reding

Hi all,

On 02/03/2023 09:42, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:
> 
>    arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.3-arm64-dt-fixes
> 
> for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:
> 
>    arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)
> 
> This single fix is also available in patchwork if you prefer to pick
> this up as a standalone patch:
> 
> 	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v6.3-rc1
> 
> This contains a fix for the CBB bus' ranges property on Tegra194 and
> Tegra234 that restores proper translation of PCI addresses.
> 
> ----------------------------------------------------------------
> Thierry Reding (1):
>        arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234
> 
>   arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
>   arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)



I have not seen this land in the mainline yet. If you already have this 
queued up for v6.3 then ignore this, but if not, please can we get this 
pulled in?

Thanks!
Jon
-- 
nvpublic

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1
  2023-03-02  9:42 ` Thierry Reding
  (?)
  (?)
@ 2023-03-17 15:52 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2023-03-17 15:52 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu,  2 Mar 2023 10:42:13 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:
> 
>   arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: tegra: Device tree fixes for v6.3-rc1
    https://git.kernel.org/soc/soc/c/e5bd1002443d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-17 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02  9:42 [GIT PULL] arm64: tegra: Device tree fixes for v6.3-rc1 Thierry Reding
2023-03-02  9:42 ` Thierry Reding
2023-03-16 11:36 ` Jon Hunter
2023-03-16 11:36   ` Jon Hunter
2023-03-17 15:52 ` patchwork-bot+linux-soc

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.