All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>
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] Samsung-fixes-1 for v3.11
Date: Thu, 25 Jul 2013 02:00:37 +0900	[thread overview]
Message-ID: <51F00835.9040202@samsung.com> (raw)

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

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

for you to fetch changes up to 53302bf60d2c95ee42118008499a5f5de544fcc1:

   ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos (2013-07-24 
18:55:27 +0900)

----------------------------------------------------------------
Samsung fixes for v3.11
- fix kernel booting on exynos5440
   skip pm which is not supported
   update regarding LPAE features
- fix s3c2440 uart with adding clkdev entries
- fix compilatioin for Samsung SoCs with selecting pm
- update ARCH_NR_GPIO to support exynos4412 has more gpios

----------------------------------------------------------------
Amit Daniel Kachhap (1):
       ARM: SAMSUNG: Add SAMSUNG_PM config option to select pm

Kukjin Kim (1):
       ARM: EXYNOS: skip pm support on exynos5440

Sachin Kamat (1):
       ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

Subash Patel (1):
       ARM: EXYNOS: change the PHYSMEM_BITS and SECTION_SIZE

Sylwester Nawrocki (1):
       ARM: S3C24XX: Add missing clkdev entries for s3c2440 UART

Thomas Abraham (1):
       ARM: EXYNOS: Enable 64-bit DMA for EXYNOS5440 if LPAE is enabled

Yadwinder Singh Brar (2):
       ARM: SAMSUNG: Save/restore only selected uart's registers
       ARM: EXYNOS: Fix low level debug support

  arch/arm/Kconfig                           |   3 +-
  arch/arm/mach-exynos/Kconfig               |   1 +
  arch/arm/mach-exynos/Makefile              |   2 +-
  arch/arm/mach-exynos/common.c              |  26 -----
  arch/arm/mach-exynos/common.h              |   1 -
  arch/arm/mach-exynos/cpuidle.c             |   1 +
  arch/arm/mach-exynos/include/mach/memory.h |   5 +
  arch/arm/mach-exynos/pm.c                  |   6 ++
  arch/arm/mach-s3c24xx/clock-s3c2410.c      | 161 
++++++++++++++++++-----------
  arch/arm/mach-s3c24xx/clock-s3c2440.c      |   3 +
  arch/arm/plat-samsung/Kconfig              |   7 ++
  arch/arm/plat-samsung/Makefile             |   2 +-
  arch/arm/plat-samsung/include/plat/clock.h |   5 +
  arch/arm/plat-samsung/include/plat/pm.h    |   8 +-
  arch/arm/plat-samsung/pm.c                 |  14 +--
  15 files changed, 136 insertions(+), 109 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung-fixes-1 for v3.11
Date: Thu, 25 Jul 2013 02:00:37 +0900	[thread overview]
Message-ID: <51F00835.9040202@samsung.com> (raw)

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

   Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

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

for you to fetch changes up to 53302bf60d2c95ee42118008499a5f5de544fcc1:

   ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos (2013-07-24 
18:55:27 +0900)

----------------------------------------------------------------
Samsung fixes for v3.11
- fix kernel booting on exynos5440
   skip pm which is not supported
   update regarding LPAE features
- fix s3c2440 uart with adding clkdev entries
- fix compilatioin for Samsung SoCs with selecting pm
- update ARCH_NR_GPIO to support exynos4412 has more gpios

----------------------------------------------------------------
Amit Daniel Kachhap (1):
       ARM: SAMSUNG: Add SAMSUNG_PM config option to select pm

Kukjin Kim (1):
       ARM: EXYNOS: skip pm support on exynos5440

Sachin Kamat (1):
       ARM: EXYNOS: Update CONFIG_ARCH_NR_GPIO for Exynos

Subash Patel (1):
       ARM: EXYNOS: change the PHYSMEM_BITS and SECTION_SIZE

Sylwester Nawrocki (1):
       ARM: S3C24XX: Add missing clkdev entries for s3c2440 UART

Thomas Abraham (1):
       ARM: EXYNOS: Enable 64-bit DMA for EXYNOS5440 if LPAE is enabled

Yadwinder Singh Brar (2):
       ARM: SAMSUNG: Save/restore only selected uart's registers
       ARM: EXYNOS: Fix low level debug support

  arch/arm/Kconfig                           |   3 +-
  arch/arm/mach-exynos/Kconfig               |   1 +
  arch/arm/mach-exynos/Makefile              |   2 +-
  arch/arm/mach-exynos/common.c              |  26 -----
  arch/arm/mach-exynos/common.h              |   1 -
  arch/arm/mach-exynos/cpuidle.c             |   1 +
  arch/arm/mach-exynos/include/mach/memory.h |   5 +
  arch/arm/mach-exynos/pm.c                  |   6 ++
  arch/arm/mach-s3c24xx/clock-s3c2410.c      | 161 
++++++++++++++++++-----------
  arch/arm/mach-s3c24xx/clock-s3c2440.c      |   3 +
  arch/arm/plat-samsung/Kconfig              |   7 ++
  arch/arm/plat-samsung/Makefile             |   2 +-
  arch/arm/plat-samsung/include/plat/clock.h |   5 +
  arch/arm/plat-samsung/include/plat/pm.h    |   8 +-
  arch/arm/plat-samsung/pm.c                 |  14 +--
  15 files changed, 136 insertions(+), 109 deletions(-)

             reply	other threads:[~2013-07-24 17:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24 17:00 Kukjin Kim [this message]
2013-07-24 17:00 ` [GIT PULL] Samsung-fixes-1 for v3.11 Kukjin Kim

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=51F00835.9040202@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --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.