[U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-18 Thread Ian Campbell
This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done for sun7i only since I don't have access to any other sunxi platforms with sata included. The PHY setup is derived from the Alwinner releases and Linux, but is mostly undocumented. The Allwinner AHCI controller also requires

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-19 Thread Hans de Goede
Hi, On 07/18/2014 09:38 PM, Ian Campbell wrote: This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done for sun7i only since I don't have access to any other sunxi platforms with sata included. The PHY setup is derived from the Alwinner releases and Linux, but is mostly undocum

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-22 Thread Tom Rini
On Fri, Jul 18, 2014 at 08:38:41PM +0100, Ian Campbell wrote: > This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done > for sun7i only since I don't have access to any other sunxi platforms > with sata included. > > The PHY setup is derived from the Alwinner releases and Linux,

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-22 Thread Ian Campbell
On Tue, 2014-07-22 at 18:01 -0400, Tom Rini wrote: > On Fri, Jul 18, 2014 at 08:38:41PM +0100, Ian Campbell wrote: > > > This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done > > for sun7i only since I don't have access to any other sunxi platforms > > with sata included. > > >

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-23 Thread Ian Campbell
On Wed, 2014-07-23 at 07:59 +0100, Ian Campbell wrote: > On Tue, 2014-07-22 at 18:01 -0400, Tom Rini wrote: > > On Fri, Jul 18, 2014 at 08:38:41PM +0100, Ian Campbell wrote: > > > > > This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done > > > for sun7i only since I don't have a

Re: [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework

2014-07-23 Thread Tom Rini
On Wed, Jul 23, 2014 at 07:59:17AM +0100, Ian Campbell wrote: > On Tue, 2014-07-22 at 18:01 -0400, Tom Rini wrote: > > On Fri, Jul 18, 2014 at 08:38:41PM +0100, Ian Campbell wrote: > > > > > This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done > > > for sun7i only since I don't