Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-22 | ARM: uniphier: replace <linux/err.h> with <linux/errno.h> | Masahiro Yamada | |
These files only need error number macros. Actually, IS_ERR(), PTR_ERR(), ERR_PTR(), etc. are not useful for U-Boot. Avoid unnecessary header includes. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
2016-09-18 | ARM: uniphier: consolidate NAND pin-mux settings | Masahiro Yamada | |
The NAND subsystem has not supported the Driver Model yet, but the NAND pin-mux data are already in the pinctrl drivers. Use them by calling pinctrl_generic_set_state() directly. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |