Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | |
Now, arch/${ARCH}/include/asm/errno.h and include/linux/errno.h have the same content. (both just wrap <asm-generic/errno.h>) Replace all include directives for <asm/errno.h> with <linux/errno.h>. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> [trini: Fixup include/clk.] Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2016-08-17 | ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE | Nobuhiro Iwamatsu | |
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |||
2015-02-25 | arm: rmobile: Add Porter board support | Vladimir Barinov | |
Porter is an entry level development board based on R-Car M2 SoC (R8A7791) This commit supports the following peripherals: - SCIF, I2C, Ethernet, QSPI, SD, USB Host Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |