Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: uniphier: rename function names ph1_* to uniphier_* | Masahiro Yamada | 2016-04-01 | -1/+1 |
| | | | | | | | Eliminate the "ph1"_ prefixes from function names because "uniphier_" describes the SoC familiy better. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
* | ARM: uniphier: refactor SBC init code | Masahiro Yamada | 2016-03-24 | -0/+57 |
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> |