Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: uniphier: refactor SBC init code | Masahiro Yamada | 2016-03-24 | -32/+2 |
| | | | | | | | | | There is a bunch of duplication in the System Bus Controller init code. Roughly, there are two types in the SBC mode: Adress/Data Multiplex Mode and Save Pins Mode. Consolidate per-SoC functions into the two, plus per-SoC optional init code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
* | ARM: uniphier: drop PH1- prefix from CONFIG options and file names | Masahiro Yamada | 2016-03-24 | -0/+49 |
The current CONFIG names like "CONFIG_ARCH_UNIPHIER_PH1_PRO4" is too long. It would not hurt to drop "PH1_" because "UNIPHIER_" already well specifies the SoC family. Also, rename files for consistency. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |