linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Samsung fixes for v3.18
@ 2014-10-14 23:26 Kukjin Kim
  2014-10-15  6:31 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2014-10-14 23:26 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

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

for you to fetch changes up to f6f1ae82bd288bceed5a93594a8a081845f11b41:

   ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] ops (2014-09-24 
02:47:44 +0900)

----------------------------------------------------------------
Samsung fixes for v3.18
- fix ifdef around cpu_*_do_[suspend, resume] ops to check
   CONFIG_ARM_CPU_SUSPEND and not CONFIG_PM_SLEEP
- fix exynos_defconfig build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=n
- fix enabling Samsung PM debug functionality due to recently merged
   patches and previous merge conflicts
- fix pull-up setting in sd4_width8 pin group for exynos4x12

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
       ARM: EXYNOS: Fix build with PM_SLEEP=n and ARM_EXYNOS_CPUIDLE=n
       ARM: mm: Fix ifdef around cpu_*_do_[suspend, resume] ops

Tomasz Figa (2):
       ARM: dts: Fix pull setting in sd4_width8 pin group for exynos4x12
       ARM: SAMSUNG: Restore Samsung PM Debug functionality

  arch/arm/boot/dts/exynos4x12-pinctrl.dtsi | 2 +-
  arch/arm/mach-exynos/exynos.c             | 2 ++
  arch/arm/mm/proc-macros.S                 | 2 +-
  arch/arm/plat-samsung/Kconfig             | 5 +++--
  arch/arm/plat-samsung/pm-debug.c          | 1 +
  5 files changed, 8 insertions(+), 4 deletions(-)

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

* [GIT PULL 1/2] Samsung fixes for v3.18
  2014-10-14 23:26 [GIT PULL 1/2] Samsung fixes for v3.18 Kukjin Kim
@ 2014-10-15  6:31 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-10-15  6:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Oct 14, 2014 at 4:26 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
>
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Merged, thanks.


-Olof

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

* [GIT PULL 1/2] Samsung fixes for v3.18
@ 2014-11-21 13:23 Kukjin Kim
  2014-11-27 13:26 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2014-11-21 13:23 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9:

  Linux 3.18-rc5 (2014-11-16 16:36:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-fixes-v3.18

for you to fetch changes up to 0526f276f94758245ac5886604fe8c805c1b6d2c:

  ARM: dts: Explicitly set dr_mode on exynos5250-snow (2014-11-19
16:52:15 +0900)

----------------------------------------------------------------
Samsung fixes for v3.18

- explicitly set dr_mode on exynos5250-snow
  this is required when kernel is built with USB gadget support.

----------------------------------------------------------------
Sjoerd Simons (1):
      ARM: dts: Explicitly set dr_mode on exynos5250-snow

 arch/arm/boot/dts/exynos5250-snow.dts | 4 ++++
 arch/arm/boot/dts/exynos5250.dtsi     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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

* [GIT PULL 1/2] Samsung fixes for v3.18
  2014-11-21 13:23 Kukjin Kim
@ 2014-11-27 13:26 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2014-11-27 13:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 21 November 2014, Kukjin Kim wrote:
> The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9:
> 
>   Linux 3.18-rc5 (2014-11-16 16:36:20 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-fixes-v3.18
> 
> for you to fetch changes up to 0526f276f94758245ac5886604fe8c805c1b6d2c:
> 
>   ARM: dts: Explicitly set dr_mode on exynos5250-snow (2014-11-19
> 16:52:15 +0900)
> 
> ----------------------------------------------------------------
> Samsung fixes for v3.18
> 
> - explicitly set dr_mode on exynos5250-snow
>   this is required when kernel is built with USB gadget support.
> 

Pulled into fixes, thanks!

The patch looks like it should be backported to stable kernels
but doesn't have the cc header, are you going to send it to
stable at vger.kernel.org once it hits mainline?

	Arnd

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

end of thread, other threads:[~2014-11-27 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 23:26 [GIT PULL 1/2] Samsung fixes for v3.18 Kukjin Kim
2014-10-15  6:31 ` Olof Johansson
  -- strict thread matches above, loose matches on Subject: below --
2014-11-21 13:23 Kukjin Kim
2014-11-27 13:26 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).