mbox series

[GIT,PULL] memory: changes for v5.14

Message ID 20210809152639.110576-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit c28b584deb1bc81f8a2454b43c82cdda17ed29f6
Headers show
Series [GIT,PULL] memory: changes for v5.14 | expand

Pull-request

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

Message

Krzysztof Kozlowski Aug. 9, 2021, 3:26 p.m. UTC
Hi,

I organized changes on separate topic branches just in case I need to share
them with SoC maintainers.  They are all merged back to main branch.

Best regards,
Krzysztof


The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -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.15

for you to fetch changes up to c28b584deb1bc81f8a2454b43c82cdda17ed29f6:

  Merge branch 'for-v5.15/omap-gpmc' into for-next (2021-07-29 09:03:32 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.15

Few minor fixes: maintainer pattern, unused-function warning in
Tegra186 and suspend/resume in OMAP GPMC.

----------------------------------------------------------------
Arnd Bergmann (1):
      memory: tegra: fix unused-function warning

Krzysztof Kozlowski (2):
      Merge branch 'for-v5.15/tegra-mc' into for-next
      Merge branch 'for-v5.15/omap-gpmc' into for-next

Mauro Carvalho Chehab (1):
      MAINTAINERS: update arm,pl353-smc.yaml reference

Tony Lindgren (2):
      memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unused
      memory: omap-gpmc: Drop custom PM calls with cpu_pm notifier

 MAINTAINERS                     |   2 +-
 arch/arm/mach-omap2/pm34xx.c    |   5 --
 drivers/memory/omap-gpmc.c      | 191 +++++++++++++++++++++++++---------------
 drivers/memory/tegra/tegra186.c |   2 +
 include/linux/omap-gpmc.h       |   3 -
 5 files changed, 121 insertions(+), 82 deletions(-)

Comments

Arnd Bergmann Aug. 12, 2021, 8:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 Aug 2021 17:26:39 +0200, Krzysztof Kozlowski wrote:
> I organized changes on separate topic branches just in case I need to share
> them with SoC maintainers.  They are all merged back to main branch.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 0dc76ecbbf15c43197f204c6631c6ef12f00d6ba

       Arnd