From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Georgi Djakov <georgi.djakov@linaro.org>,
Andy Gross <andy.gross@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>,
David Brown <david.brown@linaro.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-soc@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: dts: apq8064: rename db600c to SD_600eval
Date: Fri, 10 Jun 2016 13:49:20 +0100 [thread overview]
Message-ID: <575AB750.80803@linaro.org> (raw)
In-Reply-To: <575AB433.3060006@linaro.org>
On 10/06/16 13:36, Georgi Djakov wrote:
> Hi Srini,
>
> On 06/10/2016 12:34 PM, Srinivas Kandagatla wrote:
>> This board has been renamed recently and announced at
>> https://eragon.einfochips.com/products/sd-600eval.html
>>
>> So rename this board files so that it reflects actual product in market.
>>
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>> ---
>> arch/arm/boot/dts/Makefile | 2 +-
>> .../boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 52 ---
>> arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 349 ---------------------
>> .../dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi | 52 +++
>> .../arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 349 +++++++++++++++++++++
>> 5 files changed, 402 insertions(+), 402 deletions(-)
>> delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi
>> delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts
>> create mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi
>> create mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts
>>
>
> If you use git format-patch -M, we will see and track the renamed files
> easier than deleting and adding the files.
Yep, that would give good diff stat as well.
Thanks for suggestion, will resend v2 with that change.
--srini
>
> BR,
> Georgi
>
WARNING: multiple messages have this Message-ID (diff)
From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: dts: apq8064: rename db600c to SD_600eval
Date: Fri, 10 Jun 2016 13:49:20 +0100 [thread overview]
Message-ID: <575AB750.80803@linaro.org> (raw)
In-Reply-To: <575AB433.3060006@linaro.org>
On 10/06/16 13:36, Georgi Djakov wrote:
> Hi Srini,
>
> On 06/10/2016 12:34 PM, Srinivas Kandagatla wrote:
>> This board has been renamed recently and announced at
>> https://eragon.einfochips.com/products/sd-600eval.html
>>
>> So rename this board files so that it reflects actual product in market.
>>
>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>> ---
>> arch/arm/boot/dts/Makefile | 2 +-
>> .../boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi | 52 ---
>> arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts | 349 ---------------------
>> .../dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi | 52 +++
>> .../arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 349 +++++++++++++++++++++
>> 5 files changed, 402 insertions(+), 402 deletions(-)
>> delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-db600c-pins.dtsi
>> delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-db600c.dts
>> create mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi
>> create mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts
>>
>
> If you use git format-patch -M, we will see and track the renamed files
> easier than deleting and adding the files.
Yep, that would give good diff stat as well.
Thanks for suggestion, will resend v2 with that change.
--srini
>
> BR,
> Georgi
>
next prev parent reply other threads:[~2016-06-10 12:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 9:34 [PATCH 1/2] ARM: dts: apq8064: rename db600c to SD_600eval Srinivas Kandagatla
2016-06-10 9:34 ` Srinivas Kandagatla
2016-06-10 9:34 ` Srinivas Kandagatla
2016-06-10 9:34 ` [PATCH 2/2] ARM: dts: sd_600eval: Fix eMMC lockup issue Srinivas Kandagatla
2016-06-10 9:34 ` Srinivas Kandagatla
2016-06-10 12:36 ` [PATCH 1/2] ARM: dts: apq8064: rename db600c to SD_600eval Georgi Djakov
2016-06-10 12:36 ` Georgi Djakov
2016-06-10 12:49 ` Srinivas Kandagatla [this message]
2016-06-10 12:49 ` Srinivas Kandagatla
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=575AB750.80803@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=andy.gross@linaro.org \
--cc=david.brown@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=georgi.djakov@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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.