Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-07-08 Thread Mikko Perttunen
On 08/07/14 16:08, Thierry Reding wrote: * PGP Signed by an unknown key On Mon, Jun 09, 2014 at 09:49:24PM +0300, Mikko Perttunen wrote: On 06/09/2014 09:33 PM, Stephen Warren wrote: On 06/06/2014 12:27 AM, Mikko Perttunen wrote: The only compile-time dependencies here should be that: - patch

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-07-08 Thread Thierry Reding
On Mon, Jun 09, 2014 at 09:49:24PM +0300, Mikko Perttunen wrote: > On 06/09/2014 09:33 PM, Stephen Warren wrote: > >On 06/06/2014 12:27 AM, Mikko Perttunen wrote: > >>The only compile-time dependencies here should be that: > >>- patch 8 of 9 which contains the actual driver depends on patch 6 of 9

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-09 Thread Mikko Perttunen
On 06/09/2014 09:33 PM, Stephen Warren wrote: On 06/06/2014 12:27 AM, Mikko Perttunen wrote: The only compile-time dependencies here should be that: - patch 8 of 9 which contains the actual driver depends on patch 6 of 9 (though only when building as a module) and the efuse series - patch 2 o

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-09 Thread Stephen Warren
On 06/06/2014 12:27 AM, Mikko Perttunen wrote: > The only compile-time dependencies here should be that: > - patch 8 of 9 which contains the actual driver depends on patch 6 of 9 > (though only when building as a module) and the efuse series > - patch 2 of 9 refers to the DT node called "padctl",

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-06 Thread Mikko Perttunen
Yes, that might be the easiest. If you go that way, you should probably also add an #include for the XUSB binding include file. - Mikko On 06/06/14 10:11, Thierry Reding wrote: * PGP Signed by an unknown key On Fri, Jun 06, 2014 at 09:27:07AM +0300, Mikko Perttunen wrote: The only compile-ti

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-06 Thread Thierry Reding
On Fri, Jun 06, 2014 at 09:27:07AM +0300, Mikko Perttunen wrote: > The only compile-time dependencies here should be that: > - patch 8 of 9 which contains the actual driver depends on patch 6 of 9 > (though only when building as a module) and the efuse series > - patch 2 of 9 refers to the DT node

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-05 Thread Mikko Perttunen
The only compile-time dependencies here should be that: - patch 8 of 9 which contains the actual driver depends on patch 6 of 9 (though only when building as a module) and the efuse series - patch 2 of 9 refers to the DT node called "padctl", so it requires the xusb series. (in the submitted xus

Re: [PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-05 Thread Stephen Warren
On 06/04/2014 05:32 AM, Mikko Perttunen wrote: > Hi, > > This series adds support for the onboard AHCI-compliant Serial ATA > controller found on Tegra124 systems-on-chip. The controller is > enabled on Jetson TK1. The series depends on Peter's efuse series > and Thierry's yet to be submitted XUS

[PATCH 0/9] Serial ATA support for NVIDIA Tegra124

2014-06-04 Thread Mikko Perttunen
Hi, This series adds support for the onboard AHCI-compliant Serial ATA controller found on Tegra124 systems-on-chip. The controller is enabled on Jetson TK1. The series depends on Peter's efuse series and Thierry's yet to be submitted XUSB pinctrl driver. A branch containing the series is locate