All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Subject: [GIT PULL 1/2] memory: Memory controller for v5.11
Date: Wed, 25 Nov 2020 19:45:28 +0100	[thread overview]
Message-ID: <20201125184529.5392-1-krzk@kernel.org> (raw)

Hi,

Few early changes for v5.11.

Best regards,
Krzysztof


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -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-5.11

for you to fetch changes up to 5445a0c0d3366358e7ac44efa108b6fd359873e3:

  memory: pl353-smc: fix compile test on !ARM_AMBA (2020-11-18 17:14:54 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.11

1. jz4780_nemc: fix devm_ioremap() return value check leading to
   potential NULL pointer dereference.
2. mediatek: Convert bindings to dtschema and add support for mt8192.
3. pl353-smc: Fix compile test.

----------------------------------------------------------------
Dan Carpenter (1):
      memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()

Krzysztof Kozlowski (2):
      MAINTAINERS: add dt binding headers to memory controller drivers entry
      memory: pl353-smc: fix compile test on !ARM_AMBA

Yong Wu (3):
      dt-bindings: memory: mediatek: Convert SMI to DT schema
      dt-bindings: memory: mediatek: Add mt8192 support
      memory: mtk-smi: Add mt8192 support

 .../memory-controllers/mediatek,smi-common.txt     |  50 --------
 .../memory-controllers/mediatek,smi-common.yaml    | 142 +++++++++++++++++++++
 .../memory-controllers/mediatek,smi-larb.txt       |  50 --------
 .../memory-controllers/mediatek,smi-larb.yaml      | 132 +++++++++++++++++++
 MAINTAINERS                                        |   1 +
 drivers/memory/Kconfig                             |   4 +-
 drivers/memory/jz4780-nemc.c                       |   4 +-
 drivers/memory/mtk-smi.c                           |  19 +++
 8 files changed, 298 insertions(+), 104 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.yaml
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml

             reply	other threads:[~2020-11-25 18:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 18:45 Krzysztof Kozlowski [this message]
2020-11-25 18:45 ` [GIT PULL 2/2] memory: tegra for v5.11 Krzysztof Kozlowski
2020-11-26 17:55   ` Krzysztof Kozlowski
2020-11-26 21:18 ` [GIT PULL 1/2] memory: Memory controller " Arnd Bergmann

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=20201125184529.5392-1-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --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.