public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  ata: ahci_platform: Add PHY support and OMAP support
@ 2013-10-16 11:42 Roger Quadros
  2013-10-16 11:42 ` [PATCH v2 1/2] ata: ahci_platform: Manage SATA PHY Roger Quadros
  2013-10-16 11:42 ` [PATCH v2 2/2] ata: ahci_platform: runtime resume the device before use Roger Quadros
  0 siblings, 2 replies; 7+ messages in thread
From: Roger Quadros @ 2013-10-16 11:42 UTC (permalink / raw)
  To: tj
  Cc: sergei.shtylyov, kishon, b.zolnierkie, linux-ide, linux-kernel,
	Roger Quadros

Hi,

Some platforms have a PHY hooked up to the SATA controller.
The PHY needs to be initialized and powered up for SATA to work.
We do that using the Generic PHY framework. [1]. This is done
in PATCH 1

In order to support SATA on the OMAP platforms we need to runtime
resume the device before use. PATCH 2 takes care of that.

Changelog:
v2:
- got rid of Texas Instruments SATA wrapper driver
- adressed review comments

cheers,
-roger

[1] - The Generic PHY framework is available in Greg KH's usb-next branch.
  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git  usb-next

---
Balaji T K (1):
  ata: ahci_platform: Manage SATA PHY

Roger Quadros (1):
  ata: ahci_platform: runtime resume the device before use

 .../devicetree/bindings/ata/ahci-platform.txt      |    3 +-
 drivers/ata/ahci.h                                 |    2 +
 drivers/ata/ahci_platform.c                        |   41 +++++++++++++++++++-
 3 files changed, 44 insertions(+), 2 deletions(-)

-- 
1.7.9.5


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-16 11:42 [PATCH v2 0/2] ata: ahci_platform: Add PHY support and OMAP support Roger Quadros
2013-10-16 11:42 ` [PATCH v2 1/2] ata: ahci_platform: Manage SATA PHY Roger Quadros
2013-10-17 13:57   ` Bartlomiej Zolnierkiewicz
2013-10-18  7:31     ` Roger Quadros
2013-10-16 11:42 ` [PATCH v2 2/2] ata: ahci_platform: runtime resume the device before use Roger Quadros
2013-10-17 14:15   ` Bartlomiej Zolnierkiewicz
2013-10-18 12:24     ` Roger Quadros

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