All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Samsung 3rd DT updates for v3.14
@ 2014-01-04  7:32 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-01-04  7:32 UTC (permalink / raw)
  To: Arnd Bergmann, 'Olof Johansson', Kevin Hilman, arm
  Cc: linux-arm-kernel, linux-samsung-soc

Hi Arnd, Olof and Kevin,

Here is 3rd Exynos DT updates for v3.14, actually it's including new dt 
files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They 
have been included in previous pull-request but it has not been pulled 
because of multiplatform. However Olof agreed just adding DT like this 
is OK so I'm re-sending this pull-request after re-sort them out.

Just note this branch is based on tags/samsung-dt-2 already pulled into 
arm-soc per Olof's suggestion.

If any problems, please kindly let me know.

Thanks,
Kukjin

-------------------------------

The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:

   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos 
prefix (2013-12-21 10:09:25 +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 b67a55125f1413902f7db6d167a8d9e4154386bf:

   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04 
16:12:04 +0900)

----------------------------------------------------------------
Samsung DT 3rd updates for v3.14
- add exynos4412-tiny4412 board dt for FriendlyARM's TINY4412
   board including initial support UART, SD card and LEDs
- add exynos5420-arndale-octa board dt for Arndale Octa board

----------------------------------------------------------------
Alex Ling (1):
       ARM: dts: add support for EXYNOS4412 based TINY4412 board

Sachin Kamat (1):
       ARM: dts: Add initial support for Arndale Octa board

  arch/arm/boot/dts/Makefile                    |  2 +
  arch/arm/boot/dts/exynos4412-tiny4412.dts     | 93 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/exynos5420-arndale-octa.dts | 66 +++++++++++++++++++
  3 files changed, 161 insertions(+)
  create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts
  create mode 100644 arch/arm/boot/dts/exynos5420-arndale-octa.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Samsung 3rd DT updates for v3.14
@ 2014-01-04  7:32 ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-01-04  7:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof and Kevin,

Here is 3rd Exynos DT updates for v3.14, actually it's including new dt 
files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They 
have been included in previous pull-request but it has not been pulled 
because of multiplatform. However Olof agreed just adding DT like this 
is OK so I'm re-sending this pull-request after re-sort them out.

Just note this branch is based on tags/samsung-dt-2 already pulled into 
arm-soc per Olof's suggestion.

If any problems, please kindly let me know.

Thanks,
Kukjin

-------------------------------

The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:

   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos 
prefix (2013-12-21 10:09:25 +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 b67a55125f1413902f7db6d167a8d9e4154386bf:

   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04 
16:12:04 +0900)

----------------------------------------------------------------
Samsung DT 3rd updates for v3.14
- add exynos4412-tiny4412 board dt for FriendlyARM's TINY4412
   board including initial support UART, SD card and LEDs
- add exynos5420-arndale-octa board dt for Arndale Octa board

----------------------------------------------------------------
Alex Ling (1):
       ARM: dts: add support for EXYNOS4412 based TINY4412 board

Sachin Kamat (1):
       ARM: dts: Add initial support for Arndale Octa board

  arch/arm/boot/dts/Makefile                    |  2 +
  arch/arm/boot/dts/exynos4412-tiny4412.dts     | 93 
+++++++++++++++++++++++++++
  arch/arm/boot/dts/exynos5420-arndale-octa.dts | 66 +++++++++++++++++++
  3 files changed, 161 insertions(+)
  create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts
  create mode 100644 arch/arm/boot/dts/exynos5420-arndale-octa.dts

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Samsung 3rd DT updates for v3.14
  2014-01-04  7:32 ` Kukjin Kim
@ 2014-01-04 19:47   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-01-04 19:47 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Arnd Bergmann, Kevin Hilman, arm, linux-arm-kernel, linux-samsung-soc

On Fri, Jan 3, 2014 at 11:32 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof and Kevin,
>
> Here is 3rd Exynos DT updates for v3.14, actually it's including new dt
> files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They have
> been included in previous pull-request but it has not been pulled because of
> multiplatform. However Olof agreed just adding DT like this is OK so I'm
> re-sending this pull-request after re-sort them out.
>
> Just note this branch is based on tags/samsung-dt-2 already pulled into
> arm-soc per Olof's suggestion.
>
> If any problems, please kindly let me know.
>
> Thanks,
> Kukjin
>
> -------------------------------
>
> The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:
>
>   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos prefix
> (2013-12-21 10:09:25 +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 b67a55125f1413902f7db6d167a8d9e4154386bf:
>
>   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04
> 16:12:04 +0900)

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Samsung 3rd DT updates for v3.14
@ 2014-01-04 19:47   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-01-04 19:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 3, 2014 at 11:32 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof and Kevin,
>
> Here is 3rd Exynos DT updates for v3.14, actually it's including new dt
> files for exynos4412-tiny4412 and exynos5420-arndale-octa boards. They have
> been included in previous pull-request but it has not been pulled because of
> multiplatform. However Olof agreed just adding DT like this is OK so I'm
> re-sending this pull-request after re-sort them out.
>
> Just note this branch is based on tags/samsung-dt-2 already pulled into
> arm-soc per Olof's suggestion.
>
> If any problems, please kindly let me know.
>
> Thanks,
> Kukjin
>
> -------------------------------
>
> The following changes since commit a22d060e3299ce672258d00070fa0ed398c035c5:
>
>   ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos prefix
> (2013-12-21 10:09:25 +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 b67a55125f1413902f7db6d167a8d9e4154386bf:
>
>   ARM: dts: add support for EXYNOS4412 based TINY4412 board (2014-01-04
> 16:12:04 +0900)

Merged, thanks!


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-04 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-04  7:32 [GIT PULL] Samsung 3rd DT updates for v3.14 Kukjin Kim
2014-01-04  7:32 ` Kukjin Kim
2014-01-04 19:47 ` Olof Johansson
2014-01-04 19:47   ` Olof Johansson

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.