devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Exynos5250 SATA Support
@ 2013-12-30 13:07 Yuvaraj Kumar C D
  2013-12-30 13:07 ` [PATCH V4 1/2] Phy: Exynos: Add Exynos5250 sata phy driver Yuvaraj Kumar C D
  2013-12-30 13:07 ` [PATCH V4 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
  0 siblings, 2 replies; 13+ messages in thread
From: Yuvaraj Kumar C D @ 2013-12-30 13:07 UTC (permalink / raw)
  To: kishon, kgene.kim, linux-kernel, linux-arm-kernel, devicetree,
	linux-doc
  Cc: mark.rutland, jg1.han, b.zolnierkie, joshi, t.figa, swarren,
	rob.herring, grant.likely, christoffer.dall, 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].ARM: dts: Add pmu sysreg node to exynos5250 and
		exynos5420 dtsi files
		by Leela Krishna Amudala <l.krishna@samsung.com>
	[4]. i2c: s3c2410 : Add polling mode support
		by Vasanth Ananthan <vasanth.a@samsung.com>

Changes from V3:
	1.Moved the devicetree binding documentation
	from /bindings/ata/ to bindings/phy/ .
	2.Moved devm_phy_create call before to 
	the devm_phy_provider_register. 

Changes from V2:
	1.Removed of_match_table
	2.Moved to syscon interface for PMU handling.

Changes from V1:
	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    |   14 --
 .../devicetree/bindings/ata/exynos-sata.txt        |   25 ++-
 .../devicetree/bindings/phy/samsung-phy.txt        |   40 ++++
 arch/arm/boot/dts/exynos5250-arndale.dts           |   11 +
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    8 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |   16 +-
 drivers/phy/Kconfig                                |   11 +
 drivers/phy/Makefile                               |    1 +
 drivers/phy/exynos5250_phy_i2c.c                   |   44 ++++
 drivers/phy/sata_phy_exynos5250.c                  |  220 ++++++++++++++++++++
 drivers/phy/sata_phy_exynos5250.h                  |   35 ++++
 11 files changed, 392 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/ata/exynos-sata-phy.txt
 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] 13+ messages in thread

end of thread, other threads:[~2014-01-09 10:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 13:07 [PATCH V4 0/2] Exynos5250 SATA Support Yuvaraj Kumar C D
2013-12-30 13:07 ` [PATCH V4 1/2] Phy: Exynos: Add Exynos5250 sata phy driver Yuvaraj Kumar C D
2013-12-31 10:48   ` Kishon Vijay Abraham I
2014-01-02 13:43     ` Yuvaraj Kumar
2014-01-07  9:34       ` Kishon Vijay Abraham I
2013-12-31 15:30   ` Bartlomiej Zolnierkiewicz
2014-01-02 13:33     ` Yuvaraj Kumar
2014-01-07 14:22       ` Bartlomiej Zolnierkiewicz
2014-01-08 13:09         ` Yuvaraj Kumar
2014-01-08 15:46           ` Bartlomiej Zolnierkiewicz
2014-01-09 10:06             ` Yuvaraj Kumar
2013-12-30 13:07 ` [PATCH V4 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
     [not found]   ` <1388408823-4963-3-git-send-email-yuvaraj.cd-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-12-31 15:44     ` Bartlomiej Zolnierkiewicz

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