Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven | 2021-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | The Andes 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> Acked-by: Greentime Hu <green.hu@gmail.com> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Greentime Hu <green.hu@gmail.com> | ||||
* | nds32: Generic timers support | Greentime Hu | 2018-02-22 | 1 | -0/+11 |
This patch adds support for timer. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> |