Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-31 | ARM: UniPhier: replace <asm/io.h> with <linux/io.h> | Masahiro Yamada | |
In the Linux coding style, it is recommended to include <linux/io.h> rather than <asm/io.h>. Follow this trend. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2015-03-24 | ARM: UniPhier: move UART pin settings to SPL | Masahiro Yamada | |
The UniPhier platform is going to enable Driver Model and UART support on SPL. Move UART pin settings to early_pin_init(), which is called from SPL. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |