Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | ARM: uniphier: fix warnings reported by aarch64 compiler | Masahiro Yamada | |
The UniPhier SoC family has not supported ARMv8 yet, but these would cause warnings if they were compiled with a 64bit compiler. Before adding the ARMv8 support really, fix them now. Because UniPhier SoCs do not support Large Physical Address Extension, casting "phys_addr_t" into "unsigned long" would carry the address as is. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2016-01-13 | ARM: uniphier: move headers out of include/mach directory | Masahiro Yamada | |
These headers are only included locally in arch/arm/mach-uniphier/. There is no reason to export them by putting in the mach/ directory. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |