devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH V8 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver
@ 2014-02-25  5:25 Jingoo Han
  0 siblings, 0 replies; 3+ messages in thread
From: Jingoo Han @ 2014-02-25  5:25 UTC (permalink / raw)
  To: kishon, yuvaraj.cd
  Cc: kgene.kim, linux-kernel, linux-arm-kernel, devicetree, linux-doc,
	grant.likely, robh+dt, swarren, mark.rutland, yuvaraj.cd, ks.giri,
	vasanth.a, Jingoo Han

On Mon, 24 Feb 2014 19:26:44, Kishon Vijay Abraham I wrote: 
> On Monday 24 February 2014 07:02 PM, Yuvaraj Kumar C D wrote:
> > This patch adds the SATA PHY driver for Exynos5250.Exynos5250 SATA
> > PHY comprises of CMU and TRSV blocks which are of I2C register Map.
> > So this patch also adds a i2c client driver, which is used configure
> 
> We no longer have i2c client driver here.

Right.

> > the CMU and TRSV block of exynos5250 SATA PHY.
> > 
> > This patch incorporates the generic PHY framework to deal with SATA
> > PHY.
> 
> It should be rephrased to have *uses* generic PHY framework. However I feel we
> can do away with this line.

Right, "incorporates" is confusing.

> > 
> > This patch depends on the below patch for the sata functionality
> > 	[1].ata: ahci_platform: Manage SATA PHY
> > 		by Roger Quadros <rogerq@xxxxxx>
> 
> hasn't this patch merged yet?

Currently, this patch was queued into libata tree, for-next. [1]

[1] http://git.kernel.org/cgit/linux/kernel/git/tj/libata.git/commit/?h=for-next&id=21b5faeec229d4f70a7f60a7b0b065c98198f491

Best regards,
Jingoo Han

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH V8 0/2] Exynos5250 SATA Support
@ 2014-02-24 13:32 Yuvaraj Kumar C D
  2014-02-24 13:32 ` [PATCH V8 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver Yuvaraj Kumar C D
  0 siblings, 1 reply; 3+ messages in thread
From: Yuvaraj Kumar C D @ 2014-02-24 13:32 UTC (permalink / raw)
  To: kishon, kgene.kim, linux-kernel, linux-arm-kernel, devicetree,
	linux-doc
  Cc: grant.likely, rob.herring, swarren, mark.rutland,
	Yuvaraj Kumar C D

This patch series enable the SATA support on Exynos5250 based boards.
It incorporates the generic phy framework to deal with sata phy.

Yuvaraj Kumar C D (2):
  PHY: Exynos: Add Exynos5250 SATA PHY driver
  ARM: dts: Enable ahci sata and sata phy

 .../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           |   11 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    8 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |   17 +-
 drivers/phy/Kconfig                                |   15 ++
 drivers/phy/Makefile                               |    1 +
 drivers/phy/phy-exynos5250-sata.c                  |  251 ++++++++++++++++++++
 9 files changed, 345 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/ata/exynos-sata-phy.txt
 create mode 100644 drivers/phy/phy-exynos5250-sata.c

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-25  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25  5:25 [PATCH V8 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver Jingoo Han
  -- strict thread matches above, loose matches on Subject: below --
2014-02-24 13:32 [PATCH V8 0/2] Exynos5250 SATA Support Yuvaraj Kumar C D
2014-02-24 13:32 ` [PATCH V8 1/2] PHY: Exynos: Add Exynos5250 SATA PHY driver Yuvaraj Kumar C D
2014-02-24 13:56   ` Kishon Vijay Abraham I

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).