Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-05-06 Thread Stephen Warren
On 04/08/2013 09:41 AM, Jay Agarwal wrote: > Signed-off-by: Jay Agarwal > > - Enable pcie root port 2 for cardhu > - Make private data structure for each SOC > - Add required tegra3 clocks and regulators > - Add tegra3 specific code in enable controller > - Modify clock tree to get clocks based o

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-13 Thread Thierry Reding
On Fri, Apr 12, 2013 at 09:34:13AM -0600, Stephen Warren wrote: > On 04/12/2013 08:58 AM, Jay Agarwal wrote: > >>> err = regulator_disable(pcie->pex_clk_supply); > >>> if (err < 0) > >>> - dev_err(pcie->dev, "failed to disable pex-clk regulator: > >> %d\n", > >>> + dev_warn(pcie

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Stephen Warren
On 04/12/2013 11:06 AM, Jay Agarwal wrote: >> On 04/12/2013 10:43 AM, Jay Agarwal wrote: On 04/08/2013 09:41 AM, Jay Agarwal wrote: > Signed-off-by: Jay Agarwal > > - Enable pcie root port 2 for cardhu > - Make private data structure for each SOC > - Add required tegra3 cl

RE: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Jay Agarwal
> On 04/12/2013 10:43 AM, Jay Agarwal wrote: > >> On 04/08/2013 09:41 AM, Jay Agarwal wrote: > >>> Signed-off-by: Jay Agarwal > >>> > >>> - Enable pcie root port 2 for cardhu > >>> - Make private data structure for each SOC > >>> - Add required tegra3 clocks and regulators > >>> - Add tegra3 speci

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Stephen Warren
On 04/12/2013 10:43 AM, Jay Agarwal wrote: >> On 04/08/2013 09:41 AM, Jay Agarwal wrote: >>> Signed-off-by: Jay Agarwal >>> >>> - Enable pcie root port 2 for cardhu >>> - Make private data structure for each SOC >>> - Add required tegra3 clocks and regulators >>> - Add tegra3 specific code in enab

RE: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Jay Agarwal
> On 04/08/2013 09:41 AM, Jay Agarwal wrote: > > Signed-off-by: Jay Agarwal > > > > - Enable pcie root port 2 for cardhu > > - Make private data structure for each SOC > > - Add required tegra3 clocks and regulators > > - Add tegra3 specific code in enable controller > > - Modify clock tree to get

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Stephen Warren
On 04/12/2013 08:58 AM, Jay Agarwal wrote: >>> err = regulator_disable(pcie->pex_clk_supply); >>> if (err < 0) >>> - dev_err(pcie->dev, "failed to disable pex-clk regulator: >> %d\n", >>> + dev_warn(pcie->dev, "failed to disable pex-clk regulator: >> %d\n", >>>

RE: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-12 Thread Jay Agarwal
> > err = regulator_disable(pcie->pex_clk_supply); > > if (err < 0) > > - dev_err(pcie->dev, "failed to disable pex-clk regulator: > %d\n", > > + dev_warn(pcie->dev, "failed to disable pex-clk regulator: > %d\n", > > err); > > > > err = regulator_

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-10 Thread Stephen Warren
On 04/08/2013 09:41 AM, Jay Agarwal wrote: > Signed-off-by: Jay Agarwal > > - Enable pcie root port 2 for cardhu > - Make private data structure for each SOC > - Add required tegra3 clocks and regulators > - Add tegra3 specific code in enable controller > - Modify clock tree to get clocks based o

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-08 Thread Stephen Warren
On 04/08/2013 09:41 AM, Jay Agarwal wrote: > Signed-off-by: Jay Agarwal > > - Enable pcie root port 2 for cardhu > - Make private data structure for each SOC > - Add required tegra3 clocks and regulators > - Add tegra3 specific code in enable controller > - Modify clock tree to get clocks based o

Re: [PATCH 1/3] ARM: tegra: pcie: Add tegra3 support

2013-04-08 Thread Stephen Warren
On 04/08/2013 09:41 AM, Jay Agarwal wrote: > Signed-off-by: Jay Agarwal > > - Enable pcie root port 2 for cardhu > - Make private data structure for each SOC > - Add required tegra3 clocks and regulators > - Add tegra3 specific code in enable controller > - Modify clock tree to get clocks based o