mbox series

[GIT,PULL,1/2] memory: drivers for v5.17

Message ID 20211224111124.6097-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Accepted
Commit 734b4712a15f027e4c26191038f391c05f134f7d
Headers show
Series [GIT,PULL,1/2] memory: drivers for v5.17 | expand

Pull-request

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

Message

Krzysztof Kozlowski Dec. 24, 2021, 11:11 a.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -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-5.17

for you to fetch changes up to de369801658a9a54759ac011af770e8c01d9db7f:

  Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next (2021-12-22 12:59:03 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.17

1. Minor improvements: Mediatek SMI, Freescale/NXP IFC, Tegra20 and
   Tegra30.
2. Convert Freescale/NXP IFC bindings to dtschema.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAX

Dmitry Osipenko (2):
      memory: tegra30-emc: Print additional memory info
      memory: tegra20-emc: Correct memory device mask

Jason Wang (1):
      memory: brcmstb_dpfe: fix typo in a comment

Krzysztof Kozlowski (1):
      Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next

Li Yang (2):
      dt-bindings: memory: fsl: convert ifc binding to yaml schema
      memory: fsl_ifc: populate child devices without relying on simple-bus

Rikard Falkeborn (1):
      memory: tegra: Constify struct thermal_cooling_device_ops

 .../bindings/memory-controllers/fsl/fsl,ifc.yaml   | 113 ++++++++++++++++++
 .../bindings/memory-controllers/fsl/ifc.txt        |  82 -------------
 drivers/memory/brcmstb_dpfe.c                      |   2 +-
 drivers/memory/fsl_ifc.c                           |   9 ++
 drivers/memory/mtk-smi.c                           |   3 +-
 drivers/memory/tegra/Kconfig                       |   1 +
 drivers/memory/tegra/tegra20-emc.c                 |   2 +-
 drivers/memory/tegra/tegra210-emc-core.c           |   2 +-
 drivers/memory/tegra/tegra30-emc.c                 | 131 +++++++++++++++++++--
 9 files changed, 248 insertions(+), 97 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt

Comments

patchwork-bot+linux-soc@kernel.org Jan. 8, 2022, 10 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Olof Johansson <olof@lixom.net>:

On Fri, 24 Dec 2021 12:11:23 +0100 you wrote:
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -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-5.17
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] memory: drivers for v5.17
    https://git.kernel.org/soc/soc/c/734b4712a15f
  - [GIT,PULL,2/2] memory: omap: drivers for v5.17
    https://git.kernel.org/soc/soc/c/34e0929d14d0

You are awesome, thank you!
Krzysztof Kozlowski Jan. 23, 2022, noon UTC | #2
On 24/12/2021 12:11, Krzysztof Kozlowski wrote:
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -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-5.17
> 
> for you to fetch changes up to de369801658a9a54759ac011af770e8c01d9db7f:
> 
>   Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next (2021-12-22 12:59:03 +0100)
> 
> ----------------------------------------------------------------
> Memory controller drivers for v5.17
> 
> 1. Minor improvements: Mediatek SMI, Freescale/NXP IFC, Tegra20 and
>    Tegra30.
> 2. Convert Freescale/NXP IFC bindings to dtschema.
> 
> ----------------------------------------------------------------
> AngeloGioacchino Del Regno (1):
>       memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAX
> 
> Dmitry Osipenko (2):
>       memory: tegra30-emc: Print additional memory info
>       memory: tegra20-emc: Correct memory device mask
> 
> Jason Wang (1):
>       memory: brcmstb_dpfe: fix typo in a comment
> 
> Krzysztof Kozlowski (1):
>       Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next
> 
> Li Yang (2):
>       dt-bindings: memory: fsl: convert ifc binding to yaml schema
>       memory: fsl_ifc: populate child devices without relying on simple-bus
> 
> Rikard Falkeborn (1):
>       memory: tegra: Constify struct thermal_cooling_device_ops
> 

Arnd, Olof,

I think this one was not pulled by you. Any chances of sending this to
Linus past 5.17-rc1? If not, could you pull it as v5.18 material?


Best regards,
Krzysztof
Krzysztof Kozlowski Jan. 27, 2022, 9:33 a.m. UTC | #3
On 23/01/2022 13:00, Krzysztof Kozlowski wrote:
> On 24/12/2021 12:11, Krzysztof Kozlowski wrote:
>> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
>>
>>   Linux 5.16-rc1 (2021-11-14 13:56:52 -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-5.17
>>
>> for you to fetch changes up to de369801658a9a54759ac011af770e8c01d9db7f:
>>
>>   Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next (2021-12-22 12:59:03 +0100)
>>
>> ----------------------------------------------------------------
>> Memory controller drivers for v5.17
>>
>> 1. Minor improvements: Mediatek SMI, Freescale/NXP IFC, Tegra20 and
>>    Tegra30.
>> 2. Convert Freescale/NXP IFC bindings to dtschema.
>>
>> ----------------------------------------------------------------
>> AngeloGioacchino Del Regno (1):
>>       memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAX
>>
>> Dmitry Osipenko (2):
>>       memory: tegra30-emc: Print additional memory info
>>       memory: tegra20-emc: Correct memory device mask
>>
>> Jason Wang (1):
>>       memory: brcmstb_dpfe: fix typo in a comment
>>
>> Krzysztof Kozlowski (1):
>>       Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next
>>
>> Li Yang (2):
>>       dt-bindings: memory: fsl: convert ifc binding to yaml schema
>>       memory: fsl_ifc: populate child devices without relying on simple-bus
>>
>> Rikard Falkeborn (1):
>>       memory: tegra: Constify struct thermal_cooling_device_ops
>>
> 
> Arnd, Olof,
> 
> I think this one was not pulled by you. Any chances of sending this to
> Linus past 5.17-rc1? If not, could you pull it as v5.18 material?

I'll send all this as v5.18 material, so this pull-req can be skipped.


Best regards,
Krzysztof