mbox

[GIT,PULL] Late Samsung stuff (v3) for v3.10

Message ID 51795CE8.2060105@samsung.com
State New
Headers show

Pull-request

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

Message

Kukjin Kim April 25, 2013, 4:42 p.m. UTC
The following changes since commit 59a7bbf75442ea439a4d3b7993ad87023e406063:

   ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
tags/late-exynos-v3-for-v3.10

for you to fetch changes up to 096ee6adcfb79a13ae04150023725c8a67e00ae8:

   ARM: dts: Add chip-id controller node on Exynos4/5 SoC (2013-04-26 
01:21:44 +0900)

----------------------------------------------------------------
This allows that device tree enables platform to setup a runtime IO 
mapping for the chip id

----------------------------------------------------------------
Thomas Abraham (2):
       ARM: EXYNOS: Create virtual I/O mapping for Chip-ID controller 
using device tree
       ARM: dts: Add chip-id controller node on Exynos4/5 SoC

  arch/arm/boot/dts/exynos4.dtsi          |  5 ++++
  arch/arm/boot/dts/exynos5250.dtsi       |  5 ++++
  arch/arm/mach-exynos/common.c           | 53 
+++++++++++++++++++--------------
  arch/arm/mach-exynos/include/mach/map.h |  1 -
  4 files changed, 40 insertions(+), 24 deletions(-)

Comments

Kukjin Kim April 28, 2013, 7:09 a.m. UTC | #1
On 04/26/13 01:42, Kukjin Kim wrote:
> The following changes since commit
> 59a7bbf75442ea439a4d3b7993ad87023e406063:
>
> ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/late-exynos-v3-for-v3.10
>
> for you to fetch changes up to 096ee6adcfb79a13ae04150023725c8a67e00ae8:
>
> ARM: dts: Add chip-id controller node on Exynos4/5 SoC (2013-04-26
> 01:21:44 +0900)
>
> ----------------------------------------------------------------
> This allows that device tree enables platform to setup a runtime IO
> mapping for the chip id
>
> ----------------------------------------------------------------
> Thomas Abraham (2):
> ARM: EXYNOS: Create virtual I/O mapping for Chip-ID controller using
> device tree
> ARM: dts: Add chip-id controller node on Exynos4/5 SoC
>
> arch/arm/boot/dts/exynos4.dtsi | 5 ++++
> arch/arm/boot/dts/exynos5250.dtsi | 5 ++++
> arch/arm/mach-exynos/common.c | 53 +++++++++++++++++++--------------
> arch/arm/mach-exynos/include/mach/map.h | 1 -
> 4 files changed, 40 insertions(+), 24 deletions(-)

Olof, this chip-id dt support patches is needed for exynos multi 
platform patches from Arnd. See below in detail.

<http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg17693.html>

If any concerns, please kindly let me know.

Thanks.

- Kukjin
Olof Johansson April 28, 2013, 7:26 p.m. UTC | #2
On Fri, Apr 26, 2013 at 01:42:16AM +0900, Kukjin Kim wrote:
> The following changes since commit 59a7bbf75442ea439a4d3b7993ad87023e406063:
> 
>   ARM: dts: add PDMA0 changes for exynos5440 (2013-04-09 01:39:27 +0900)
> 
> are available in the git repository at:
> 

> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/late-exynos-v3-for-v3.10
> 
> for you to fetch changes up to 096ee6adcfb79a13ae04150023725c8a67e00ae8:
> 
>   ARM: dts: Add chip-id controller node on Exynos4/5 SoC (2013-04-26
> 01:21:44 +0900)
> 
> ----------------------------------------------------------------
> This allows that device tree enables platform to setup a runtime IO
> mapping for the chip id
> 

Thanks, pulled into late/dt.


-Olof