Re: [PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver

2014-01-24 Thread Arnd Bergmann
On Friday 24 January 2014, Pratyush Anand wrote: On Thu, Jan 23, 2014 at 08:22:54PM +0800, Arnd Bergmann wrote: On Thursday 23 January 2014, Mohit Kumar wrote: I assume you'd want a phandle pointing to the syscon device in here as well? Since there is only one syscon device in the

[PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver

2014-01-23 Thread Mohit Kumar
From: Pratyush Anand pratyush.an...@st.com ahci driver needs some platform specific functions which are called at init, exit, suspend and resume conditions. Till now these functions were present in a platform driver with a fixme notes. These functions modifies only misc registers and not any phy

Re: [PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver

2014-01-23 Thread Arnd Bergmann
On Thursday 23 January 2014, Mohit Kumar wrote: diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index 3518803..2b4e58e 100644 --- a/arch/arm/boot/dts/spear13xx.dtsi +++ b/arch/arm/boot/dts/spear13xx.dtsi @@ -78,6 +78,10 @@ status = disabled;

Re: [PATCH V2 4/8] SPEAr13xx: Fixup: Move SPEAr1340 SATA platform code to system cfg driver

2014-01-23 Thread Pratyush Anand
Hi Arnd, Thanks for your valuable comments. On Thu, Jan 23, 2014 at 08:22:54PM +0800, Arnd Bergmann wrote: On Thursday 23 January 2014, Mohit Kumar wrote: diff --git a/arch/arm/boot/dts/spear13xx.dtsi b/arch/arm/boot/dts/spear13xx.dtsi index 3518803..2b4e58e 100644 ---