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-samsung-soc@vger.kernel.org
Subject: [GIT PULL 1/2] Samsung fixes-1 for v3.8-rc1
Date: Wed, 19 Dec 2012 10:27:20 -0800	[thread overview]
Message-ID: <008401cdde16$7cfe2690$76fa73b0$@samsung.com> (raw)

Hi Arnd, Olof

Here is Samsung fixes-1 for v3.8-rc1.
Most of them are trivial fixes which are for NULL pointer dereference, MSHC
clocks instance names and exynos5440 stuff.

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.8-samsung-fixes-1

If any problems, please kindly let me know.

Thanks.

Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 752451f01c4567b506bf4343082682dbb8fb30dd:

  Merge branch 'i2c-embedded/for-next' of
git://git.pengutronix.de/git/wsa/linux (2012-12-18 16:51:10 -0800)

are available in the git repository at:


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

for you to fetch changes up to 454696fdc864aacaab978755d44d73d418c59788:

  ARM: EXYNOS: Fix MSHC clocks instance names (2012-12-19 09:25:27 -0800)

----------------------------------------------------------------
Axel Lin (1):
      pinctrl: exynos5440/samsung: Staticize pcfgs

Dongjin Kim (1):
      ARM: EXYNOS: Fix MSHC clocks instance names

Kukjin Kim (3):
      ARM: EXYNOS: fix build error when MFC is not selected
      ARM: EXYNOS: fix GIC using for EXYNOS5440
      ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440

Michael Spang (1):
      ARM: SAMSUNG: Add missing include guard to gpio-core.h

Sachin Kamat (4):
      pinctrl: samsung: Fix a typo in pinctrl-samsung.h
      ARM: EXYNOS: Fix NULL pointer dereference bug in Origen
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310

 arch/arm/mach-exynos/clock-exynos4.c           |    4 ++--
 arch/arm/mach-exynos/common.c                  |    3 ++-
 arch/arm/mach-exynos/mach-exynos5-dt.c         |    2 ++
 arch/arm/mach-exynos/mach-origen.c             |    4 ++--
 arch/arm/mach-exynos/mach-smdk4x12.c           |    4 ++--
 arch/arm/mach-exynos/mach-smdkv310.c           |    4 ++--
 arch/arm/mach-exynos/platsmp.c                 |    2 +-
 arch/arm/plat-samsung/include/plat/gpio-core.h |    5 +++++
 drivers/pinctrl/pinctrl-exynos5440.c           |    2 +-
 drivers/pinctrl/pinctrl-samsung.c              |    2 +-
 drivers/pinctrl/pinctrl-samsung.h              |    2 +-
 11 files changed, 21 insertions(+), 13 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 1/2] Samsung fixes-1 for v3.8-rc1
Date: Wed, 19 Dec 2012 10:27:20 -0800	[thread overview]
Message-ID: <008401cdde16$7cfe2690$76fa73b0$@samsung.com> (raw)

Hi Arnd, Olof

Here is Samsung fixes-1 for v3.8-rc1.
Most of them are trivial fixes which are for NULL pointer dereference, MSHC
clocks instance names and exynos5440 stuff.

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
v3.8-samsung-fixes-1

If any problems, please kindly let me know.

Thanks.

Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

The following changes since commit 752451f01c4567b506bf4343082682dbb8fb30dd:

  Merge branch 'i2c-embedded/for-next' of
git://git.pengutronix.de/git/wsa/linux (2012-12-18 16:51:10 -0800)

are available in the git repository at:


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

for you to fetch changes up to 454696fdc864aacaab978755d44d73d418c59788:

  ARM: EXYNOS: Fix MSHC clocks instance names (2012-12-19 09:25:27 -0800)

----------------------------------------------------------------
Axel Lin (1):
      pinctrl: exynos5440/samsung: Staticize pcfgs

Dongjin Kim (1):
      ARM: EXYNOS: Fix MSHC clocks instance names

Kukjin Kim (3):
      ARM: EXYNOS: fix build error when MFC is not selected
      ARM: EXYNOS: fix GIC using for EXYNOS5440
      ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440

Michael Spang (1):
      ARM: SAMSUNG: Add missing include guard to gpio-core.h

Sachin Kamat (4):
      pinctrl: samsung: Fix a typo in pinctrl-samsung.h
      ARM: EXYNOS: Fix NULL pointer dereference bug in Origen
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12
      ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310

 arch/arm/mach-exynos/clock-exynos4.c           |    4 ++--
 arch/arm/mach-exynos/common.c                  |    3 ++-
 arch/arm/mach-exynos/mach-exynos5-dt.c         |    2 ++
 arch/arm/mach-exynos/mach-origen.c             |    4 ++--
 arch/arm/mach-exynos/mach-smdk4x12.c           |    4 ++--
 arch/arm/mach-exynos/mach-smdkv310.c           |    4 ++--
 arch/arm/mach-exynos/platsmp.c                 |    2 +-
 arch/arm/plat-samsung/include/plat/gpio-core.h |    5 +++++
 drivers/pinctrl/pinctrl-exynos5440.c           |    2 +-
 drivers/pinctrl/pinctrl-samsung.c              |    2 +-
 drivers/pinctrl/pinctrl-samsung.h              |    2 +-
 11 files changed, 21 insertions(+), 13 deletions(-)

             reply	other threads:[~2012-12-19 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 18:27 Kukjin Kim [this message]
2012-12-19 18:27 ` [GIT PULL 1/2] Samsung fixes-1 for v3.8-rc1 Kukjin Kim
2012-12-20 16:09 ` Olof Johansson
2012-12-20 16:09   ` 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='008401cdde16$7cfe2690$76fa73b0$@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.