public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
* [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
  2014-02-24 13:32 ` [PATCH V8 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D
  0 siblings, 2 replies; 4+ messages in thread
From: Yuvaraj Kumar C D @ 2014-02-24 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

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] 4+ messages in thread

end of thread, other threads:[~2014-02-24 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-02-24 13:32 ` [PATCH V8 2/2] ARM: dts: Enable ahci sata and sata phy Yuvaraj Kumar C D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox