* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14
@ 2013-12-21 18:23 Kukjin Kim
2013-12-28 23:17 ` Olof Johansson
0 siblings, 1 reply; 6+ messages in thread
From: Kukjin Kim @ 2013-12-21 18:23 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 538cfbb4c40ab59688236484138133b8e3e89220:
ARM: dts: Add initial support for Arndale Octa board (2013-12-16
05:05:43 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-soc-2
for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355:
ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board
(2013-12-19 05:34:26 +0900)
----------------------------------------------------------------
Samsung SoC 2nd update for v3.14
- add exynos4412-tiny4412 board dt
for FriendlyARM's TINY4412 board
----------------------------------------------------------------
Alex Ling (1):
ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/exynos4412-tiny4412.dts | 93
+++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 2013-12-21 18:23 [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 Kukjin Kim @ 2013-12-28 23:17 ` Olof Johansson 2013-12-31 4:15 ` Sachin Kamat 2014-01-04 2:17 ` Kukjin Kim 0 siblings, 2 replies; 6+ messages in thread From: Olof Johansson @ 2013-12-28 23:17 UTC (permalink / raw) To: linux-arm-kernel On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: > The following changes since commit 538cfbb4c40ab59688236484138133b8e3e89220: > > ARM: dts: Add initial support for Arndale Octa board (2013-12-16 > 05:05:43 +0900) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > tags/samsung-soc-2 > > for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355: > > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > (2013-12-19 05:34:26 +0900) > > ---------------------------------------------------------------- > Samsung SoC 2nd update for v3.14 > - add exynos4412-tiny4412 board dt > for FriendlyARM's TINY4412 board > > ---------------------------------------------------------------- > Alex Ling (1): > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/exynos4412-tiny4412.dts | 93 > +++++++++++++++++++++++++++++++ > 2 files changed, 94 insertions(+) > create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts Hi, This is really just a DT patch, and given that I didn't take the base patch it makes sense to take this in a DT branch instead. Please resend on top of dt-2. -Olof ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 2013-12-28 23:17 ` Olof Johansson @ 2013-12-31 4:15 ` Sachin Kamat 2014-01-04 2:12 ` Kukjin Kim 2014-01-04 2:17 ` Kukjin Kim 1 sibling, 1 reply; 6+ messages in thread From: Sachin Kamat @ 2013-12-31 4:15 UTC (permalink / raw) To: linux-arm-kernel Hi Olof, On 29 December 2013 04:47, Olof Johansson <olof@lixom.net> wrote: > On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: >> The following changes since commit 538cfbb4c40ab59688236484138133b8e3e89220: >> >> ARM: dts: Add initial support for Arndale Octa board (2013-12-16 >> 05:05:43 +0900) >> >> are available in the git repository at: >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >> tags/samsung-soc-2 >> >> for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355: >> >> ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board >> (2013-12-19 05:34:26 +0900) >> >> ---------------------------------------------------------------- >> Samsung SoC 2nd update for v3.14 >> - add exynos4412-tiny4412 board dt >> for FriendlyARM's TINY4412 board >> >> ---------------------------------------------------------------- >> Alex Ling (1): >> ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board >> >> arch/arm/boot/dts/Makefile | 1 + >> arch/arm/boot/dts/exynos4412-tiny4412.dts | 93 >> +++++++++++++++++++++++++++++++ >> 2 files changed, 94 insertions(+) >> create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts > > Hi, > > This is really just a DT patch, and given that I didn't take the base patch it > makes sense to take this in a DT branch instead. Please resend on top of dt-2. The Arndale octa support patch ("ARM: dts: Add initial support for Arndale Octa board") is also just a DT patch and does not add any new platform support. It is based on the existing 5420 SoC platform. Please consider pulling in that too. -- With warm regards, Sachin ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 2013-12-31 4:15 ` Sachin Kamat @ 2014-01-04 2:12 ` Kukjin Kim 0 siblings, 0 replies; 6+ messages in thread From: Kukjin Kim @ 2014-01-04 2:12 UTC (permalink / raw) To: linux-arm-kernel Sachin Kamat wrote: > > Hi Olof, > > On 29 December 2013 04:47, Olof Johansson <olof@lixom.net> wrote: > > On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: > >> The following changes since commit > 538cfbb4c40ab59688236484138133b8e3e89220: > >> > >> ARM: dts: Add initial support for Arndale Octa board (2013-12-16 > >> 05:05:43 +0900) > >> > >> are available in the git repository at: > >> > > > >> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > >> tags/samsung-soc-2 > >> > >> for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355: > >> > >> ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > >> (2013-12-19 05:34:26 +0900) > >> > >> ---------------------------------------------------------------- > >> Samsung SoC 2nd update for v3.14 > >> - add exynos4412-tiny4412 board dt > >> for FriendlyARM's TINY4412 board > >> > >> ---------------------------------------------------------------- > >> Alex Ling (1): > >> ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > >> > >> arch/arm/boot/dts/Makefile | 1 + > >> arch/arm/boot/dts/exynos4412-tiny4412.dts | 93 > >> +++++++++++++++++++++++++++++++ > >> 2 files changed, 94 insertions(+) > >> create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts > > > > Hi, > > > > This is really just a DT patch, and given that I didn't take the base > patch it > > makes sense to take this in a DT branch instead. Please resend on top of > dt-2. > > > The Arndale octa support patch ("ARM: dts: Add initial support for > Arndale Octa board") is also > just a DT patch and does not add any new platform support. It is based > on the existing 5420 > SoC platform. Please consider pulling in that too. > Sachin, in my understanding, adding 'Arndale Octa DT' is a support for new hardware platform, so I've applied it into -soc branch. The -soc branch is for new platform support including new SoC, new hardware, so if arm-soc maintainers don't want to pull 'new platform' before supporting multiplatform for exynos, we need to hold on at this moment. But I think, we could support multiplatform for exynos soon ;-) Thanks, Kukjin ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 2013-12-28 23:17 ` Olof Johansson 2013-12-31 4:15 ` Sachin Kamat @ 2014-01-04 2:17 ` Kukjin Kim 2014-01-04 2:27 ` Olof Johansson 1 sibling, 1 reply; 6+ messages in thread From: Kukjin Kim @ 2014-01-04 2:17 UTC (permalink / raw) To: linux-arm-kernel Olof Johansson wrote: > > On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: > > The following changes since commit > 538cfbb4c40ab59688236484138133b8e3e89220: > > > > ARM: dts: Add initial support for Arndale Octa board (2013-12-16 > > 05:05:43 +0900) > > > > are available in the git repository at: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git > > tags/samsung-soc-2 > > > > for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355: > > > > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > > (2013-12-19 05:34:26 +0900) > > > > ---------------------------------------------------------------- > > Samsung SoC 2nd update for v3.14 > > - add exynos4412-tiny4412 board dt > > for FriendlyARM's TINY4412 board > > > > ---------------------------------------------------------------- > > Alex Ling (1): > > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board > > > > arch/arm/boot/dts/Makefile | 1 + > > arch/arm/boot/dts/exynos4412-tiny4412.dts | 93 > > +++++++++++++++++++++++++++++++ > > 2 files changed, 94 insertions(+) > > create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts > > Hi, > > This is really just a DT patch, and given that I didn't take the base > patch it > makes sense to take this in a DT branch instead. Please resend on top of > dt-2. > Olof, you mean adding new DT is OK? Sounds good, let me send a new pull-request for exynos4412-tiny4412 and exynos5420-arndale-octa tonight, I replied with different opinion on other Sachin's email though ;-) Sachin, you don't need to concern about that :-) Thanks, Kukjin ^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 2014-01-04 2:17 ` Kukjin Kim @ 2014-01-04 2:27 ` Olof Johansson 0 siblings, 0 replies; 6+ messages in thread From: Olof Johansson @ 2014-01-04 2:27 UTC (permalink / raw) To: linux-arm-kernel On Fri, Jan 3, 2014 at 6:17 PM, Kukjin Kim <kgene.kim@samsung.com> wrote: > Olof Johansson wrote: >> >> On Sun, Dec 22, 2013 at 03:23:57AM +0900, Kukjin Kim wrote: >> > The following changes since commit >> 538cfbb4c40ab59688236484138133b8e3e89220: >> > >> > ARM: dts: Add initial support for Arndale Octa board (2013-12-16 >> > 05:05:43 +0900) >> > >> > are available in the git repository at: >> > >> >> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git >> > tags/samsung-soc-2 >> > >> > for you to fetch changes up to 7a28f198735d040f4d318511827d913d4b53f355: >> > >> > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board >> > (2013-12-19 05:34:26 +0900) >> > >> > ---------------------------------------------------------------- >> > Samsung SoC 2nd update for v3.14 >> > - add exynos4412-tiny4412 board dt >> > for FriendlyARM's TINY4412 board >> > >> > ---------------------------------------------------------------- >> > Alex Ling (1): >> > ARM: dts: add board dts file for EXYNOS4412 based TINY4412 board >> > >> > arch/arm/boot/dts/Makefile | 1 + >> > arch/arm/boot/dts/exynos4412-tiny4412.dts | 93 >> > +++++++++++++++++++++++++++++++ >> > 2 files changed, 94 insertions(+) >> > create mode 100644 arch/arm/boot/dts/exynos4412-tiny4412.dts >> >> Hi, >> >> This is really just a DT patch, and given that I didn't take the base >> patch it >> makes sense to take this in a DT branch instead. Please resend on top of >> dt-2. >> > Olof, you mean adding new DT is OK? > > Sounds good, let me send a new pull-request for exynos4412-tiny4412 and > exynos5420-arndale-octa tonight, I replied with different opinion on other > Sachin's email though ;-) > > Sachin, you don't need to concern about that :-) Yes, I'm ok with adding DT (if the DT is usable and bootable without code changes). Don't submit the DT if the required code changes are not yet in though. -Olof ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-04 2:27 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-21 18:23 [GIT PULL 2nd 5/5] Samsung SoC update for v3.14 Kukjin Kim 2013-12-28 23:17 ` Olof Johansson 2013-12-31 4:15 ` Sachin Kamat 2014-01-04 2:12 ` Kukjin Kim 2014-01-04 2:17 ` Kukjin Kim 2014-01-04 2:27 ` Olof Johansson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox