19 Dec, 2014

6 commits


18 Dec, 2014

5 commits


17 Dec, 2014

1 commit


16 Dec, 2014

15 commits


15 Dec, 2014

2 commits

  • Use asmlinkage defined in include/linux/linkage.h if necessary.
    Actually no ARM board uses asmlinkage, so this commit has no impact.

    Signed-off-by: Masahiro Yamada
    Cc: Albert ARIBAUD

    Masahiro Yamada
     
  • Commit 65dd74a674d6 (x86: ivybridge: Implement SDRAM init) introduced
    x86-specific asmlinkage into arch/x86/include/asm/config.h.

    Commit ed0a2fbf14f7 (x86: Add a definition of asmlinkage) added the
    same macro define again, this time, into include/common.h.
    (Please do not add arch-specific stuff to include/common.h any more;
    it is already too cluttered.)

    The generic asmlinkage is defined in . If you want
    to override it with an arch-specific one, the best way is to add it
    to like Linux Kernel.

    Signed-off-by: Masahiro Yamada
    Cc: Simon Glass
    Tested-by: Simon Glass

    Masahiro Yamada
     

14 Dec, 2014

11 commits