mbox

[GIT,PULL,3rd,2/3] Samsung Exynos SoC updates for 3.16

Message ID 035701cf7897$6fb5e460$4f21ad20$@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim May 26, 2014, 4:03 a.m. UTC
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

Comments

Olof Johansson May 29, 2014, 7:40 p.m. UTC | #1
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
Kukjin Kim May 30, 2014, 1:45 a.m. UTC | #2
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