From: Kukjin Kim <kgene.kim@samsung.com>
To: "arm@kernel.org" <arm@kernel.org>, 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>,
Pankaj Dubey <pankaj.dubey@samsung.com>
Subject: [GIT PULL 2/5] Samsung cleanup for v3.17
Date: Sat, 19 Jul 2014 09:52:09 +0900 [thread overview]
Message-ID: <53C9C139.9090304@samsung.com> (raw)
Note that this is based on 3.16-rc5 because of dependency with previous
samsung fixes already merged in mainline during -rc.
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
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 fce9e5bb25264153f9f002eada41757118d25ba9:
ARM: EXYNOS: Add support for mapping PMU base address via DT
(2014-07-15 08:40:32 +0900)
----------------------------------------------------------------
Samsung cleanup for v3.17
: Most of them are for exynos SoCs, remove useless
codes and update for PMU consolidation.
- remove unnecessary header file in mach-exynos/pmu.c
- remove unused code in mach-exynos/common.h
- remove mach-exynos/regs-pmu.h dependency from PD
- remove file path from comment section in mach-exynos
- move SYSREG definitions into mach-exynos/regs-sys.h
- add mapping PMU base address via DT for PMU cleanup
- use staic in mach-exynos/common.h
- update Samsung UART config options for low-level debug
----------------------------------------------------------------
Pankaj Dubey (6):
ARM: EXYNOS: Make exynos machine_ops as static
ARM: EXYNOS: Move SYSREG definition into sys-reg specific file
ARM: EXYNOS: Remove file path from comment section
ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domain
ARM: EXYNOS: Remove "linux/bug.h" from pmu.c
ARM: EXYNOS: Add support for mapping PMU base address via DT
Sachin Kamat (2):
ARM: debug: Update Samsung UART config options
ARM: EXYNOS: Remove unused code in common.h
arch/arm/Kconfig.debug | 20 +++-----------
arch/arm/mach-exynos/common.h | 13 +--------
arch/arm/mach-exynos/exynos.c | 44
++++++++++++++++++++++++++++--
arch/arm/mach-exynos/headsmp.S | 1 -
arch/arm/mach-exynos/hotplug.c | 3 +-
arch/arm/mach-exynos/include/mach/map.h | 3 +-
arch/arm/mach-exynos/include/mach/memory.h | 3 +-
arch/arm/mach-exynos/platsmp.c | 3 +-
arch/arm/mach-exynos/pm.c | 1 +
arch/arm/mach-exynos/pm_domains.c | 9 +++---
arch/arm/mach-exynos/pmu.c | 1 -
arch/arm/mach-exynos/regs-pmu.h | 4 ---
arch/arm/mach-exynos/regs-sys.h | 22 +++++++++++++++
13 files changed, 77 insertions(+), 50 deletions(-)
create mode 100644 arch/arm/mach-exynos/regs-sys.h
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/5] Samsung cleanup for v3.17
Date: Sat, 19 Jul 2014 09:52:09 +0900 [thread overview]
Message-ID: <53C9C139.9090304@samsung.com> (raw)
Note that this is based on 3.16-rc5 because of dependency with previous
samsung fixes already merged in mainline during -rc.
The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:
Linux 3.16-rc5 (2014-07-13 14:04:33 -0700)
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 fce9e5bb25264153f9f002eada41757118d25ba9:
ARM: EXYNOS: Add support for mapping PMU base address via DT
(2014-07-15 08:40:32 +0900)
----------------------------------------------------------------
Samsung cleanup for v3.17
: Most of them are for exynos SoCs, remove useless
codes and update for PMU consolidation.
- remove unnecessary header file in mach-exynos/pmu.c
- remove unused code in mach-exynos/common.h
- remove mach-exynos/regs-pmu.h dependency from PD
- remove file path from comment section in mach-exynos
- move SYSREG definitions into mach-exynos/regs-sys.h
- add mapping PMU base address via DT for PMU cleanup
- use staic in mach-exynos/common.h
- update Samsung UART config options for low-level debug
----------------------------------------------------------------
Pankaj Dubey (6):
ARM: EXYNOS: Make exynos machine_ops as static
ARM: EXYNOS: Move SYSREG definition into sys-reg specific file
ARM: EXYNOS: Remove file path from comment section
ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domain
ARM: EXYNOS: Remove "linux/bug.h" from pmu.c
ARM: EXYNOS: Add support for mapping PMU base address via DT
Sachin Kamat (2):
ARM: debug: Update Samsung UART config options
ARM: EXYNOS: Remove unused code in common.h
arch/arm/Kconfig.debug | 20 +++-----------
arch/arm/mach-exynos/common.h | 13 +--------
arch/arm/mach-exynos/exynos.c | 44
++++++++++++++++++++++++++++--
arch/arm/mach-exynos/headsmp.S | 1 -
arch/arm/mach-exynos/hotplug.c | 3 +-
arch/arm/mach-exynos/include/mach/map.h | 3 +-
arch/arm/mach-exynos/include/mach/memory.h | 3 +-
arch/arm/mach-exynos/platsmp.c | 3 +-
arch/arm/mach-exynos/pm.c | 1 +
arch/arm/mach-exynos/pm_domains.c | 9 +++---
arch/arm/mach-exynos/pmu.c | 1 -
arch/arm/mach-exynos/regs-pmu.h | 4 ---
arch/arm/mach-exynos/regs-sys.h | 22 +++++++++++++++
13 files changed, 77 insertions(+), 50 deletions(-)
create mode 100644 arch/arm/mach-exynos/regs-sys.h
next reply other threads:[~2014-07-19 0:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-19 0:52 Kukjin Kim [this message]
2014-07-19 0:52 ` [GIT PULL 2/5] Samsung cleanup for v3.17 Kukjin Kim
2014-07-19 22:01 ` Olof Johansson
2014-07-19 22:01 ` 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=53C9C139.9090304@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=pankaj.dubey@samsung.com \
/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.