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: drivers for v5.12
Date: Sun, 31 Jan 2021 19:01:08 +0100 [thread overview]
Message-ID: <20210131180109.11510-1-krzk@kernel.org> (raw)
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -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.12
for you to fetch changes up to 50fc8d9232cdc64b9e9d1b9488452f153de52b69:
memory: mtk-smi: Allow building as module (2021-01-26 20:47:51 +0100)
----------------------------------------------------------------
Memory controller drivers for v5.12
1. Mediatek SMI: fix PM usage counter and make the driver modular.
2. Renesas RPC-IF: add support for RZ/G2 series.
3. Minor fixes.
----------------------------------------------------------------
Adam Ford (2):
dt-bindings: memory: renesas,rpc-if: Add support for RZ/G2 Series
memory: renesas-rpc-if: Add RZ/G2 to Kconfig description
Pan Bian (1):
memory: ti-aemif: Drop child node when jumping out loop
Yong Wu (2):
memory: mtk-smi: Use platform_register_drivers
memory: mtk-smi: Allow building as module
Zhang Qilong (1):
memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops
Zheng Yongjun (1):
memory: emif: Use DEFINE_SPINLOCK() for spinlock
.../memory-controllers/renesas,rpc-if.yaml | 6 +++-
drivers/memory/Kconfig | 8 ++---
drivers/memory/emif.c | 3 +-
drivers/memory/mtk-smi.c | 36 ++++++++++------------
drivers/memory/ti-aemif.c | 8 +++--
include/soc/mediatek/smi.h | 2 +-
6 files changed, 33 insertions(+), 30 deletions(-)
next reply other threads:[~2021-01-31 18:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-31 18:01 Krzysztof Kozlowski [this message]
2021-01-31 18:01 ` [GIT PULL 2/2] memory: tegra drivers for v5.12 Krzysztof Kozlowski
2021-02-02 21:36 ` Arnd Bergmann
2021-02-02 21:36 ` [GIT PULL 1/2] memory: " 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=20210131180109.11510-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.