All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-samsung-soc@vger.kernel.org"
	<linux-samsung-soc@vger.kernel.org>
Subject: Re: [GIT PULL 4/4] Samsung DT for v3.7
Date: Fri, 21 Sep 2012 17:18:21 +0900	[thread overview]
Message-ID: <505C22CD.9030401@samsung.com> (raw)
In-Reply-To: <505C089C.4050801@samsung.com>

On 09/21/12 15:26, Kukjin Kim wrote:
> Hi Arnd, Olof
>
> This is for updating Samsung DT for v3.7.
>
> But now this makes many conflicts with pinctrl dt because of moving file
> so I'm sorting them out to avoid useless conflicts.
>
> I'll re-send this soon again.
> This is jut for your information.
>
I created following branch which is merged on top of Samsung pinctrl and 
board branches already are pulled into arm-soc.

This includes moving common exynos4 dt for supporting other exynos4xxxx 
SoCs easily and adding exynos43210-trats board support and some updates.

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
next/dt-samsung-new

If any problems, please kindly let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit
> 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
>
> Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/dt-samsung
>
> Kukjin Kim (1):
> ARM: dts: use uart2 for console on smdkv310 and smdk5250
>
> Tomasz Figa (6):
> ARM: dts: Move parts common to EXYNOS4 from exynos4210.dtsi to exynos4.dtsi
> ARM: EXYNOS: Use exynos4 prefix instead of exynos4210 on exynos4-dt
> ARM: dts: Assume status of all optional nodes as disabled for exynos4
> ARM: dts: Specify address and size cells for i2c controllers for EXYNOS4
> ARM: EXYNOS: Add OF compatibility lookups for EXYNOS4 i2c adapters
> ARM: dts: Add basic dts file for Samsung Trats board
>
> Tushar Behera (1):
> ARM: dts: Enable on-board keys as wakeup source for exynos4210-origen
>
> arch/arm/boot/dts/exynos4.dtsi | 248 +++++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos4210-origen.dts | 63 +-------
> arch/arm/boot/dts/exynos4210-smdkv310.dts | 54 +------
> arch/arm/boot/dts/exynos4210-trats.dts | 237 +++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos4210.dtsi | 181 +---------------------
> arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +-
> arch/arm/mach-exynos/Makefile.boot | 2 +-
> arch/arm/mach-exynos/mach-exynos4-dt.c | 32 +++-
> 8 files changed, 523 insertions(+), 296 deletions(-)
> create mode 100644 arch/arm/boot/dts/exynos4.dtsi
> create mode 100644 arch/arm/boot/dts/exynos4210-trats.dts

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/4] Samsung DT for v3.7
Date: Fri, 21 Sep 2012 17:18:21 +0900	[thread overview]
Message-ID: <505C22CD.9030401@samsung.com> (raw)
In-Reply-To: <505C089C.4050801@samsung.com>

On 09/21/12 15:26, Kukjin Kim wrote:
> Hi Arnd, Olof
>
> This is for updating Samsung DT for v3.7.
>
> But now this makes many conflicts with pinctrl dt because of moving file
> so I'm sorting them out to avoid useless conflicts.
>
> I'll re-send this soon again.
> This is jut for your information.
>
I created following branch which is merged on top of Samsung pinctrl and 
board branches already are pulled into arm-soc.

This includes moving common exynos4 dt for supporting other exynos4xxxx 
SoCs easily and adding exynos43210-trats board support and some updates.

Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git 
next/dt-samsung-new

If any problems, please kindly let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
>
> The following changes since commit
> 5698bd757d55b1bb87edd1a9744ab09c142abfc2:
>
> Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)
>
> are available in the git repository at:
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> next/dt-samsung
>
> Kukjin Kim (1):
> ARM: dts: use uart2 for console on smdkv310 and smdk5250
>
> Tomasz Figa (6):
> ARM: dts: Move parts common to EXYNOS4 from exynos4210.dtsi to exynos4.dtsi
> ARM: EXYNOS: Use exynos4 prefix instead of exynos4210 on exynos4-dt
> ARM: dts: Assume status of all optional nodes as disabled for exynos4
> ARM: dts: Specify address and size cells for i2c controllers for EXYNOS4
> ARM: EXYNOS: Add OF compatibility lookups for EXYNOS4 i2c adapters
> ARM: dts: Add basic dts file for Samsung Trats board
>
> Tushar Behera (1):
> ARM: dts: Enable on-board keys as wakeup source for exynos4210-origen
>
> arch/arm/boot/dts/exynos4.dtsi | 248 +++++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos4210-origen.dts | 63 +-------
> arch/arm/boot/dts/exynos4210-smdkv310.dts | 54 +------
> arch/arm/boot/dts/exynos4210-trats.dts | 237 +++++++++++++++++++++++++++
> arch/arm/boot/dts/exynos4210.dtsi | 181 +---------------------
> arch/arm/boot/dts/exynos5250-smdk5250.dts | 2 +-
> arch/arm/mach-exynos/Makefile.boot | 2 +-
> arch/arm/mach-exynos/mach-exynos4-dt.c | 32 +++-
> 8 files changed, 523 insertions(+), 296 deletions(-)
> create mode 100644 arch/arm/boot/dts/exynos4.dtsi
> create mode 100644 arch/arm/boot/dts/exynos4210-trats.dts

  reply	other threads:[~2012-09-22  5:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-21  6:26 [GIT PULL 4/4] Samsung DT for v3.7 Kukjin Kim
2012-09-21  6:26 ` Kukjin Kim
2012-09-21  8:18 ` Kukjin Kim [this message]
2012-09-21  8:18   ` Kukjin Kim
2012-09-27  1:04   ` Kukjin Kim
2012-09-27  1:04     ` Kukjin Kim
2012-09-29 18:36     ` Olof Johansson
2012-09-29 18:36       ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=505C22CD.9030401@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.