Masahiro Yamada
75305275a7
ARM: use const and __initconst for smp_operations
...
These smp_operations structures are not over-written, so add "const"
qualifier and replace __initdata with __initconst.
Also, add "static" where it is possible.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com >
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com >
Acked-by: Moritz Fischer <moritz.fischer@ettus.com >
Acked-by: Stephen Boyd <sboyd@codeaurora.org > # qcom part
Acked-by: Viresh Kumar <viresh.kumar@linaro.org >
Acked-by: Patrice Chotard <patrice.chotard@st.com >
Acked-by: Heiko Stuebner <heiko@sntech.de >
Acked-by: Wei Xu <xuwei5@hisilicon.com >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com >
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com >
Acked-by: Shawn Guo <shawnguo@kernel.org >
Acked-by: Matthias Brugger <matthias.bgg@gmail.com >
Acked-by: Thierry Reding <treding@nvidia.com >
Acked-by: Nicolas Pitre <nico@linaro.org >
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com >
Acked-by: Linus Walleij <linus.walleij@linaro.org >
Signed-off-by: Arnd Bergmann <arnd@arndb.de >
2015-12-01 22:17:45 +01:00
Gaku Inami
a8caad6690
ARM: shmobile: Consolidate the pm code for R-Car Gen2
...
The pm code for R-Car Gen2 is scatterd in each SoC. These files
(pm-r8a7790.c/pm-r8a7791.c) have some overlap code. This change
consolidate the pm code for R-Car Gen2 into one.
Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-03-17 08:05:13 +09:00
Laurent Pinchart
e042681894
ARM: shmobile: r8a7790: Remove legacy code
...
All r8a7790 boards are now used with multiplatform kernels only. We can
remove all the unused r8a7790 legacy device and clock registration code.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2014-12-21 17:03:50 +09:00
Laurent Pinchart
247fd5ec6e
ARM: shmobile: lager-reference: Enable CMT0 in device tree
...
No more device needs to be added from platform code when booting the
reference platform, remove the now empty r8a7790_add_dt_devices()
function completely.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Tested-by: Simon Horman <horms+renesas@verge.net.au >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2014-08-17 09:00:55 +09:00
Geert Uytterhoeven
fccae89318
ARM: shmobile: Move r8a7790.h
...
Change location of r8a7790.h so it can be included as "r8a7790.h"
instead of the old style <mach/r8a7790.h>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2014-06-25 16:49:10 +09:00