> On Jan 15, 2015, at 4:21 AM, Boris Brezillon
> wrote:
>
> Hi Jean-Christophe,
>
> On Wed, 14 Jan 2015 20:14:12 +0100
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>
>> On 22:23 Mon 12 Jan , Alexandre Belloni wrote:
>>> Store SoC differences in a struct to remove cpu_is_* usage.
>>>
>>> Si
On Wednesday 14 January 2015 22:07:34 Alexandre Belloni wrote:
> Hi,
>
> (Adding Arnd in Cc)
>
> On 15/01/2015 at 04:37:14 +0800, Jean-Christophe PLAGNIOL-VILLARD wrote :
> > >>> - /* AT91RM9200 SDRAM low-power mode cannot be used with
> > >>> self-refresh. */
> > >>> - if (cpu_is_at
Hi,
(Adding Arnd in Cc)
On 15/01/2015 at 04:37:14 +0800, Jean-Christophe PLAGNIOL-VILLARD wrote :
> >>> - /* AT91RM9200 SDRAM low-power mode cannot be used with self-refresh. */
> >>> - if (cpu_is_at91rm9200())
> >>> + at91_pm_data.memctrl = AT91_MEMCTRL_SDRAMC;
> >>> +
> >>> + if (of_machine_is_
Hi Jean-Christophe,
On Wed, 14 Jan 2015 20:14:12 +0100
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 22:23 Mon 12 Jan , Alexandre Belloni wrote:
> > Store SoC differences in a struct to remove cpu_is_* usage.
> >
> > Signed-off-by: Alexandre Belloni
> > ---
> > arch/arm/mach-at91/pm.c | 54
On 22:23 Mon 12 Jan , Alexandre Belloni wrote:
> Store SoC differences in a struct to remove cpu_is_* usage.
>
> Signed-off-by: Alexandre Belloni
> ---
> arch/arm/mach-at91/pm.c | 54
> ++---
> 1 file changed, 33 insertions(+), 21 deletions(-)
>
5 matches
Mail list logo