Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-12-02 Thread Valentine
On 12/02/2013 04:02 AM, Simon Horman wrote: On Fri, Nov 29, 2013 at 03:42:31PM -0500, Tejun Heo wrote: On Sat, Nov 30, 2013 at 12:35:52AM +0400, Valentine wrote: On 11/30/2013 12:14 AM, Tejun Heo wrote: Hello, On Wed, Nov 27, 2013 at 02:06:05AM +0400, Valentine wrote: On 11/08/2013 04:09 PM,

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-12-01 Thread Simon Horman
On Fri, Nov 29, 2013 at 03:42:31PM -0500, Tejun Heo wrote: > On Sat, Nov 30, 2013 at 12:35:52AM +0400, Valentine wrote: > > On 11/30/2013 12:14 AM, Tejun Heo wrote: > > >Hello, > > > > > >On Wed, Nov 27, 2013 at 02:06:05AM +0400, Valentine wrote: > > >>On 11/08/2013 04:09 PM, Valentine Barshak wrot

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-29 Thread Tejun Heo
On Sat, Nov 30, 2013 at 12:35:52AM +0400, Valentine wrote: > On 11/30/2013 12:14 AM, Tejun Heo wrote: > >Hello, > > > >On Wed, Nov 27, 2013 at 02:06:05AM +0400, Valentine wrote: > >>On 11/08/2013 04:09 PM, Valentine Barshak wrote: > >> > >>Tejun, > >>are you OK with taking this? > > > >Yeah, the st

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-29 Thread Valentine
On 11/30/2013 12:14 AM, Tejun Heo wrote: Hello, On Wed, Nov 27, 2013 at 02:06:05AM +0400, Valentine wrote: On 11/08/2013 04:09 PM, Valentine Barshak wrote: Tejun, are you OK with taking this? Yeah, the stat part looks okay to me. How the two should be routed? Both through libata or should I

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-29 Thread Tejun Heo
Hello, On Wed, Nov 27, 2013 at 02:06:05AM +0400, Valentine wrote: > On 11/08/2013 04:09 PM, Valentine Barshak wrote: > > Tejun, > are you OK with taking this? Yeah, the stat part looks okay to me. How the two should be routed? Both through libata or should I just take the first one? Thanks. -

Re: [PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-26 Thread Valentine
On 11/08/2013 04:09 PM, Valentine Barshak wrote: Tejun, are you OK with taking this? R-Car Gen2 SoCs have a different PHY which is not compatible with the older R-Car H1 (R8A7779) version. This adds OF/platform device id tables and PHY initialization callbacks for the following Gen2 SoCs: *

[PATCH V3 1/2] sata_rcar: Add R-Car Gen2 SATA PHY support

2013-11-08 Thread Valentine Barshak
R-Car Gen2 SoCs have a different PHY which is not compatible with the older R-Car H1 (R8A7779) version. This adds OF/platform device id tables and PHY initialization callbacks for the following Gen2 SoCs: * R-Car H2: R8A7790; * R-Car M2: R8A7791. PHY initialization method is chosen based on th