RE: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S

2015-01-25 Thread Yang, Wenyou
andre.bell...@free-electrons.com; p...@axentia.se; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -- > >pm_suspend.S > > Hello Wenyou, > > On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: > >

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S

2015-01-25 Thread Sylvain Rochet
Hello Alexandre, On Sat, Jan 24, 2015 at 12:17:38AM +0100, Alexandre Belloni wrote: > > This is a rework, what is part of linux-3.10-at91 and not yet present in > mainline should be part of a following series. I would prefer not mixing > reworks and "new" functionalities (they have been present

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-01-25 Thread Sylvain Rochet
Hello Alexandre, On Sat, Jan 24, 2015 at 12:17:38AM +0100, Alexandre Belloni wrote: This is a rework, what is part of linux-3.10-at91 and not yet present in mainline should be part of a following series. I would prefer not mixing reworks and new functionalities (they have been present in

RE: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-01-25 Thread Yang, Wenyou
-electrons.com; p...@axentia.se; linux-arm- ker...@lists.infradead.org Subject: Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -- pm_suspend.S Hello Wenyou, On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S

2015-01-23 Thread Alexandre Belloni
Hi, On 23/01/2015 at 20:17:19 +0100, Sylvain Rochet wrote : > Hello Wenyou, > > On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: > > > > diff --git a/arch/arm/mach-at91/pm_suspend.S > > b/arch/arm/mach-at91/pm_suspend.S > > new file mode 100644 > > index 000..420e730 > > ---

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S

2015-01-23 Thread Sylvain Rochet
Hello Wenyou, On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: > > diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S > new file mode 100644 > index 000..420e730 > --- /dev/null > + /* Turn off the main oscillator */ > + ldr tmp1, [pmc,

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-01-23 Thread Sylvain Rochet
Hello Wenyou, On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S new file mode 100644 index 000..420e730 --- /dev/null + /* Turn off the main oscillator */ + ldr tmp1, [pmc,

Re: [PATCH 08/12] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-01-23 Thread Alexandre Belloni
Hi, On 23/01/2015 at 20:17:19 +0100, Sylvain Rochet wrote : Hello Wenyou, On Tue, Jan 20, 2015 at 04:17:01PM +0800, Wenyou Yang wrote: diff --git a/arch/arm/mach-at91/pm_suspend.S b/arch/arm/mach-at91/pm_suspend.S new file mode 100644 index 000..420e730 --- /dev/null +

[PATCH 08/12] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S

2015-01-20 Thread Wenyou Yang
Because the sram function is used for the suspend to standby mode as well, more than suspend to memory, so renaming is more elegant. Signed-off-by: Wenyou Yang Acked-by: Alexandre Belloni --- arch/arm/mach-at91/Makefile |2 +- arch/arm/mach-at91/pm_slowclock.S | 280

[PATCH 08/12] pm: at91: rename file name: pm_slowclock.S --pm_suspend.S

2015-01-20 Thread Wenyou Yang
Because the sram function is used for the suspend to standby mode as well, more than suspend to memory, so renaming is more elegant. Signed-off-by: Wenyou Yang wenyou.y...@atmel.com Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/Makefile |2 +-