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
Geert Uytterhoeven
b12ff41658
ARM: shmobile: r8a7779: Remove legacy PM Domain remainings
...
As of commit c99cd90d98
("ARM: shmobile: r8a7779: Remove legacy
SoC code"), r8a7779_init_pm_domains() is no longer called.
Remove all related legacy PM Domain code.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-10-01 14:09:47 +09:00
Laurent Pinchart
04418c23a9
ARM: shmobile: Remove legacy clock support leftovers
...
The shmobile_clk_init() function has been removed and the linux/sh_clk.h
header doesn't need to be included anymore.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-09-14 10:06:56 +09:00
Magnus Damm
c99cd90d98
ARM: shmobile: r8a7779: Remove legacy SoC code
...
Now when the Marzen legacy board code is gone this patch
removes the unused r8a7779 legacy SoC code.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-07-28 09:27:16 +09:00
Magnus Damm
640780efdd
ARM: shmobile: r8a7779: Cleanup header file
...
Remove unused function prototypes from r8a7779.h and
make the functions static.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2015-07-28 09:27:15 +09:00
Laurent Pinchart
5ecd7a5185
ARM: shmobile: marzen-reference: Enable TMU0 in device tree
...
No more device needs to be added from platform code when booting the
reference platform, remove the now empty
r8a7779_add_standard_devices_dt() 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:56 +09:00
Geert Uytterhoeven
1b55353c92
ARM: shmobile: Move r8a7779.h
...
Change location of r8a7779.h so it can be included as "r8a7779.h"
instead of the old style <mach/r8a7779.h>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2014-06-25 16:52:39 +09:00