Re: [PATCH 2/6] ARM: at91: pm: use the mmio-sram pool to access SRAM

2015-01-15 Thread Alexandre Belloni
Hi, Thank you for your review. On 15/01/2015 at 08:53:54 +, Yang, Wenyou wrote : > > config AT91_SLOW_CLOCK > > bool "Suspend-to-RAM disables main oscillator" > > + select SRAM > Can we move it under config ARCH_AT91 or other place? > > It may be used for other purposes, more than pm

RE: [PATCH 2/6] ARM: at91: pm: use the mmio-sram pool to access SRAM

2015-01-15 Thread Yang, Wenyou
ophe Plagniol-Villard; > linux- > ker...@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: [PATCH 2/6] ARM: at91: pm: use the mmio-sram pool to access SRAM > > Now that the SRAM is part of a genpool, use it to allocate memory to use for > the > slowclock imp

[PATCH 2/6] ARM: at91: pm: use the mmio-sram pool to access SRAM

2015-01-12 Thread Alexandre Belloni
Now that the SRAM is part of a genpool, use it to allocate memory to use for the slowclock implementation. Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/Kconfig | 1 + arch/arm/mach-at91/pm.c| 46 +- 2 files changed, 46 insertions(+), 1