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 7/7] Samsung SoC for v3.14
Date: Mon, 16 Dec 2013 05:23:01 +0900 [thread overview]
Message-ID: <52AE0FA5.3090804@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-soc
for you to fetch changes up to 538cfbb4c40ab59688236484138133b8e3e89220:
ARM: dts: Add initial support for Arndale Octa board (2013-12-16
05:05:43 +0900)
----------------------------------------------------------------
Samsung SoC updates for v3.14
- Add exynos5410 SoC and smdk5410 board support
: add supporting SoC and board DT files
: add clk-exynos5410 with using CCF
- Add exynos5420-arndale-octa board support
: basic supporting for Arndale Octa board
----------------------------------------------------------------
Sachin Kamat (1):
ARM: dts: Add initial support for Arndale Octa board
Tarek Dakhran (3):
ARM: EXYNOS: Add support for EXYNOS5410 SoC
clk: exynos5410: register clocks using common clock framework
ARM: dts: Add initial device tree support for EXYNOS5410
.../devicetree/bindings/clock/exynos5410-clock.txt | 54 +++++
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/exynos5410-smdk5410.dts | 72 +++++++
arch/arm/boot/dts/exynos5410.dtsi | 145 +++++++++++++
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 66 ++++++
arch/arm/mach-exynos/Kconfig | 10 +
arch/arm/mach-exynos/common.c | 18 ++
arch/arm/mach-exynos/include/mach/map.h | 1 +
arch/arm/mach-exynos/mach-exynos5-dt.c | 1 +
arch/arm/mach-exynos/platsmp.c | 2 +
arch/arm/plat-samsung/include/plat/cpu.h | 8 +
arch/arm/plat-samsung/include/plat/map-s5p.h | 3 +
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-exynos5410.c | 239
+++++++++++++++++++++
include/dt-bindings/clock/exynos5410.h | 32 +++
15 files changed, 654 insertions(+)
create mode 100644
Documentation/devicetree/bindings/clock/exynos5410-clock.txt
create mode 100644 arch/arm/boot/dts/exynos5410-smdk5410.dts
create mode 100644 arch/arm/boot/dts/exynos5410.dtsi
create mode 100644 arch/arm/boot/dts/exynos5420-arndale-octa.dts
create mode 100644 drivers/clk/samsung/clk-exynos5410.c
create mode 100644 include/dt-bindings/clock/exynos5410.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 7/7] Samsung SoC for v3.14
Date: Mon, 16 Dec 2013 05:23:01 +0900 [thread overview]
Message-ID: <52AE0FA5.3090804@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-soc
for you to fetch changes up to 538cfbb4c40ab59688236484138133b8e3e89220:
ARM: dts: Add initial support for Arndale Octa board (2013-12-16
05:05:43 +0900)
----------------------------------------------------------------
Samsung SoC updates for v3.14
- Add exynos5410 SoC and smdk5410 board support
: add supporting SoC and board DT files
: add clk-exynos5410 with using CCF
- Add exynos5420-arndale-octa board support
: basic supporting for Arndale Octa board
----------------------------------------------------------------
Sachin Kamat (1):
ARM: dts: Add initial support for Arndale Octa board
Tarek Dakhran (3):
ARM: EXYNOS: Add support for EXYNOS5410 SoC
clk: exynos5410: register clocks using common clock framework
ARM: dts: Add initial device tree support for EXYNOS5410
.../devicetree/bindings/clock/exynos5410-clock.txt | 54 +++++
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/exynos5410-smdk5410.dts | 72 +++++++
arch/arm/boot/dts/exynos5410.dtsi | 145 +++++++++++++
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 66 ++++++
arch/arm/mach-exynos/Kconfig | 10 +
arch/arm/mach-exynos/common.c | 18 ++
arch/arm/mach-exynos/include/mach/map.h | 1 +
arch/arm/mach-exynos/mach-exynos5-dt.c | 1 +
arch/arm/mach-exynos/platsmp.c | 2 +
arch/arm/plat-samsung/include/plat/cpu.h | 8 +
arch/arm/plat-samsung/include/plat/map-s5p.h | 3 +
drivers/clk/samsung/Makefile | 1 +
drivers/clk/samsung/clk-exynos5410.c | 239
+++++++++++++++++++++
include/dt-bindings/clock/exynos5410.h | 32 +++
15 files changed, 654 insertions(+)
create mode 100644
Documentation/devicetree/bindings/clock/exynos5410-clock.txt
create mode 100644 arch/arm/boot/dts/exynos5410-smdk5410.dts
create mode 100644 arch/arm/boot/dts/exynos5410.dtsi
create mode 100644 arch/arm/boot/dts/exynos5420-arndale-octa.dts
create mode 100644 drivers/clk/samsung/clk-exynos5410.c
create mode 100644 include/dt-bindings/clock/exynos5410.h
next reply other threads:[~2013-12-15 20:23 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-15 20:23 Kukjin Kim [this message]
2013-12-15 20:23 ` [GIT PULL 7/7] Samsung SoC for v3.14 Kukjin Kim
2013-12-22 22:11 ` Olof Johansson
2013-12-22 22:11 ` Olof Johansson
2013-12-22 22:39 ` Tomasz Figa
2013-12-22 22:39 ` Tomasz Figa
2013-12-23 9:36 ` Lukasz Majewski
2013-12-23 9:36 ` Lukasz Majewski
2013-12-23 21:38 ` Olof Johansson
2013-12-23 21:38 ` Olof Johansson
2013-12-24 1:35 ` Kukjin Kim
2013-12-24 1:35 ` Kukjin Kim
2013-12-24 3:09 ` Olof Johansson
2013-12-24 3: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=52AE0FA5.3090804@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.