mbox series

[GIT,PULL] memory: drivers for v6.8

Message ID 20231213061523.4803-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 8d446ff13a2abcfa39b6dcb28f10145db7c77818
Headers show
Series [GIT,PULL] memory: drivers for v6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.8

Message

Krzysztof Kozlowski Dec. 13, 2023, 6:15 a.m. UTC
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.8

for you to fetch changes up to 4a23d0f9814c38308dc82b6dbc466666a400b27d:

  memory: tegra: Protect SID override call under CONFIG_IOMMU_API (2023-12-06 11:22:24 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.8

Few improvements for Tegra Memory Controller: Override the SID
programming in the device, if firmware or bootloader left it in bypass
mode, e.g. after resuming from suspend.  Skip prorgamming the SID, if
given Memory Controller client does not support it.

----------------------------------------------------------------
Ashish Mhetre (3):
      memory: tegra: Add SID override programming for MC clients
      memory: tegra: Skip SID programming if SID registers aren't set
      memory: tegra: Protect SID override call under CONFIG_IOMMU_API

 drivers/memory/tegra/tegra186.c | 19 +++++++++++++++++++
 include/soc/tegra/mc.h          |  1 +
 2 files changed, 20 insertions(+)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 22, 2023, 12:01 p.m. UTC | #1
Hello:

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

On Wed, 13 Dec 2023 07:15:23 +0100 you wrote:
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.8
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] memory: drivers for v6.8
    https://git.kernel.org/soc/soc/c/8d446ff13a2a

You are awesome, thank you!