public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/3] ARM: drivers: memory: SROM controller for v4.7
Date: Wed, 27 Apr 2016 11:10:56 +0200	[thread overview]
Message-ID: <1461748256-4394-4-git-send-email-k.kozlowski@samsung.com> (raw)
In-Reply-To: <1461748256-4394-1-git-send-email-k.kozlowski@samsung.com>

Hi,

Finally, I hope the SROM controller can be split from mach-exynos into
drivers/memory. This is a very long standing patchset. The delay was
caused (twice) by very late comments, including comments for already
acked patch by the acker. Endless work... but I think entire feedback
was addressed (not ignored!).

This includes internal dependency: samsung-dt-exynos-srom-fixup-4.7.

Please, be so kind and pick it up.

Best regards,
Krzysztof


The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  kernel.org:/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-exynos-srom-4.7

for you to fetch changes up to 8ac2266d88318d348fa5f1dad5b525e0d2c665ef:

  memory: samsung: exynos-srom: Add support for bank configuration (2016-04-18 14:25:29 +0200)

----------------------------------------------------------------
Topic branch for Samsung soc/drivers update for v4.7:

This moves Samsung SROM controller code from arm/mach-exynos into to
separate driver under drivers/memory/samsung. In the future this driver
will be re-used on ARM64 Exynos platform.

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      Merge tag 'samsung-dt-exynos-srom-fixup-4.7' into for-v4.7/drivers-memory-exynos-srom

Pankaj Dubey (5):
      ARM: dts: change SROM node compatible from generic to model specific
      dt-bindings: EXYNOS: Add exynos-srom device tree binding
      memory: Add support for Exynos SROM driver
      MAINTAINERS: Add maintainers entry for drivers/memory/samsung
      ARM: EXYNOS: Remove SROM related register settings from mach-exynos

Pavel Fedin (1):
      memory: samsung: exynos-srom: Add support for bank configuration

 .../bindings/memory-controllers/exynos-srom.txt    |  79 +++++++
 MAINTAINERS                                        |   1 +
 arch/arm/boot/dts/exynos4.dtsi                     |   4 +-
 arch/arm/boot/dts/exynos5.dtsi                     |   4 +-
 arch/arm/boot/dts/exynos5410-smdk5410.dts          |   2 +-
 arch/arm/boot/dts/exynos5410.dtsi                  |   4 +-
 arch/arm/mach-exynos/Kconfig                       |   3 +
 arch/arm/mach-exynos/exynos.c                      |  17 --
 arch/arm/mach-exynos/include/mach/map.h            |   3 -
 arch/arm/mach-exynos/regs-srom.h                   |  53 -----
 arch/arm/mach-exynos/suspend.c                     |  20 +-
 arch/arm/plat-samsung/include/plat/map-s5p.h       |   1 -
 drivers/memory/Kconfig                             |   1 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/samsung/Kconfig                     |  13 ++
 drivers/memory/samsung/Makefile                    |   1 +
 drivers/memory/samsung/exynos-srom.c               | 231 +++++++++++++++++++++
 drivers/memory/samsung/exynos-srom.h               |  51 +++++
 18 files changed, 390 insertions(+), 99 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos-srom.txt
 delete mode 100644 arch/arm/mach-exynos/regs-srom.h
 create mode 100644 drivers/memory/samsung/Kconfig
 create mode 100644 drivers/memory/samsung/Makefile
 create mode 100644 drivers/memory/samsung/exynos-srom.c
 create mode 100644 drivers/memory/samsung/exynos-srom.h

  parent reply	other threads:[~2016-04-27  9:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-27  9:10 [GIT PULL 0/3] ARM: EXYNOS: Second round for v4.7 Krzysztof Kozlowski
2016-04-27  9:10 ` [GIT PULL 1/3] ARM: dts: exynos: Secound round of DTS " Krzysztof Kozlowski
2016-04-28 14:06   ` Arnd Bergmann
2016-04-28 19:04     ` Krzysztof Kozlowski
2016-04-28 20:37       ` Arnd Bergmann
2016-04-29 12:01         ` Krzysztof Kozlowski
2016-04-27  9:10 ` [GIT PULL 2/3] ARM: dts: exynos: Fixup for SROM controller (v4.7) Krzysztof Kozlowski
2016-04-28 15:41   ` Arnd Bergmann
2016-04-27  9:10 ` Krzysztof Kozlowski [this message]
2016-04-28 16:07   ` [GIT PULL 3/3] ARM: drivers: memory: SROM controller for v4.7 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=1461748256-4394-4-git-send-email-k.kozlowski@samsung.com \
    --to=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox