| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: add clk_valid() | Fabrice Gasnier | 2018-08-03 | 1 | -0/+10 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | clk: Add get/enable/disable/release for a bulk of clocks | Neil Armstrong | 2018-04-10 | 1 | -1/+71 |
* | clk: implement clk_set_defaults() | Philipp Tomsich | 2018-01-28 | 1 | -0/+17 |
* | clk: add clk_set_parent() | Philipp Tomsich | 2018-01-28 | 1 | -0/+11 |
* | dtoc: Rename the phandle struct | Simon Glass | 2017-09-15 | 1 | -2/+2 |
* | clk: fix compilation errors for poplar platform | Patrice Chotard | 2017-07-28 | 1 | -14/+21 |
* | clk: add clk_release_all() | Patrice Chotard | 2017-07-28 | 1 | -0/+14 |
* | Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" | Masahiro Yamada | 2016-10-08 | 1 | -12/+13 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | ns16650: Make sure we have CONFIG_CLK set before using infrastructure | Tom Rini | 2016-09-22 | 1 | -13/+12 |
* | clk.h: Add <asm/errno.h> | Tom Rini | 2016-09-21 | 1 | -0/+1 |
* | clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled | Paul Burton | 2016-09-21 | 1 | -1/+1 |
* | clk.h: inline clk_get_by_name() | Andreas Bießmann | 2016-08-15 | 1 | -1/+1 |
* | dm: clk: Add support for of-platdata | Simon Glass | 2016-07-14 | 1 | -0/+4 |
* | clk: convert API to match reset/mailbox style | Stephen Warren | 2016-06-19 | 1 | -89/+131 |
* | dm: clk: Add support for decoding clocks from the device tree | Simon Glass | 2016-01-21 | 1 | -0/+24 |
* | clk: add API to enable clock | Masahiro Yamada | 2016-01-20 | 1 | -0/+18 |
* | clk: add needed include and declaration to include/clk.h | Masahiro Yamada | 2016-01-20 | 1 | -0/+4 |
* | clk: fix comments in include/clk.h | Masahiro Yamada | 2016-01-20 | 1 | -10/+10 |
* | dm: Add a clock uclass | Simon Glass | 2015-07-21 | 1 | -0/+80 |
* | common: Add new clk command | Michal Simek | 2014-02-04 | 1 | -0/+6 |