Re: [U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-08-04 Thread Simon Glass
Hi Stephen, On 4 August 2016 at 12:52, Stephen Warren wrote: > On 08/03/2016 07:16 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 1 August 2016 at 09:22, Stephen Warren wrote: >>> >>> On 07/31/2016 07:02 PM, Simon Glass wrote: Hi

Re: [U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-08-04 Thread Stephen Warren
On 08/03/2016 07:16 PM, Simon Glass wrote: Hi Stephen, On 1 August 2016 at 09:22, Stephen Warren wrote: On 07/31/2016 07:02 PM, Simon Glass wrote: Hi Stephen, On 27 July 2016 at 15:48, Stephen Warren wrote: From: Stephen Warren

Re: [U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-08-03 Thread Simon Glass
Hi Stephen, On 1 August 2016 at 09:22, Stephen Warren wrote: > On 07/31/2016 07:02 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 27 July 2016 at 15:48, Stephen Warren wrote: >>> >>> From: Stephen Warren >>> >>> Tegra186

Re: [U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-08-01 Thread Stephen Warren
On 07/31/2016 07:02 PM, Simon Glass wrote: Hi Stephen, On 27 July 2016 at 15:48, Stephen Warren wrote: From: Stephen Warren Tegra186 supports the new standard clock, reset, and power domain APIs. Older Tegra SoCs still use custom APIs. Enhance the

Re: [U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-07-31 Thread Simon Glass
Hi Stephen, On 27 July 2016 at 15:48, Stephen Warren wrote: > From: Stephen Warren > > Tegra186 supports the new standard clock, reset, and power domain APIs. > Older Tegra SoCs still use custom APIs. Enhance the Tegra PCIe driver so > that it can

[U-Boot] [PATCH 1/5] pci: tegra: port to standard clock/reset/pwr domain APIs

2016-07-27 Thread Stephen Warren
From: Stephen Warren Tegra186 supports the new standard clock, reset, and power domain APIs. Older Tegra SoCs still use custom APIs. Enhance the Tegra PCIe driver so that it can operate with either set of APIs. On Tegra186, the BPMP handles all aspects of PCIe PHY (UPHY)