All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL 1/2] ARM: exynos: mach/soc for v4.20 (or 5.0)
Date: Fri, 21 Sep 2018 19:45:20 +0200	[thread overview]
Message-ID: <20180921174520.9126-2-krzk@kernel.org> (raw)
In-Reply-To: <20180921174520.9126-1-krzk@kernel.org>

Hi,

Nothing special, description in tag.


Best regards,
Krzysztof


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20

for you to fetch changes up to f30858439e7db9ce9847eaedf440635fc6349c6e:

  ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.20

1. Fix imprecise abort during Odroid XU3-family suspend to RAM (but it
   is not end of work needed for suspend).
2. Cleanup and fix of SD card write protect on MINI2440.

----------------------------------------------------------------
Cedric Roux (3):
      ARM: s3c24xx: formatting cleanup in mach-mini2440.c
      ARM: s3c24xx: Correct SD card write protect detection on Mini2440
      ARM: s3c24xx: Restore proper usage of pr_info/pr_cont

Krzysztof Kozlowski (4):
      ARM: exynos: Store Exynos5420 register state in one variable
      ARM: exynos: Fix imprecise abort during Exynos5422 suspend to RAM
      ARM: s3c24xx: Remove empty gta02_pmu children probe
      ARM: s3c24xx: Consistently use tab for indenting member assignments

 Documentation/arm/Samsung/Bootloader-interface.txt |   1 +
 arch/arm/mach-exynos/common.h                      |   1 +
 arch/arm/mach-exynos/firmware.c                    |  14 ++-
 arch/arm/mach-exynos/suspend.c                     |  34 +++++--
 arch/arm/mach-s3c24xx/mach-gta02.c                 |  42 --------
 arch/arm/mach-s3c24xx/mach-mini2440.c              | 113 +++++++++++----------
 6 files changed, 97 insertions(+), 108 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 1/2] ARM: exynos: mach/soc for v4.20 (or 5.0)
Date: Fri, 21 Sep 2018 19:45:20 +0200	[thread overview]
Message-ID: <20180921174520.9126-2-krzk@kernel.org> (raw)
In-Reply-To: <20180921174520.9126-1-krzk@kernel.org>

Hi,

Nothing special, description in tag.


Best regards,
Krzysztof


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.20

for you to fetch changes up to f30858439e7db9ce9847eaedf440635fc6349c6e:

  ARM: s3c24xx: Restore proper usage of pr_info/pr_cont (2018-09-19 19:11:17 +0200)

----------------------------------------------------------------
Samsung mach/soc changes for v4.20

1. Fix imprecise abort during Odroid XU3-family suspend to RAM (but it
   is not end of work needed for suspend).
2. Cleanup and fix of SD card write protect on MINI2440.

----------------------------------------------------------------
Cedric Roux (3):
      ARM: s3c24xx: formatting cleanup in mach-mini2440.c
      ARM: s3c24xx: Correct SD card write protect detection on Mini2440
      ARM: s3c24xx: Restore proper usage of pr_info/pr_cont

Krzysztof Kozlowski (4):
      ARM: exynos: Store Exynos5420 register state in one variable
      ARM: exynos: Fix imprecise abort during Exynos5422 suspend to RAM
      ARM: s3c24xx: Remove empty gta02_pmu children probe
      ARM: s3c24xx: Consistently use tab for indenting member assignments

 Documentation/arm/Samsung/Bootloader-interface.txt |   1 +
 arch/arm/mach-exynos/common.h                      |   1 +
 arch/arm/mach-exynos/firmware.c                    |  14 ++-
 arch/arm/mach-exynos/suspend.c                     |  34 +++++--
 arch/arm/mach-s3c24xx/mach-gta02.c                 |  42 --------
 arch/arm/mach-s3c24xx/mach-mini2440.c              | 113 +++++++++++----------
 6 files changed, 97 insertions(+), 108 deletions(-)

  reply	other threads:[~2018-09-21 17:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-21 17:45 [GIT PULL 2/2] ARM: dts: exynos: DT for v4.20 (or 5.0) Krzysztof Kozlowski
2018-09-21 17:45 ` Krzysztof Kozlowski
2018-09-21 17:45 ` Krzysztof Kozlowski [this message]
2018-09-21 17:45   ` [GIT PULL 1/2] ARM: exynos: mach/soc " Krzysztof Kozlowski
2018-09-23 13:48   ` Olof Johansson
2018-09-23 13:48     ` Olof Johansson
2018-09-23 13:47 ` [GIT PULL 2/2] ARM: dts: exynos: DT " Olof Johansson
2018-09-23 13:47   ` Olof Johansson
2018-09-24 17:18   ` Krzysztof Kozlowski
2018-09-24 17:18     ` Krzysztof Kozlowski
2018-09-25 21:00     ` Olof Johansson
2018-09-25 21:00       ` Olof Johansson

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=20180921174520.9126-2-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.