Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: arm@kernel.org, 'Arnd Bergmann' <arnd@arndb.de>,
	'Olof Johansson' <olof@lixom.net>,
	'Kevin Hilman' <khilman@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16
Date: Mon, 26 May 2014 13:03:22 +0900	[thread overview]
Message-ID: <035701cf7897$6fb5e460$4f21ad20$@samsung.com> (raw)

The following changes since commit be1f7c8d7e2bc8b8c76846aa6f276e8d2ef8975a:

  cpufreq: exynos: Fix the compile error (2014-05-26 04:05:01 +0900)

are available in the git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-soc

for you to fetch changes up to 455ae9aba2f05e77eaf1073b78e887b06f93a4fd:

  ARM: dts: Add device tree sources for exynos3250 (2014-05-26 05:32:02
+0900)

----------------------------------------------------------------
Exynos new SoCs support for v3.16

- add support for exynos5260 SoC and exynos5260-xyref5260 board
- add support for exynos5800 SoC and exynos5800-peach-pi board
- add support for exynos3250 SoC

Note that this branch is on top of tags/samsung-cleanup.

----------------------------------------------------------------
Arun Kumar K (4):
      ARM: EXYNOS: Add 5800 SoC support
      ARM: dts: Add exynos5800 dt file
      ARM: dts: Add exynos5800-peach-pi board support
      ARM: dts: Add mfc node for exynos5800

Chanwoo Choi (2):
      ARM: EXYNOS: Add Exynos3250 SoC ID
      ARM: EXYNOS: Support secondary CPU boot of Exynos3250

Pankaj Dubey (1):
      ARM: EXYNOS: initial board support for exynos5260 SoC

Rahul Sharma (5):
      ARM: dts: add dts files for exynos5260 SoC
      ARM: dts: add dts files for exynos5260-xyref5260 board
      ARM: dts: enable hdmi for exynos5800-peach-pi board
      ARM: dts: enable display controller for exynos5800-peach-pi board
      ARM: dts: enable fimd for exynos5800-peach-pi board

Tomasz Figa (1):
      ARM: dts: Add device tree sources for exynos3250

Vivek Gautam (1):
      ARM: dts: Add Vbus regulator for USB 3.0 on exynos5800-peach-pi

 arch/arm/boot/dts/Makefile                 |    4 +-
 arch/arm/boot/dts/exynos3250-pinctrl.dtsi  |  475 +++++++++++++++++++++++
 arch/arm/boot/dts/exynos3250.dtsi          |  439 +++++++++++++++++++++
 arch/arm/boot/dts/exynos5260-pinctrl.dtsi  |  574
++++++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5260-xyref5260.dts |  103 +++++
 arch/arm/boot/dts/exynos5260.dtsi          |  304 +++++++++++++++
 arch/arm/boot/dts/exynos5800-peach-pi.dts  |  253 ++++++++++++
 arch/arm/boot/dts/exynos5800.dtsi          |   28 ++
 arch/arm/mach-exynos/Kconfig               |   32 ++
 arch/arm/mach-exynos/common.h              |   21 +-
 arch/arm/mach-exynos/exynos.c              |    3 +
 arch/arm/mach-exynos/firmware.c            |    9 +-
 arch/arm/mach-exynos/platsmp.c             |    2 +-
 13 files changed, 2243 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos3250-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/exynos3250.dtsi
 create mode 100644 arch/arm/boot/dts/exynos5260-pinctrl.dtsi
 create mode 100644 arch/arm/boot/dts/exynos5260-xyref5260.dts
 create mode 100644 arch/arm/boot/dts/exynos5260.dtsi
 create mode 100644 arch/arm/boot/dts/exynos5800-peach-pi.dts
 create mode 100644 arch/arm/boot/dts/exynos5800.dtsi

             reply	other threads:[~2014-05-26  4:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-26  4:03 Kukjin Kim [this message]
2014-05-29 19:40 ` [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16 Olof Johansson
2014-05-30  1:45   ` 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='035701cf7897$6fb5e460$4f21ad20$@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox