Re: [PATCH 3/6] DRIVERS: ATA: SATA PHY utility framework

2012-10-15 Thread Vasanth Ananthan
Hi Tomasz, On Sat, Oct 13, 2012 at 4:00 AM, Tomasz Figa wrote: > Hi Vasanth, > > On Tuesday 09 of October 2012 17:18:49 Vasanth Ananthan wrote: >> This patch adds SATA PHY utility framework APIs. The framework acts as >> an interface between the SATA device and the PHY device. The SATA PHY >> dev

Re: [PATCH 3/6] DRIVERS: ATA: SATA PHY utility framework

2012-10-12 Thread Tomasz Figa
Hi Vasanth, On Tuesday 09 of October 2012 17:18:49 Vasanth Ananthan wrote: > This patch adds SATA PHY utility framework APIs. The framework acts as > an interface between the SATA device and the PHY device. The SATA PHY > device registers itself with the framework through the APIs provided > and

[PATCH 3/6] DRIVERS: ATA: SATA PHY utility framework

2012-10-09 Thread Vasanth Ananthan
This patch adds SATA PHY utility framework APIs. The framework acts as an interface between the SATA device and the PHY device. The SATA PHY device registers itself with the framework through the APIs provided and the SATA device finds and requests for an appropriate PHY device. Signed-off-by: Vas