Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-23 | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | |
The C-Sky platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Guo Ren <guoren@linux.alibaba.com> | |||
2018-10-26 | csky: Process management and Signal | Guo Ren | |
This patch adds files related to task_switch, sigcontext, signal, fpu context switch. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Eric W. Biederman <ebiederm@xmission.com> |