Message ID | 20210625073604.13562-1-krzysztof.kozlowski@canonical.com (mailing list archive) |
---|---|
State | Mainlined |
Headers | show |
Series | [GIT,PULL] memory: tegra for v5.14, late fixes | expand |
On 25/06/2021 09:36, Krzysztof Kozlowski wrote: > Hi, > > Late fixes for Tegra memory controllers drivers for issues introduced in this > branch in previous tags. > > On top of previous pull (memory-controller-drv-tegra-5.14-2). > > If it is too late, I can send as fixes after merge window, but maybe better to > get these into merge windows earlier. > > Best regards, > Krzysztof > > > The following changes since commit 2c1bc371268862a991a6498e1dddc8971b9076b8: > > iommu/arm-smmu: Use Tegra implementation on Tegra186 (2021-06-11 08:44:53 +0200) > > 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-tegra-5.14-3 > > for you to fetch changes up to bf3ec9deaa33889630722c47f7bb86ba58872ea7: > > dt-bindings: arm-smmu: Fix json-schema syntax (2021-06-23 07:55:10 +0200) > > ---------------------------------------------------------------- > Memory controller drivers for v5.14 - Tegra SoC, late fixes > > Two fixes for recent series of changfesi n Tegra SoC memory controller > drivers: > 1. Add a stub for tegra_mc_probe_device() to fix compile testing of > arm-smmu without TEGRA_MC. > 2. Fix arm-smmu dtschema syntax. > Hi Arnd and Olof, Let me remind about this pull request with fixes for current merge window. Without it, certain configurations (build/dt_binding) are broken. Best regards, Krzysztof
On Tue, Jul 13, 2021 at 2:32 AM Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote: > > On 25/06/2021 09:36, Krzysztof Kozlowski wrote: > > Hi, > > > > Late fixes for Tegra memory controllers drivers for issues introduced in this > > branch in previous tags. > > > > On top of previous pull (memory-controller-drv-tegra-5.14-2). > > > > If it is too late, I can send as fixes after merge window, but maybe better to > > get these into merge windows earlier. > > > > Best regards, > > Krzysztof > > > > > > The following changes since commit 2c1bc371268862a991a6498e1dddc8971b9076b8: > > > > iommu/arm-smmu: Use Tegra implementation on Tegra186 (2021-06-11 08:44:53 +0200) > > > > 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-tegra-5.14-3 > > > > for you to fetch changes up to bf3ec9deaa33889630722c47f7bb86ba58872ea7: > > > > dt-bindings: arm-smmu: Fix json-schema syntax (2021-06-23 07:55:10 +0200) > > > > ---------------------------------------------------------------- > > Memory controller drivers for v5.14 - Tegra SoC, late fixes > > > > Two fixes for recent series of changfesi n Tegra SoC memory controller > > drivers: > > 1. Add a stub for tegra_mc_probe_device() to fix compile testing of > > arm-smmu without TEGRA_MC. > > 2. Fix arm-smmu dtschema syntax. BTW, this really should have been applied to the iommu tree as that was where the breakage was. > > > > Hi Arnd and Olof, > > Let me remind about this pull request with fixes for current merge > window. Without it, certain configurations (build/dt_binding) are broken. Please send this to Linus before rc2 so folks have a working base for schema or I can apply the schema fix and send it. Rob
From: Arnd Bergmann <arnd@arndb.de> On Fri, 25 Jun 2021 09:36:04 +0200, Krzysztof Kozlowski wrote: > Late fixes for Tegra memory controllers drivers for issues introduced in this > branch in previous tags. > > On top of previous pull (memory-controller-drv-tegra-5.14-2). > > If it is too late, I can send as fixes after merge window, but maybe better to > get these into merge windows earlier. > > [...] Merged into arm/fixes, thanks! merge commit: b6e473d1e21262290b8e1a023eff9f091ab8041b Arnd