All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] memory: drivers for v5.13
@ 2021-04-07 16:13 Krzysztof Kozlowski
  2021-04-07 16:13 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
  2021-04-08 15:49 ` [GIT PULL 1/2] memory: drivers " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07 16:13 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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.13

for you to fetch changes up to 25dcca7fedcd4e31cb368ad846bfd738c0c6307c:

  memory: pl353: fix mask of ECC page_size config register (2021-04-05 16:15:58 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.13

1. OMAP: fix unlikely but possible out of bounds read.
2. PL353: fix mask used in setting ECC page_size in config register.
3. Minor cleanup: Freescale Corenet.

----------------------------------------------------------------
Colin Ian King (1):
      memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]

Qiheng Lin (1):
      memory: fsl-corenet-cf: Remove redundant dev_err call in ccf_probe()

gexueyuan (1):
      memory: pl353: fix mask of ECC page_size config register

 drivers/memory/fsl-corenet-cf.c | 4 +---
 drivers/memory/omap-gpmc.c      | 7 +++++--
 drivers/memory/pl353-smc.c      | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] memory: tegra for v5.13
  2021-04-07 16:13 [GIT PULL 1/2] memory: drivers for v5.13 Krzysztof Kozlowski
@ 2021-04-07 16:13 ` Krzysztof Kozlowski
  2021-04-08 15:49   ` Arnd Bergmann
  2021-04-08 15:49 ` [GIT PULL 1/2] memory: drivers " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-04-07 16:13 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski,
	Dmitry Osipenko, Thierry Reding

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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-tegra-5.13

for you to fetch changes up to d8d5cbc619e86b8f2167ae40d029a9d07e97b303:

  dt-bindings: memory: tegra20: mc: Convert to schema (2021-04-01 19:58:22 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.13 - Tegra SoC

1. Few cleanups.
2. Add debug statistics to Tegra20 memory controller.
3. Update bindings and convert to dtschema.  This update is not
   backwards compatible (ABI break) however the broken part was added
   recently (v5.11) and there are no users of it yet.

----------------------------------------------------------------
Dmitry Osipenko (8):
      memory: tegra20: Add debug statistics
      memory: tegra20: Correct comment to MC_STAT registers writes
      memory: tegra20: Protect debug code with a lock
      memory: tegra: Print out info-level once per driver probe
      dt-bindings: memory: tegra20: emc: Replace core regulator with power domain
      dt-bindings: memory: tegra30: emc: Replace core regulator with power domain
      dt-bindings: memory: tegra124: emc: Replace core regulator with power domain
      dt-bindings: memory: tegra20: mc: Convert to schema

Yang Li (1):
      memory: tegra: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

 .../memory-controllers/nvidia,tegra124-emc.yaml    |   7 +-
 .../memory-controllers/nvidia,tegra20-emc.txt      |   4 +-
 .../memory-controllers/nvidia,tegra20-mc.txt       |  40 ---
 .../memory-controllers/nvidia,tegra20-mc.yaml      |  79 +++++
 .../memory-controllers/nvidia,tegra30-emc.yaml     |   7 +-
 drivers/memory/tegra/mc.c                          |   9 +
 drivers/memory/tegra/mc.h                          |   4 +-
 drivers/memory/tegra/tegra124-emc.c                |  16 +-
 drivers/memory/tegra/tegra20-emc.c                 |  20 +-
 drivers/memory/tegra/tegra20.c                     | 332 +++++++++++++++++++++
 drivers/memory/tegra/tegra30-emc.c                 |  18 +-
 include/soc/tegra/mc.h                             |   7 +
 12 files changed, 466 insertions(+), 77 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-mc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-mc.yaml

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 1/2] memory: drivers for v5.13
  2021-04-07 16:13 [GIT PULL 1/2] memory: drivers for v5.13 Krzysztof Kozlowski
  2021-04-07 16:13 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
@ 2021-04-08 15:49 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-08 15:49 UTC (permalink / raw)
  To: arm, soc, Olof Johansson, Krzysztof Kozlowski
  Cc: Arnd Bergmann, linux-kernel, Krzysztof Kozlowski

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 18:13:32 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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.13
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: f8e547f5285b8e4f862de90b0425a93999499e25

       Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 2/2] memory: tegra for v5.13
  2021-04-07 16:13 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
@ 2021-04-08 15:49   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-08 15:49 UTC (permalink / raw)
  To: Olof Johansson, arm, soc, Krzysztof Kozlowski
  Cc: Arnd Bergmann, Krzysztof Kozlowski, Dmitry Osipenko,
	linux-kernel, Thierry Reding

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 18:13:33 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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-tegra-5.13
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 0a8e73301d2b071a9e4ceb1901773502d50b897a

       Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-08 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 16:13 [GIT PULL 1/2] memory: drivers for v5.13 Krzysztof Kozlowski
2021-04-07 16:13 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
2021-04-08 15:49   ` Arnd Bergmann
2021-04-08 15:49 ` [GIT PULL 1/2] memory: drivers " Arnd Bergmann

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.