mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski Oct. 29, 2024, 7:53 a.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

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.13

for you to fetch changes up to 1f1d847a657523e182df87f88158b607afe7d559:

  arm64: defconfig: Update defconfig with now user-visible CONFIG_FSL_IFC (2024-10-14 20:10:47 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.13

1. Freescale IFC: Split handling of child nodes in the bindings to
   fix dtbs_check warning.
2. ARM64 defconfig: Nothing selects CONFIG_FSL_IFC anymore since
   commit 9ba0cae3cac0 ("memory: fsl_ifc: Make FSL_IFC config visible
   and selectable") and actually CONFIG_MTD_NAND_FSL_IFC depends on it
   now.  Enable CONFIG_FSL_IFC in ARM64 defconfig, so users of it won't
   lose these two drivers.

----------------------------------------------------------------
Esben Haabendal (1):
      arm64: defconfig: Update defconfig with now user-visible CONFIG_FSL_IFC

Frank Li (1):
      dt-bindings: memory-controllers: fsl,ifc: split child node differences

 .../bindings/memory-controllers/fsl/fsl,ifc.yaml   | 32 ++++++++++++++++++----
 arch/arm64/configs/defconfig                       |  1 +
 2 files changed, 28 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 12, 2024, 3:23 p.m. UTC | #1
Hello:

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

On Tue, 29 Oct 2024 08:53:47 +0100 you wrote:
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> 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.13
> 
> [...]

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

You are awesome, thank you!