* [GIT PULL 2/5] Samsung DT updates for 3.16
@ 2014-05-30 19:59 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-30 19:59 UTC (permalink / raw)
To: arm@kernel.org, Arnd Bergmann, 'Olof Johansson',
Kevin Hilman
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
The following changes since commit 3c8977f17796f0b8816a1a283b0b80b71c83d416:
ARM: dts: enable usb nodes for exynos4412-trats2 (2014-05-23 03:31:33
+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 345e9bf08276395bd6620dfab56d1b679136d2ce:
ARM: dts: add secure firmware support for exynos5420-arndale-octa
(2014-05-31 04:03:31 +0900)
----------------------------------------------------------------
Samsung 3rd DT updates for v3.16
- add dts files support for new SoCs
: exynos3250 SoC
: exynos5260 SoC and exynos5260-xyref5260 board
: exynos5410 SoC and exynos5410-smdk5410 board
: exynos5800 SoC and exynos5800-peach-pi board
- exynos4210-origen and exynos4412-origen
: enable RTC and WDT nodes
: use key code macros
- exynos5250-arndale
: use key code macros
- exynos5420-arndale-octa
: add secure firmware support
- exynos5440
: update watchdog node name
----------------------------------------------------------------
Arun Kumar K (5):
ARM: dts: add dts file for exynos5800 SoC
ARM: dts: add dts file for exynos5800-peach-pi board
ARM: dts: add mfc node for exynos5800
ARM: dts: correct the usb phy node in exynos5420-peach-pit
ARM: dts: correct the usb phy node in exynos5800-peach-pi
Chanwoo Choi (1):
ARM: dts: add pmu sysreg node to exynos3250
Rahul Sharma (5):
ARM: dts: add dts files for exynos5260 SoC
ARM: dts: add dts file for exynos5260-xyref5260 board
ARM: dts: enable hdmi for exynos5800-peach-pi
ARM: dts: enable display controller for exynos5800-peach-pi
ARM: dts: enable fimd for exynos5800-peach-pi
Sachin Kamat (3):
ARM: dts: enable RTC and WDT nodes on Origen boards
ARM: dts: use key code macros on Origen and Arndale boards
ARM: dts: update watchdog node name in exynos5440
Tarek Dakhran (1):
ARM: dts: add dts files for exynos5410 and exynos5410-smdk5410
Tomasz Figa (1):
ARM: dts: add dts files for exynos3250 SoC
Tushar Behera (1):
ARM: dts: add secure firmware support for exynos5420-arndale-octa
Vivek Gautam (1):
ARM: dts: add Vbus regulator for USB 3.0 on exynos5800-peach-pi
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm/boot/dts/Makefile | 5 +-
arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 475 +++++++++++++++++
arch/arm/boot/dts/exynos3250.dtsi | 444 ++++++++++++++++
arch/arm/boot/dts/exynos4210-origen.dts | 19 +-
arch/arm/boot/dts/exynos4412-origen.dts | 21 +-
arch/arm/boot/dts/exynos5250-arndale.dts | 13 +-
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/exynos5410-smdk5410.dts | 82 +++
arch/arm/boot/dts/exynos5410.dtsi | 206 ++++++++
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 5 +
arch/arm/boot/dts/exynos5420-peach-pit.dts | 4 +-
arch/arm/boot/dts/exynos5440.dtsi | 2 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 253 +++++++++
arch/arm/boot/dts/exynos5800.dtsi | 28 +
17 files changed, 2518 insertions(+), 21 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/exynos5410-smdk5410.dts
create mode 100644 arch/arm/boot/dts/exynos5410.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] 4+ messages in thread
* [GIT PULL 2/5] Samsung DT updates for 3.16
@ 2014-05-30 19:59 ` Kukjin Kim
0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-05-30 19:59 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 3c8977f17796f0b8816a1a283b0b80b71c83d416:
ARM: dts: enable usb nodes for exynos4412-trats2 (2014-05-23 03:31:33
+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 345e9bf08276395bd6620dfab56d1b679136d2ce:
ARM: dts: add secure firmware support for exynos5420-arndale-octa
(2014-05-31 04:03:31 +0900)
----------------------------------------------------------------
Samsung 3rd DT updates for v3.16
- add dts files support for new SoCs
: exynos3250 SoC
: exynos5260 SoC and exynos5260-xyref5260 board
: exynos5410 SoC and exynos5410-smdk5410 board
: exynos5800 SoC and exynos5800-peach-pi board
- exynos4210-origen and exynos4412-origen
: enable RTC and WDT nodes
: use key code macros
- exynos5250-arndale
: use key code macros
- exynos5420-arndale-octa
: add secure firmware support
- exynos5440
: update watchdog node name
----------------------------------------------------------------
Arun Kumar K (5):
ARM: dts: add dts file for exynos5800 SoC
ARM: dts: add dts file for exynos5800-peach-pi board
ARM: dts: add mfc node for exynos5800
ARM: dts: correct the usb phy node in exynos5420-peach-pit
ARM: dts: correct the usb phy node in exynos5800-peach-pi
Chanwoo Choi (1):
ARM: dts: add pmu sysreg node to exynos3250
Rahul Sharma (5):
ARM: dts: add dts files for exynos5260 SoC
ARM: dts: add dts file for exynos5260-xyref5260 board
ARM: dts: enable hdmi for exynos5800-peach-pi
ARM: dts: enable display controller for exynos5800-peach-pi
ARM: dts: enable fimd for exynos5800-peach-pi
Sachin Kamat (3):
ARM: dts: enable RTC and WDT nodes on Origen boards
ARM: dts: use key code macros on Origen and Arndale boards
ARM: dts: update watchdog node name in exynos5440
Tarek Dakhran (1):
ARM: dts: add dts files for exynos5410 and exynos5410-smdk5410
Tomasz Figa (1):
ARM: dts: add dts files for exynos3250 SoC
Tushar Behera (1):
ARM: dts: add secure firmware support for exynos5420-arndale-octa
Vivek Gautam (1):
ARM: dts: add Vbus regulator for USB 3.0 on exynos5800-peach-pi
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm/boot/dts/Makefile | 5 +-
arch/arm/boot/dts/exynos3250-pinctrl.dtsi | 475 +++++++++++++++++
arch/arm/boot/dts/exynos3250.dtsi | 444 ++++++++++++++++
arch/arm/boot/dts/exynos4210-origen.dts | 19 +-
arch/arm/boot/dts/exynos4412-origen.dts | 21 +-
arch/arm/boot/dts/exynos5250-arndale.dts | 13 +-
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/exynos5410-smdk5410.dts | 82 +++
arch/arm/boot/dts/exynos5410.dtsi | 206 ++++++++
arch/arm/boot/dts/exynos5420-arndale-octa.dts | 5 +
arch/arm/boot/dts/exynos5420-peach-pit.dts | 4 +-
arch/arm/boot/dts/exynos5440.dtsi | 2 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 253 +++++++++
arch/arm/boot/dts/exynos5800.dtsi | 28 +
17 files changed, 2518 insertions(+), 21 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/exynos5410-smdk5410.dts
create mode 100644 arch/arm/boot/dts/exynos5410.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] 4+ messages in thread
* Re: [GIT PULL 2/5] Samsung DT updates for 3.16
2014-05-30 19:59 ` Kukjin Kim
@ 2014-05-31 4:39 ` Olof Johansson
-1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-31 4:39 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm@kernel.org, Arnd Bergmann, Kevin Hilman,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
On Sat, May 31, 2014 at 04:59:24AM +0900, Kukjin Kim wrote:
> The following changes since commit 3c8977f17796f0b8816a1a283b0b80b71c83d416:
>
> ARM: dts: enable usb nodes for exynos4412-trats2 (2014-05-23
> 03:31:33 +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 345e9bf08276395bd6620dfab56d1b679136d2ce:
>
> ARM: dts: add secure firmware support for exynos5420-arndale-octa
> (2014-05-31 04:03:31 +0900)
>
> ----------------------------------------------------------------
> Samsung 3rd DT updates for v3.16
>
> - add dts files support for new SoCs
> : exynos3250 SoC
> : exynos5260 SoC and exynos5260-xyref5260 board
> : exynos5410 SoC and exynos5410-smdk5410 board
> : exynos5800 SoC and exynos5800-peach-pi board
>
> - exynos4210-origen and exynos4412-origen
> : enable RTC and WDT nodes
> : use key code macros
>
> - exynos5250-arndale
> : use key code macros
>
> - exynos5420-arndale-octa
> : add secure firmware support
>
> - exynos5440
> : update watchdog node name
Much better! Thanks. Merged.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 2/5] Samsung DT updates for 3.16
@ 2014-05-31 4:39 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-05-31 4:39 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, May 31, 2014 at 04:59:24AM +0900, Kukjin Kim wrote:
> The following changes since commit 3c8977f17796f0b8816a1a283b0b80b71c83d416:
>
> ARM: dts: enable usb nodes for exynos4412-trats2 (2014-05-23
> 03:31:33 +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 345e9bf08276395bd6620dfab56d1b679136d2ce:
>
> ARM: dts: add secure firmware support for exynos5420-arndale-octa
> (2014-05-31 04:03:31 +0900)
>
> ----------------------------------------------------------------
> Samsung 3rd DT updates for v3.16
>
> - add dts files support for new SoCs
> : exynos3250 SoC
> : exynos5260 SoC and exynos5260-xyref5260 board
> : exynos5410 SoC and exynos5410-smdk5410 board
> : exynos5800 SoC and exynos5800-peach-pi board
>
> - exynos4210-origen and exynos4412-origen
> : enable RTC and WDT nodes
> : use key code macros
>
> - exynos5250-arndale
> : use key code macros
>
> - exynos5420-arndale-octa
> : add secure firmware support
>
> - exynos5440
> : update watchdog node name
Much better! Thanks. Merged.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-31 4:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 19:59 [GIT PULL 2/5] Samsung DT updates for 3.16 Kukjin Kim
2014-05-30 19:59 ` Kukjin Kim
2014-05-31 4:39 ` Olof Johansson
2014-05-31 4:39 ` 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.