linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Adding SATA PHY framework and PHY controller driver
@ 2013-01-29 15:19 Vasanth Ananthan
  2013-01-29 15:19 ` [PATCH 1/2] driver: ata: SATA PHY framework Vasanth Ananthan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vasanth Ananthan @ 2013-01-29 15:19 UTC (permalink / raw)
  To: linux-ide
  Cc: jeff, jgarzik, linux-samsung-soc, kgene.kim, thomas.abraham,
	girish.shivananjappa, Vasanth Ananthan

Adding SATA PHY framework. The framework acts as an interface
between the SATA controller and the PHY controller.

The framework can be used by any platform with device tree support.
It primarily serves to de-couple the SATA controller driver and the
PHY controller driver.

Vasanth Ananthan (2):
  driver: ata: SATA PHY framework
  driver: ata: add new Exynos5250 SATA PHY controller driver

 arch/arm/mach-exynos/include/mach/regs-pmu.h  |    3 +
 arch/arm/mach-exynos/include/mach/regs-sata.h |   29 +++
 drivers/ata/Kconfig                           |   10 +
 drivers/ata/Makefile                          |    1 +
 drivers/ata/sata_exynos_phy.c                 |  265 +++++++++++++++++++++++++
 drivers/ata/sata_phy.c                        |  145 ++++++++++++++
 drivers/ata/sata_phy.h                        |   29 +++
 7 files changed, 482 insertions(+)
 create mode 100644 arch/arm/mach-exynos/include/mach/regs-sata.h
 create mode 100644 drivers/ata/sata_exynos_phy.c
 create mode 100644 drivers/ata/sata_phy.c
 create mode 100644 drivers/ata/sata_phy.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-06  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29 15:19 [PATCH 0/2] Adding SATA PHY framework and PHY controller driver Vasanth Ananthan
2013-01-29 15:19 ` [PATCH 1/2] driver: ata: SATA PHY framework Vasanth Ananthan
2013-01-29 15:19 ` [PATCH 2/2] driver: ata: add new Exynos5250 SATA PHY controller driver Vasanth Ananthan
2013-01-29 18:13   ` Kukjin Kim
2013-02-05 14:23   ` Tomasz Figa
2013-02-06  8:51     ` Vasanth Ananthan
2013-01-29 19:18 ` [PATCH 0/2] Adding SATA PHY framework and " Tomasz Figa

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