mbox series

[GIT,PULL] memory: tegra for v5.14, late fixes

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

Pull-request

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

Message

Krzysztof Kozlowski June 25, 2021, 7:36 a.m. UTC
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.

----------------------------------------------------------------
Thierry Reding (2):
      memory: tegra: Add compile-test stub for tegra_mc_probe_device()
      dt-bindings: arm-smmu: Fix json-schema syntax

 Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 6 ++----
 include/soc/tegra/mc.h                                | 9 +++++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

Comments

Krzysztof Kozlowski July 13, 2021, 8:32 a.m. UTC | #1
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
Rob Herring July 13, 2021, 1:36 p.m. UTC | #2
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
Arnd Bergmann July 16, 2021, 9:24 p.m. UTC | #3
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