Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: uniphier: replace <linux/err.h> with <linux/errno.h> | Masahiro Yamada | 2017-01-22 | -1/+1 |
| | | | | | | | | 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> | |||
* | ARM: uniphier: consolidate NAND pin-mux settings | Masahiro Yamada | 2016-09-18 | -0/+32 |
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> |