Re: [PATCH 00/18] ARM: use const and __initconst for smp_operations

2015-08-24 Thread Masahiro Yamada
. Agreed. So if you pick it up for 4.4, we'll get the rest for 4.5. OK. I will put 01 and 02 to Russell's patch tracker (after waiting for a bit more comments just in case). I will do the rest later. -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line unsubscribe

[PATCH 07/18] ARM: EXYNOS: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
The smp_operations structure is not over-written, so add const qualifier and replace __initdata with __initconst. Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mach-exynos/common.h | 2 +- arch/arm/mach-exynos/platsmp.c | 2 +- 2 files changed, 2 insertions(+), 2

[PATCH 00/18] ARM: use const and __initconst for smp_operations

2015-08-23 Thread Masahiro Yamada
into per-SoC so that each sub-arch maintainer can easily give their Acked-by. (Is this better?) Russell, Olof, and Arnd: How should this series be applied (if it looks good)? The first two are ARM-tree wide and looks like in the field of Russell. The rest are highly SoC-related. Masahiro Yamada (18

[PATCH 2/3] kbuild: remove unnecessary variable initializaions

2014-09-09 Thread Masahiro Yamada
-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/mach-at91/Makefile | 3 --- arch/arm/mach-ebsa110/Makefile| 3 --- arch/arm/mach-ep93xx/Makefile | 3 --- arch/arm/mach-exynos/Makefile | 5 - arch/arm/mach-footbridge/Makefile | 3 --- arch/arm/mach-iop13xx/Makefile| 5

[PATCH 0/3] kbuild: Clean up makefiles and then drop obj-n an obj-n

2014-09-09 Thread Masahiro Yamada
Masahiro Yamada (3): kbuild: remove unnecessary obj- := dummy.o trick kbuild: remove unnecessary variable initializaions kbuild: remove obj-n and lib-n handling arch/arm/mach-at91/Makefile | 3 --- arch/arm/mach-ebsa110/Makefile| 3 --- arch/arm/mach-ep93xx/Makefile | 3

[PATCH 1/3] kbuild: remove unnecessary obj- := dummy.o trick

2014-09-09 Thread Masahiro Yamada
In these Makefiles, at least one of obj-y and obj- is non-empty, hence built-in.o is always created without such a trick. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- arch/arm/plat-samsung/Makefile | 1 - drivers/clk/shmobile/Makefile | 2 -- drivers/net/wimax/Makefile | 4