Re: [PATCH v3 07/13] pm: at91: remove the config item CONFIG_AT91_SLOW_CLOCK

2015-01-27 Thread Sylvain Rochet
Hi, On Tue, Jan 27, 2015 at 11:07:42AM +0100, Alexandre Belloni wrote: > Hi, > > On 27/01/2015 at 10:55:15 +0100, Sylvain Rochet wrote : > > Hello Wenyou, > > > > On Tue, Jan 27, 2015 at 01:57:27PM +0800, Wenyou Yang wrote: > > > > > > static void __init at91_pm_init(void) > > > { > > > -#if

Re: [PATCH v3 07/13] pm: at91: remove the config item CONFIG_AT91_SLOW_CLOCK

2015-01-27 Thread Alexandre Belloni
Hi, On 27/01/2015 at 10:55:15 +0100, Sylvain Rochet wrote : > Hello Wenyou, > > On Tue, Jan 27, 2015 at 01:57:27PM +0800, Wenyou Yang wrote: > > > > static void __init at91_pm_init(void) > > { > > -#ifdef CONFIG_AT91_SLOW_CLOCK > > at91_pm_sram_init(); > > -#endif > > > > pr_info("A

Re: [PATCH v3 07/13] pm: at91: remove the config item CONFIG_AT91_SLOW_CLOCK

2015-01-27 Thread Sylvain Rochet
Hello Wenyou, On Tue, Jan 27, 2015 at 01:57:27PM +0800, Wenyou Yang wrote: > > static void __init at91_pm_init(void) > { > -#ifdef CONFIG_AT91_SLOW_CLOCK > at91_pm_sram_init(); > -#endif > > pr_info("AT91: Power Management%s\n", (slow_clock ? " (with slow clock > mode)" : ""));