Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | 2020-02-23 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | csky: Process management and Signal | Guo Ren | 2018-10-26 | 1 | -0/+11 |
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> |