All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
	'Olof Johansson' <olof@lixom.net>,
	Kevin Hilman <khilman@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: [GIT PULL 5/5] Samsung mach updates for v4.1
Date: Thu, 02 Apr 2015 03:17:33 +0900	[thread overview]
Message-ID: <551C363D.3040207@kernel.org> (raw)

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-updates

for you to fetch changes up to bd0d888c4f7f125b7c7168f51039142150d9d1cc:

  ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoC (2015-03-27
02:35:52 +0900)

----------------------------------------------------------------
Samsung mach updates for v4.1

- for s3c64xx
  : use fixed IRQ bases to avoid conflicts on Cragganmore

- for exynos3250
  : add cpuidle and AFTR mode support
  : fix CPU1 hotplug

- for exynos SoCs
  : add code for setting/clearing boot flag for cpuidle AFTR
  : remove left over 'extra_save' and constify 'exynos_pm_data' array
  : use static in suspend.c as per compiler suggestions
  : use platform device name as power domain name
  : add support for async-bridge clocks for pm_domains (exynos5420)

----------------------------------------------------------------
Andrzej Hajda (1):
      ARM: EXYNOS: add support for async-bridge clocks for pm_domains

Bartlomiej Zolnierkiewicz (4):
      ARM: EXYNOS: fix CPU1 hotplug on Exynos3250
      ARM: EXYNOS: add code for setting/clearing boot flag
      ARM: EXYNOS: add AFTR mode support for Exynos3250
      ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoC

Charles Keepax (1):
      ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

Krzysztof Kozlowski (4):
      ARM: EXYNOS: Use platform device name as power domain name
      ARM: EXYNOS: use static in suspend.c
      ARM: EXYNOS: Constify exynos_pm_data array
      ARM: EXYNOS: Remove left over 'extra_save'

 arch/arm/mach-exynos/common.h         |  6 ++++++
 arch/arm/mach-exynos/exynos.c         |  1 +
 arch/arm/mach-exynos/firmware.c       | 33
++++++++++++++++++++++++++++++++-
 arch/arm/mach-exynos/platsmp.c        | 23 ++++++++++++++++++++---
 arch/arm/mach-exynos/pm.c             | 12 +++++++++++-
 arch/arm/mach-exynos/pm_domains.c     | 29 ++++++++++++++++++++++++-----
 arch/arm/mach-exynos/regs-pmu.h       |  3 +++
 arch/arm/mach-exynos/smc.h            |  9 +++++++++
 arch/arm/mach-exynos/suspend.c        | 22 ++++++----------------
 arch/arm/mach-s3c64xx/crag6410.h      |  1 +
 arch/arm/mach-s3c64xx/mach-crag6410.c |  1 +
 11 files changed, 114 insertions(+), 26 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/5] Samsung mach updates for v4.1
Date: Thu, 02 Apr 2015 03:17:33 +0900	[thread overview]
Message-ID: <551C363D.3040207@kernel.org> (raw)

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

  Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-updates

for you to fetch changes up to bd0d888c4f7f125b7c7168f51039142150d9d1cc:

  ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoC (2015-03-27
02:35:52 +0900)

----------------------------------------------------------------
Samsung mach updates for v4.1

- for s3c64xx
  : use fixed IRQ bases to avoid conflicts on Cragganmore

- for exynos3250
  : add cpuidle and AFTR mode support
  : fix CPU1 hotplug

- for exynos SoCs
  : add code for setting/clearing boot flag for cpuidle AFTR
  : remove left over 'extra_save' and constify 'exynos_pm_data' array
  : use static in suspend.c as per compiler suggestions
  : use platform device name as power domain name
  : add support for async-bridge clocks for pm_domains (exynos5420)

----------------------------------------------------------------
Andrzej Hajda (1):
      ARM: EXYNOS: add support for async-bridge clocks for pm_domains

Bartlomiej Zolnierkiewicz (4):
      ARM: EXYNOS: fix CPU1 hotplug on Exynos3250
      ARM: EXYNOS: add code for setting/clearing boot flag
      ARM: EXYNOS: add AFTR mode support for Exynos3250
      ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoC

Charles Keepax (1):
      ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

Krzysztof Kozlowski (4):
      ARM: EXYNOS: Use platform device name as power domain name
      ARM: EXYNOS: use static in suspend.c
      ARM: EXYNOS: Constify exynos_pm_data array
      ARM: EXYNOS: Remove left over 'extra_save'

 arch/arm/mach-exynos/common.h         |  6 ++++++
 arch/arm/mach-exynos/exynos.c         |  1 +
 arch/arm/mach-exynos/firmware.c       | 33
++++++++++++++++++++++++++++++++-
 arch/arm/mach-exynos/platsmp.c        | 23 ++++++++++++++++++++---
 arch/arm/mach-exynos/pm.c             | 12 +++++++++++-
 arch/arm/mach-exynos/pm_domains.c     | 29 ++++++++++++++++++++++++-----
 arch/arm/mach-exynos/regs-pmu.h       |  3 +++
 arch/arm/mach-exynos/smc.h            |  9 +++++++++
 arch/arm/mach-exynos/suspend.c        | 22 ++++++----------------
 arch/arm/mach-s3c64xx/crag6410.h      |  1 +
 arch/arm/mach-s3c64xx/mach-crag6410.c |  1 +
 11 files changed, 114 insertions(+), 26 deletions(-)

             reply	other threads:[~2015-04-01 18:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 18:17 Kukjin Kim [this message]
2015-04-01 18:17 ` [GIT PULL 5/5] Samsung mach updates for v4.1 Kukjin Kim
2015-04-03 22:06 ` Olof Johansson
2015-04-03 22:06   ` 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=551C363D.3040207@kernel.org \
    --to=kgene@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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.