Re: [PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration

2013-05-08 Thread Stephen Warren
On 05/08/2013 04:57 AM, Jay Agarwal wrote: > Registering pciex as peripheral clock instead of fixed clock > as tegra_perih_reset_assert(deassert) api of this clock api > gives warning and ultimately does not succeed to assert(deassert). A few procedural comments: I believe this is at least the se

[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration

2013-05-08 Thread Jay Agarwal
Registering pciex as peripheral clock instead of fixed clock as tegra_perih_reset_assert(deassert) api of this clock api gives warning and ultimately does not succeed to assert(deassert). Patch is based on remotes/gitorious_thierryreding_linux/tegra/next and should be applied on top of this. Sign