mbox series

[GIT,PULL] memory: drivers for v5.12, part two

Message ID 20210211081829.7317-1-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit 321b36c79c431957c8c599a9f9640096c305cd03
Headers show
Series [GIT,PULL] memory: drivers for v5.12, part two | expand

Pull-request

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

Message

Krzysztof Kozlowski Feb. 11, 2021, 8:18 a.m. UTC
Hi,

Second (and late) pull request, on top of previous one.

Best regards,
Krzysztof


The following changes since commit 50fc8d9232cdc64b9e9d1b9488452f153de52b69:

  memory: mtk-smi: Allow building as module (2021-01-26 20:47:51 +0100)

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-2

for you to fetch changes up to 321b36c79c431957c8c599a9f9640096c305cd03:

  memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE (2021-02-08 18:15:45 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.12, part two

Two minor cleanups and one fix for compile testing (when !CONFIG_OF).

----------------------------------------------------------------
Jiapeng Chong (1):
      memory: tegra186-emc: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

Krzysztof Kozlowski (2):
      memory: ti-emif-pm: Drop of_match_ptr from of_device_id table
      memory: samsung: exynos5422-dmc: Correct function names in kerneldoc

 drivers/memory/samsung/exynos5422-dmc.c |  4 ++--
 drivers/memory/tegra/tegra186-emc.c     | 12 ++++++------
 drivers/memory/ti-emif-pm.c             |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Comments

Arnd Bergmann Feb. 11, 2021, 3:05 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 11 Feb 2021 09:18:29 +0100, Krzysztof Kozlowski wrote:
> Second (and late) pull request, on top of previous one.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 50fc8d9232cdc64b9e9d1b9488452f153de52b69:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: f464252181dc146220e0fb80b08b4fb4e4093288

       Arnd