Re: [PATCH v4 0/3] ata: ahci_platform: Add PHY support and OMAP support

2014-01-09 Thread Bartlomiej Zolnierkiewicz
Hi, On Thursday, January 09, 2014 04:25:59 PM Roger Quadros wrote: > 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 in PATCH 2. > > In order to support SATA on th

Re: [PATCH v4 0/3] ata: ahci_platform: Add PHY support and OMAP support

2014-01-09 Thread Arnd Bergmann
On Thursday 09 January 2014, Roger Quadros wrote: > 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 in PATCH 2. > > In order to support SATA on the OMAP platforms we

[PATCH v4 0/3] ata: ahci_platform: Add PHY support and OMAP support

2014-01-09 Thread 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 in PATCH 2. In order to support SATA on the OMAP platforms we need to runtime resume the device before use. PATCH 3 takes car