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/3] 3rd Round of Samsung-DT-3 updates for v3.18
Date: Fri, 26 Sep 2014 01:55:44 +0900	[thread overview]
Message-ID: <54244910.3050609@samsung.com> (raw)

The following changes since commit 57901371c9914d5e5eeabf2870c35162837198d2:

   ARM: dts: add MFC codec device node for exynos3250 (2014-09-24 
01:33:23 +0900)

are available in the git repository at:

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

for you to fetch changes up to 0d2ff37147727b62d99d250076e6f849a38a72ef:

   ARM: dts: add CPU nodes for Exynos4 SoCs (2014-09-25 17:40:14 +0900)

----------------------------------------------------------------
Samsung 3rd DT updates for v3.18

- Fix rebase conflcits in previous tags/samsung-dt-2
   : Fix chip select GPIO for exynos5250-smdk5250
   : Remove display timings node for exynos5250-snow

- Fix Exynos USB on kernels with USB Gadget support
   : Explicitly set dr_mode for the dwc3 controller
   for exynos5420-arndale-octa, exynos5420-peach-pit
   and exynos5800-peach-pi boards

- add CPU nodes for exynos4210, exynos4212, exynos4412

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
       ARM: dts: add CPU nodes for Exynos4 SoCs

Javier Martinez Canillas (2):
       ARM: dts: Fix chip select GPIO on exynos5250-smdk5250
       ARM: dts: Remove display timings node from exynos5250-snow

Sjoerd Simons (2):
       ARM: dts: Explicitly set dr_mode on exynos Peach boards
       ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa

  arch/arm/boot/dts/exynos4210.dtsi             | 17 ++++++++++++++++
  arch/arm/boot/dts/exynos4212.dtsi             | 17 ++++++++++++++++
  arch/arm/boot/dts/exynos4412.dtsi             | 29 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/exynos5250-smdk5250.dts     |  2 +-
  arch/arm/boot/dts/exynos5250-snow.dts         | 16 ---------------
  arch/arm/boot/dts/exynos5420-arndale-octa.dts |  4 ++++
  arch/arm/boot/dts/exynos5420-peach-pit.dts    |  8 ++++++++
  arch/arm/boot/dts/exynos5420.dtsi             |  4 ++--
  arch/arm/boot/dts/exynos5800-peach-pi.dts     |  8 ++++++++
  9 files changed, 86 insertions(+), 19 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/3] 3rd Round of Samsung-DT-3 updates for v3.18
Date: Fri, 26 Sep 2014 01:55:44 +0900	[thread overview]
Message-ID: <54244910.3050609@samsung.com> (raw)

The following changes since commit 57901371c9914d5e5eeabf2870c35162837198d2:

   ARM: dts: add MFC codec device node for exynos3250 (2014-09-24 
01:33:23 +0900)

are available in the git repository at:

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

for you to fetch changes up to 0d2ff37147727b62d99d250076e6f849a38a72ef:

   ARM: dts: add CPU nodes for Exynos4 SoCs (2014-09-25 17:40:14 +0900)

----------------------------------------------------------------
Samsung 3rd DT updates for v3.18

- Fix rebase conflcits in previous tags/samsung-dt-2
   : Fix chip select GPIO for exynos5250-smdk5250
   : Remove display timings node for exynos5250-snow

- Fix Exynos USB on kernels with USB Gadget support
   : Explicitly set dr_mode for the dwc3 controller
   for exynos5420-arndale-octa, exynos5420-peach-pit
   and exynos5800-peach-pi boards

- add CPU nodes for exynos4210, exynos4212, exynos4412

----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (1):
       ARM: dts: add CPU nodes for Exynos4 SoCs

Javier Martinez Canillas (2):
       ARM: dts: Fix chip select GPIO on exynos5250-smdk5250
       ARM: dts: Remove display timings node from exynos5250-snow

Sjoerd Simons (2):
       ARM: dts: Explicitly set dr_mode on exynos Peach boards
       ARM: dts: Explicitly set dr_mode on exynos5420-arndale-octa

  arch/arm/boot/dts/exynos4210.dtsi             | 17 ++++++++++++++++
  arch/arm/boot/dts/exynos4212.dtsi             | 17 ++++++++++++++++
  arch/arm/boot/dts/exynos4412.dtsi             | 29 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/exynos5250-smdk5250.dts     |  2 +-
  arch/arm/boot/dts/exynos5250-snow.dts         | 16 ---------------
  arch/arm/boot/dts/exynos5420-arndale-octa.dts |  4 ++++
  arch/arm/boot/dts/exynos5420-peach-pit.dts    |  8 ++++++++
  arch/arm/boot/dts/exynos5420.dtsi             |  4 ++--
  arch/arm/boot/dts/exynos5800-peach-pi.dts     |  8 ++++++++
  9 files changed, 86 insertions(+), 19 deletions(-)

             reply	other threads:[~2014-09-25 16:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-25 16:55 Kukjin Kim [this message]
2014-09-25 16:55 ` [GIT PULL 2/3] 3rd Round of Samsung-DT-3 updates for v3.18 Kukjin Kim
2014-10-01 15:56 ` Arnd Bergmann
2014-10-01 15:56   ` Arnd Bergmann

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=54244910.3050609@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.