All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 3/4] memory: brcm for v6.1
Date: Fri,  9 Sep 2022 17:30:36 +0200	[thread overview]
Message-ID: <20220909153037.824092-3-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220909153037.824092-1-krzysztof.kozlowski@linaro.org>

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

  parent reply	other threads:[~2022-09-09 15:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 15:30 [PATCH PULL fixes 1/4] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez Krzysztof Kozlowski
2022-09-09 15:30 ` [GIT PULL 2/4] memory: drivers for v6.1 Krzysztof Kozlowski
2022-09-09 15:30 ` Krzysztof Kozlowski [this message]
2022-09-09 15:30 ` [GIT PULL 4/4] memory: mediatek " Krzysztof Kozlowski
2022-09-12 15:30 ` [PATCH PULL fixes 1/4] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez patchwork-bot+linux-soc
2022-09-12 15:30 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220909153037.824092-3-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.