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>,
	Kevin Hilman <khilman@linaro.org>
Cc: arm@kernel.org,
	"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 2/7] Samsung cleanup for v3.14
Date: Mon, 16 Dec 2013 05:21:34 +0900	[thread overview]
Message-ID: <52AE0F4E.5070309@samsung.com> (raw)

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7c394e7be4d267c02eaaac8fa197a7c1b023c99b:

   ARM: EXYNOS: Constify clksrc immutable register restore tables 
(2013-12-12 07:09:33 +0900)

----------------------------------------------------------------
Samsung cleanup for v3.14
- remove unused SAMSUNG_GPIOLIB_4BIT and IRQF_DISABLED
- constify immutable PMU data table and PM clksrc register
- make const struct for sleep_save

----------------------------------------------------------------
Daniel Kurtz (3):
       ARM: EXYNOS: Constify data tables for pmu
       ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save
       ARM: EXYNOS: Constify clksrc immutable register restore tables

Michael Opdenacker (2):
       ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
       ARM: SAMSUNG: remove IRQF_DISABLED

  arch/arm/Kconfig                        |  1 -
  arch/arm/mach-exynos/pm.c               |  4 ++--
  arch/arm/mach-exynos/pmu.c              | 14 +++++++-------
  arch/arm/mach-s3c24xx/dma.c             |  2 +-
  arch/arm/mach-s3c24xx/simtec-usb.c      |  3 +--
  arch/arm/mach-s3c64xx/mach-smartq.c     |  2 +-
  arch/arm/plat-samsung/Kconfig           |  8 --------
  arch/arm/plat-samsung/include/plat/pm.h |  4 ++--
  arch/arm/plat-samsung/pm.c              |  4 ++--
  9 files changed, 16 insertions(+), 26 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 2/7] Samsung cleanup for v3.14
Date: Mon, 16 Dec 2013 05:21:34 +0900	[thread overview]
Message-ID: <52AE0F4E.5070309@samsung.com> (raw)

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7c394e7be4d267c02eaaac8fa197a7c1b023c99b:

   ARM: EXYNOS: Constify clksrc immutable register restore tables 
(2013-12-12 07:09:33 +0900)

----------------------------------------------------------------
Samsung cleanup for v3.14
- remove unused SAMSUNG_GPIOLIB_4BIT and IRQF_DISABLED
- constify immutable PMU data table and PM clksrc register
- make const struct for sleep_save

----------------------------------------------------------------
Daniel Kurtz (3):
       ARM: EXYNOS: Constify data tables for pmu
       ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_save
       ARM: EXYNOS: Constify clksrc immutable register restore tables

Michael Opdenacker (2):
       ARM: SAMSUNG: remove unused SAMSUNG_GPIOLIB_4BIT Kconfig parameter
       ARM: SAMSUNG: remove IRQF_DISABLED

  arch/arm/Kconfig                        |  1 -
  arch/arm/mach-exynos/pm.c               |  4 ++--
  arch/arm/mach-exynos/pmu.c              | 14 +++++++-------
  arch/arm/mach-s3c24xx/dma.c             |  2 +-
  arch/arm/mach-s3c24xx/simtec-usb.c      |  3 +--
  arch/arm/mach-s3c64xx/mach-smartq.c     |  2 +-
  arch/arm/plat-samsung/Kconfig           |  8 --------
  arch/arm/plat-samsung/include/plat/pm.h |  4 ++--
  arch/arm/plat-samsung/pm.c              |  4 ++--
  9 files changed, 16 insertions(+), 26 deletions(-)

             reply	other threads:[~2013-12-15 20:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-15 20:21 Kukjin Kim [this message]
2013-12-15 20:21 ` [GIT PULL 2/7] Samsung cleanup for v3.14 Kukjin Kim
2013-12-22 22:03 ` Olof Johansson
2013-12-22 22:03   ` Olof Johansson
2013-12-24  1:42   ` Kukjin Kim
2013-12-24  1:42     ` Kukjin Kim
2013-12-24  2:49     ` Olof Johansson
2013-12-24  2:49       ` 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=52AE0F4E.5070309@samsung.com \
    --to=kgene.kim@samsung.com \
    --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.