All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rahul Sharma <r.sh.open@gmail.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: Rahul Sharma <rahul.sharma@samsung.com>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Sunil Joshi <joshi@samsung.com>
Subject: Re: [PATCH V2 0/3] exynos: arch: add support for exynos5260 SoC
Date: Wed, 5 Feb 2014 11:47:04 +0530	[thread overview]
Message-ID: <CAPdUM4PgAO-WB7R_mR7wHeTJFZr-NgY9cWtFLCk3y7N5O5qh3g@mail.gmail.com> (raw)
In-Reply-To: <000301cf2233$92224670$b666d350$%han@samsung.com>

Oops. Thanks Jingoo Han.

On 5 February 2014 11:01, Jingoo Han <jg1.han@samsung.com> wrote:
> On Wednesday, February 05, 2014 2:16 PM, Rahul Sharma wrote:
>>
>> This is re-spin of V2 which add arch-side support for exynos5260 SoC.
>>
>> V2:
>>   1) Split up DT patch into SoC and Board patch.
>>
>> This series is based on Kukjin's for-next branch at
>> http://git.kernel.org/?p=linux/kernel/git/kgene/linux-samsung.git
>>
>> Pankaj Dubey (1):
>>   ARM: EXYNOS: initial board support for exynos5260 SoC
>>
>> Rahul Sharma (2):
>>   ARM: dts: add dts files for exynos5260 SoC
>>   ARM: dts: add dts files for xyref5260 board
>>
>>  arch/arm/boot/dts/Makefile                      |    1 +
>>  arch/arm/boot/dts/exynos5260-pinctrl.dtsi       |  572 +++++++++++++++++++++++
>>  arch/arm/boot/dts/exynos5260-xyref5260-evt0.dts |  105 +++++
>>  arch/arm/boot/dts/exynos5260.dtsi               |  317 +++++++++++++
>>  arch/arm/mach-exynos/Kconfig                    |    9 +
>>  arch/arm/mach-exynos/common.c                   |   18 +
>>  arch/arm/mach-exynos/include/mach/map.h         |    1 +
>>  arch/arm/mach-exynos/mach-exynos5-dt.c          |    1 +
>>  arch/arm/plat-samsung/include/plat/cpu.h        |    8 +
>>  arch/arm/plat-samsung/include/plat/map-s5p.h    |    1 +
>>  10 files changed, 1033 insertions(+)
>>  create mode 100644 arch/arm/boot/dts/exynos5260-pinctrl.dtsi
>>  create mode 100644 arch/arm/boot/dts/exynos5260-xyref5260-evt0.dts
>>  create mode 100644 arch/arm/boot/dts/exynos5260.dtsi
>>  mode change 100644 => 100755 arch/arm/mach-exynos/include/mach/map.h
>>  mode change 100644 => 100755 arch/arm/mach-exynos/mach-exynos5-dt.c
>>  mode change 100644 => 100755 arch/arm/plat-samsung/include/plat/cpu.h
>
> The mode of these three files should NOT be changed to 100755.
> Please fix it.
>
> Best regards,
> Jingoo Han
>

  reply	other threads:[~2014-02-05  6:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05  5:16 [PATCH V2 0/3] exynos: arch: add support for exynos5260 SoC Rahul Sharma
2014-02-05  5:16 ` [PATCH V2 1/3] ARM: EXYNOS: initial board " Rahul Sharma
2014-02-05 21:55   ` Olof Johansson
2014-02-05  5:16 ` [PATCH V2 2/3] ARM: dts: add dts files " Rahul Sharma
2014-02-06 13:21   ` Tomasz Figa
2014-02-06 13:21     ` Tomasz Figa
2014-02-11  5:22     ` Rahul Sharma
2014-02-11  5:22       ` Rahul Sharma
2014-02-11 10:04       ` Tomasz Figa
2014-02-11 10:04         ` Tomasz Figa
2014-02-14  3:24         ` Rahul Sharma
2014-02-14  3:24           ` Rahul Sharma
2014-02-14 11:28           ` Rahul Sharma
2014-02-14 11:28             ` Rahul Sharma
     [not found]             ` <CAPdUM4Pr7UC3wzYMsO+sYQHRDGixSNsR3XQuHBomsi-H-dfOZw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-02-14 11:49               ` Tomasz Figa
2014-02-14 11:49                 ` Tomasz Figa
2014-02-05  5:16 ` [PATCH V2 3/3] ARM: dts: add dts files for xyref5260 board Rahul Sharma
2014-02-05  5:31 ` [PATCH V2 0/3] exynos: arch: add support for exynos5260 SoC Jingoo Han
2014-02-05  6:17   ` Rahul Sharma [this message]
2014-02-05  6:17 [PATCH v2 " Rahul Sharma

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=CAPdUM4PgAO-WB7R_mR7wHeTJFZr-NgY9cWtFLCk3y7N5O5qh3g@mail.gmail.com \
    --to=r.sh.open@gmail.com \
    --cc=jg1.han@samsung.com \
    --cc=joshi@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=rahul.sharma@samsung.com \
    --cc=tomasz.figa@gmail.com \
    /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.