mbox series

[GIT,PULL,3/4] memory: brcm for v6.1

Message ID 20220909153037.824092-3-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 4da90678a6862442c049b2827bf11fd563f1e66f
Headers show
Series [PULL,fixes,1/4] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez | expand

Pull-request

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

Message

Krzysztof Kozlowski Sept. 9, 2022, 3:30 p.m. UTC
Hi,

Topic branch.

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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-brcm-6.1

for you to fetch changes up to a4be90ff7a7d22a5a781ed2bb3c2d4b2f535a515:

  memory: brcmstb_memc: Add Broadcom STB memory controller driver (2022-08-18 09:11:45 +0300)

----------------------------------------------------------------
Memory controller drivers for v6.1 - Broadcom

Add support for the Broadcom STB memory controller (BRCMSTB_MEMC).

----------------------------------------------------------------
Florian Fainelli (3):
      dt-bindings: memory-controller: Document Broadcom STB MEMC
      Documentation: sysfs: Document Broadcom STB memc sysfs knobs
      memory: brcmstb_memc: Add Broadcom STB memory controller driver

 .../ABI/testing/sysfs-platform-brcmstb-memc        |  15 +
 .../devicetree/bindings/arm/bcm/brcm,brcmstb.txt   |  11 +-
 .../memory-controllers/brcm,brcmstb-memc-ddr.yaml  |  52 ++++
 drivers/memory/Kconfig                             |   9 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/brcmstb_memc.c                      | 301 +++++++++++++++++++++
 6 files changed, 380 insertions(+), 9 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-brcmstb-memc
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/brcm,brcmstb-memc-ddr.yaml
 create mode 100644 drivers/memory/brcmstb_memc.c