mbox

[GIT,PULL,2/3] 2nd Round Samsung DT for v3.12

Message ID 1f7601cea1f1$3f2913d0$bd7b3b70$%kim@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim Aug. 26, 2013, 12:14 a.m. UTC
The following changes since commit 6f9d02a056fff8e965da0f940a09d4c39a4fe80a:

  ARM: dts: Add USB host node for Exynos4 (2013-08-19 05:07:17 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-dt-2

for you to fetch changes up to f408f9db7deb9ce24b4a8875fdf54483d5068627:

  ARM: dts: add ADC device tree node for exynos5420/5250 (2013-08-26
02:44:30 +0900)

----------------------------------------------------------------
Update exynos DT:
- fix the RTC DT node name for exynos5250
- update the "status" property of RTC DT node for exynos5250
- add RTC DT node for  exynos5420
- add ADC DT node for exynos5420 and exynos5250

Based on previouse exynos DT branch, v3.12-next/dt-exynos

----------------------------------------------------------------
Naveen Krishna Chatradhi (1):
      ARM: dts: add ADC device tree node for exynos5420/5250

Vikas Sajjan (3):
      ARM: dts: Fix the RTC DT node name for Exynos5250
      ARM: dts: Update the "status" property of RTC DT node for Exynos5250
SoC
      ARM: dts: Add RTC DT node to Exynos5420 SoC

 arch/arm/boot/dts/exynos5.dtsi           |    2 +-
 arch/arm/boot/dts/exynos5250-arndale.dts |    4 ----
 arch/arm/boot/dts/exynos5250-snow.dts    |    4 ----
 arch/arm/boot/dts/exynos5250.dtsi        |   14 +++++++++++++-
 arch/arm/boot/dts/exynos5420.dtsi        |   17 +++++++++++++++++
 5 files changed, 31 insertions(+), 10 deletions(-)

Comments

Olof Johansson Aug. 29, 2013, 8:27 p.m. UTC | #1
On Mon, Aug 26, 2013 at 09:14:35AM +0900, Kukjin Kim wrote:
> The following changes since commit 6f9d02a056fff8e965da0f940a09d4c39a4fe80a:
> 
>   ARM: dts: Add USB host node for Exynos4 (2013-08-19 05:07:17 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/samsung-dt-2

Merged into late/all, to be merged towards the end of the merge window.

> Vikas Sajjan (3):
>       ARM: dts: Fix the RTC DT node name for Exynos5250
>       ARM: dts: Update the "status" property of RTC DT node for Exynos5250
> SoC

Next time please squash stuff like this, one adds properties and the next patch
removes them. I know Linaro likes to show up on patch contributor highscore
lists but this is nothing but churn.


-Olof