All of lore.kernel.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy
Date: Tue, 18 Mar 2014 07:50:26 +0900	[thread overview]
Message-ID: <53277C32.4050003@samsung.com> (raw)
In-Reply-To: <53146E84.7060508@ti.com>

On 03/03/14 20:59, Kishon Vijay Abraham I wrote:
>
>
> On Monday 03 March 2014 10:52 AM, Yuvaraj Kumar C D wrote:
>> This patch adds dt entry for ahci sata controller and its
>> corresponding phy controller.phy node has been added w.r.t
>> new generic phy framework.
>>
>> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
>
> This should go via exynos dt tree.
>
Applied, thanks.

- Kukjin

> FWIW
> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>> ---
>> Changes since V8:
>> 1.sata at 122f0000 and sata_phy at 12170000 disabled by default in
>> SOC specific dts file and enabled the same in board dts file.
>>
>> Changes since V7:
>> 1.syscon-phandle name updated.
>>
>> Changes since V6:none
>>
>> Changes since V5:none
>>
>> Changes since V4:
>> 1.Used the new phandle "sata_phy_i2c" in the DT entry.
>> 2.Updated binding document.
>>
>> Changes since V3:
>> 1.Moved the binding info to the /bindings/phy/
>>
>> Changes since V2:
>> 1.Used syscon interface to PMU handling.
>> 2.Changed "sata-phy-i2c" to "exynos-sataphy-i2c".
>>
>> Changes since V1:
>> 1.Minor changes to node name convention.
>> 2.Updated binding document.
>>
>>
>> .../devicetree/bindings/ata/exynos-sata-phy.txt | 14 --------
>> .../devicetree/bindings/ata/exynos-sata.txt | 25 +++++++++-----
>> .../devicetree/bindings/phy/samsung-phy.txt | 36 ++++++++++++++++++++
>> arch/arm/boot/dts/exynos5250-arndale.dts | 21 ++++++++++++
>> arch/arm/boot/dts/exynos5250-smdk5250.dts | 17 +++++----
>> arch/arm/boot/dts/exynos5250.dtsi | 18 +++++++---
>> 6 files changed, 98 insertions(+), 33 deletions(-)
>> delete mode 100644
>> Documentation/devicetree/bindings/ata/exynos-sata-phy.txt

WARNING: multiple messages have this Message-ID (diff)
From: Kukjin Kim <kgene.kim@samsung.com>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Yuvaraj Kumar C D <yuvaraj.cd@gmail.com>,
	kgene.kim@samsung.com, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-doc@vger.kernel.org, mark.rutland@arm.com,
	Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>,
	sander@humilis.net, swarren@wwwdotorg.org,
	b.zolnierkie@samsung.com, ks.giri@samsung.com,
	t.figa@samsung.com, jg1.han@samsung.com, joshi@samsung.com,
	grant.likely@linaro.org, christoffer.dall@linaro.com
Subject: Re: [PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy
Date: Tue, 18 Mar 2014 07:50:26 +0900	[thread overview]
Message-ID: <53277C32.4050003@samsung.com> (raw)
In-Reply-To: <53146E84.7060508@ti.com>

On 03/03/14 20:59, Kishon Vijay Abraham I wrote:
>
>
> On Monday 03 March 2014 10:52 AM, Yuvaraj Kumar C D wrote:
>> This patch adds dt entry for ahci sata controller and its
>> corresponding phy controller.phy node has been added w.r.t
>> new generic phy framework.
>>
>> Signed-off-by: Yuvaraj Kumar C D <yuvaraj.cd@samsung.com>
>
> This should go via exynos dt tree.
>
Applied, thanks.

- Kukjin

> FWIW
> Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
>> ---
>> Changes since V8:
>> 1.sata@122f0000 and sata_phy@12170000 disabled by default in
>> SOC specific dts file and enabled the same in board dts file.
>>
>> Changes since V7:
>> 1.syscon-phandle name updated.
>>
>> Changes since V6:none
>>
>> Changes since V5:none
>>
>> Changes since V4:
>> 1.Used the new phandle "sata_phy_i2c" in the DT entry.
>> 2.Updated binding document.
>>
>> Changes since V3:
>> 1.Moved the binding info to the /bindings/phy/
>>
>> Changes since V2:
>> 1.Used syscon interface to PMU handling.
>> 2.Changed "sata-phy-i2c" to "exynos-sataphy-i2c".
>>
>> Changes since V1:
>> 1.Minor changes to node name convention.
>> 2.Updated binding document.
>>
>>
>> .../devicetree/bindings/ata/exynos-sata-phy.txt | 14 --------
>> .../devicetree/bindings/ata/exynos-sata.txt | 25 +++++++++-----
>> .../devicetree/bindings/phy/samsung-phy.txt | 36 ++++++++++++++++++++
>> arch/arm/boot/dts/exynos5250-arndale.dts | 21 ++++++++++++
>> arch/arm/boot/dts/exynos5250-smdk5250.dts | 17 +++++----
>> arch/arm/boot/dts/exynos5250.dtsi | 18 +++++++---
>> 6 files changed, 98 insertions(+), 33 deletions(-)
>> delete mode 100644
>> Documentation/devicetree/bindings/ata/exynos-sata-phy.txt

  parent reply	other threads:[~2014-03-17 22:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03  5:22 [PATCH V9 0/2] Exynos5250 SATA Support Yuvaraj Kumar C D
2014-03-03  5:22 ` Yuvaraj Kumar C D
2014-03-03  5:22 ` [PATCH V9 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver Yuvaraj Kumar C D
2014-03-03  5:22   ` Yuvaraj Kumar C D
2014-03-03  5:22 ` [PATCH V9 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
2014-03-03  5:22   ` Yuvaraj Kumar C D
2014-03-03 11:59   ` Kishon Vijay Abraham I
2014-03-03 11:59     ` Kishon Vijay Abraham I
2014-03-03 11:59     ` Kishon Vijay Abraham I
2014-03-03 16:02     ` Kumar Gala
2014-03-03 16:02       ` Kumar Gala
2014-03-03 23:49       ` Jingoo Han
2014-03-03 23:49         ` Jingoo Han
2014-03-17 22:50     ` Kukjin Kim [this message]
2014-03-17 22:50       ` Kukjin Kim

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=53277C32.4050003@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.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.