Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: UniPhier: refactor pinmon command | Masahiro Yamada | 2015-02-07 | -1/+1 |
| | | | | | | | | | | The return value of get_boot_mode_sel() is used as the index of the boot_device_table[] array. Its type should be "int" rather than "u32". Use only the iterator "i" for the loop in do_pinmon(). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> | |||
* | ARM: UniPhier: add UniPhier SoC support code | Masahiro Yamada | 2014-10-05 | -0/+20 |
These are used by Panasonic UniPhier SoC family. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> |