10 Dec, 2015

1 commit

  • commit 5fcf8d1a0e84792b2bc44922c5d833dab96a9c1e upstream.

    fncpy() requires that the source and the destination are both 8-byte
    aligned.

    Signed-off-by: Patrick Doyle
    Signed-off-by: Alexandre Belloni
    Acked-by: Nicolas Ferre
    Fixes: d94e688cae56 ("ARM: at91/pm: move the copying the sram function to the sram initialization phase")
    Signed-off-by: Greg Kroah-Hartman

    Patrick Doyle
     

14 Apr, 2015

1 commit

  • …ferre/linux-at91 into next/multiplatform

    Pull "Fourth batch of cleanup for 4.1" from Nicolas Ferre:

    - 1 issues revealed by the kbuild test robot fixed
    - move of some functions and macros into relevant files to be able to
    streamline the at91 specific header afterwards

    * tag 'at91-cleanup4_bis' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91:
    ARM: at91/pm: move AT91_MEMCTRL_* to pm.h
    ARM: at91/pm: move the standby functions to pm.c
    ARM: at91: fix pm_suspend.S compilation when ARMv6 is selected

    Arnd Bergmann
     

06 Apr, 2015

3 commits


04 Apr, 2015

1 commit


19 Mar, 2015

6 commits


17 Mar, 2015

4 commits


14 Mar, 2015

2 commits


13 Mar, 2015

19 commits


12 Mar, 2015

2 commits


11 Mar, 2015

1 commit

  • When compiling the kernel in thumb2 (CONFIG_THUMB2_KERNEL option activated), we
    hit a compilation crash. The error message is listed below:

    ---8< -----
    Error: cannot use register index with PC-relative addressing -- `str r0,.saved_lpr'
    --->8----

    Add the .arm directive in the assembly files related to power management.

    Signed-off-by: Wenyou Yang
    Signed-off-by: Nicolas Ferre

    Wenyou Yang