Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-08 Thread Dmitry Osipenko
08.01.2015 13:58, Thierry Reding пишет: > On Thu, Jan 08, 2015 at 12:42:47PM +0300, Dmitry Osipenko wrote: >> 08.01.2015 11:49, Thierry Reding пишет: >>> I don't like changing this back to syscore_ops since it makes things >>> less easier to follow. I also don't think that using PMC_SCRATCH41 for >

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-08 Thread Thierry Reding
On Thu, Jan 08, 2015 at 12:42:47PM +0300, Dmitry Osipenko wrote: > 08.01.2015 11:49, Thierry Reding пишет: > > I don't like changing this back to syscore_ops since it makes things > > less easier to follow. I also don't think that using PMC_SCRATCH41 for > > two different purposes is a good thing.

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-08 Thread Dmitry Osipenko
08.01.2015 11:49, Thierry Reding пишет: > I don't like changing this back to syscore_ops since it makes things > less easier to follow. I also don't think that using PMC_SCRATCH41 for > two different purposes is a good thing. There are a couple of > suggestions in my reply to your original patch. C

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-08 Thread Thierry Reding
On Wed, Jan 07, 2015 at 06:24:39PM +0300, Dmitry Osipenko wrote: > 07.01.2015 17:33, Thierry Reding пишет: > > On Tue, Dec 09, 2014 at 10:36:50PM +, Paul Walmsley wrote: > >> > >> Tegra SoCs with 64-bit ARM support don't currently support deep CPU > >> low-power states in mainline Linux. When

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-07 Thread Dmitry Osipenko
07.01.2015 18:24, Dmitry Osipenko пишет: > For now there is no feedback for my suspend bug patch (other than for V1), > but, > To be more correct, by V1 I meant http://patchwork.ozlabs.org/patch/423224/ -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-07 Thread Dmitry Osipenko
07.01.2015 17:33, Thierry Reding пишет: > On Tue, Dec 09, 2014 at 10:36:50PM +, Paul Walmsley wrote: >> >> Tegra SoCs with 64-bit ARM support don't currently support deep CPU >> low-power states in mainline Linux. When this support is added in the >> future, it will probably look rather differ

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2015-01-07 Thread Thierry Reding
On Tue, Dec 09, 2014 at 10:36:50PM +, Paul Walmsley wrote: > > Tegra SoCs with 64-bit ARM support don't currently support deep CPU > low-power states in mainline Linux. When this support is added in the > future, it will probably look rather different from the existing > 32-bit ARM support, s

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2014-12-11 Thread Paul Walmsley
Hello Thierry On Wed, 10 Dec 2014, Thierry Reding wrote: > On Tue, Dec 09, 2014 at 10:36:50PM +, Paul Walmsley wrote: > > > > Tegra SoCs with 64-bit ARM support don't currently support deep CPU > > low-power states in mainline Linux. When this support is added in the > > future, it will pro

Re: [PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2014-12-10 Thread Thierry Reding
On Tue, Dec 09, 2014 at 10:36:50PM +, Paul Walmsley wrote: > > Tegra SoCs with 64-bit ARM support don't currently support deep CPU > low-power states in mainline Linux. When this support is added in the > future, it will probably look rather different from the existing > 32-bit ARM support, s

[PATCH] soc: tegra: pmc: restrict compilation of suspend-related support to ARM

2014-12-09 Thread Paul Walmsley
Tegra SoCs with 64-bit ARM support don't currently support deep CPU low-power states in mainline Linux. When this support is added in the future, it will probably look rather different from the existing 32-bit ARM support, since the ARM64 maintainers' strong preference is to use PSCI to implement