Linux Samsung SOC development
 help / color / mirror / Atom feed
* [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16
@ 2014-05-26  4:03 Kukjin Kim
  2014-05-29 19:40 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Kukjin Kim @ 2014-05-26  4:03 UTC (permalink / raw)
  To: arm, 'Arnd Bergmann', 'Olof Johansson',
	'Kevin Hilman'
  Cc: linux-arm-kernel, linux-samsung-soc

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

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

* Re: [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16
  2014-05-26  4:03 [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16 Kukjin Kim
@ 2014-05-29 19:40 ` Olof Johansson
  2014-05-30  1:45   ` Kukjin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-05-29 19:40 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
	linux-arm-kernel, linux-samsung-soc

On Mon, May 26, 2014 at 01:03:22PM +0900, Kukjin Kim wrote:
> 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.

This branch mixes contents from what should be two branches: One quite short
one that just contains the code/Kconfig changes for the new SoCs. And the rest
(DTS/DTSI additions) should go in a DT branch.

Please respin as two separate branches. This will include respinning the
multiplatform branches too, etc, unfortunately. Please post fresh pull requests
for any respun/rebased branch.


-Olof

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

* RE: [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16
  2014-05-29 19:40 ` Olof Johansson
@ 2014-05-30  1:45   ` Kukjin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Kukjin Kim @ 2014-05-30  1:45 UTC (permalink / raw)
  To: 'Olof Johansson'
  Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
	linux-arm-kernel, linux-samsung-soc

Olof Johansson wrote:
> 
> On Mon, May 26, 2014 at 01:03:22PM +0900, Kukjin Kim wrote:
> > 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.
> 
> This branch mixes contents from what should be two branches: One quite short
> one that just contains the code/Kconfig changes for the new SoCs. And the rest
> (DTS/DTSI additions) should go in a DT branch.
> 
Oh, OK. I will re-sort them out.

> Please respin as two separate branches. This will include respinning the
> multiplatform branches too, etc, unfortunately. Please post fresh pull requests
> for any respun/rebased branch.
> 
OK. I will do it tonight in my time.

Thanks for your pulling others ;-)

- Kukjin

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

end of thread, other threads:[~2014-05-30  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26  4:03 [GIT PULL 3rd 2/3] Samsung Exynos SoC updates for 3.16 Kukjin Kim
2014-05-29 19:40 ` Olof Johansson
2014-05-30  1:45   ` Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox