devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Exynos5250 SATA Support
@ 2013-11-11  8:32 Yuvaraj Kumar C D
  2013-11-11  8:32 ` [PATCH V2 1/2] Phy: Exynos: Add Exynos5250 sata phy driver Yuvaraj Kumar C D
  2013-11-11  8:32 ` [PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
  0 siblings, 2 replies; 9+ messages in thread
From: Yuvaraj Kumar C D @ 2013-11-11  8:32 UTC (permalink / raw)
  To: kishon, kgene.kim, linux-kernel, linux-arm-kernel, devicetree,
	linux-doc
  Cc: grant.likely, rob.herring, swarren, mark.rutland, sachin.kamat,
	b.zolnierkie, jg1.han, t.figa, christoffer.dall, aditya.ps,
	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.

This patch depends on the below patches
	[1]. drivers: phy: add generic PHY framework
		by Kishon Vijay Abraham I<kishon@ti.com>
	[2]. ata: ahci_platform: Manage SATA PHY
		by Roger Quadros <rogerq@ti.com>
	[3]. i2c: s3c2410 : Add polling mode support
		by Vasanth Ananthan <vasanth.a@samsung.com>

Earlier version can be found in the below link:
	http://lwn.net/Articles/568966/

Changes from Version 1:
	1. Dropped the patch 
	ahci: exynos: add ahci sata support on Exynos platform

	2.Adapt to latest generic PHY framework available in 
	git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git next
 
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    |   19 +-
 .../devicetree/bindings/ata/exynos-sata.txt        |   17 +-
 arch/arm/boot/dts/exynos5250-arndale.dts           |    9 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    8 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |   21 +-
 drivers/phy/Kconfig                                |    7 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/exynos5250_phy_i2c.c                   |   43 ++++
 drivers/phy/sata_phy_exynos5250.c                  |  245 ++++++++++++++++++++
 drivers/phy/sata_phy_exynos5250.h                  |   33 +++
 10 files changed, 382 insertions(+), 21 deletions(-)
 create mode 100644 drivers/phy/exynos5250_phy_i2c.c
 create mode 100644 drivers/phy/sata_phy_exynos5250.c
 create mode 100644 drivers/phy/sata_phy_exynos5250.h

-- 
1.7.9.5


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

end of thread, other threads:[~2013-12-10  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-11  8:32 [PATCH V2 0/2] Exynos5250 SATA Support Yuvaraj Kumar C D
2013-11-11  8:32 ` [PATCH V2 1/2] Phy: Exynos: Add Exynos5250 sata phy driver Yuvaraj Kumar C D
2013-11-22  6:01   ` Yuvaraj Kumar
2013-11-25  6:25     ` Kishon Vijay Abraham I
2013-12-09 11:49       ` Yuvaraj Kumar
2013-11-11  8:32 ` [PATCH V2 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
2013-11-22  6:01   ` Yuvaraj Kumar
2013-11-25  6:31   ` Kishon Vijay Abraham I
2013-12-10  8:56     ` Yuvaraj Kumar

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).