Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clk: Remove <common.h> and add needed includes | Tom Rini | 2024-05-07 | 1 | -1/+0 |
* | clk: Check that composite clock's div has set_rate() | Igor Prusov | 2023-12-15 | 1 | -1/+1 |
* | clk: define LOG_CATEGORY for generic and ccf clocks | Patrick Delaunay | 2021-12-15 | 1 | -0/+3 |
* | clk: cosmetic: reorder include files | Patrick Delaunay | 2021-12-15 | 1 | -3/+3 |
* | clk: Return -ENOSYS when system call is not available | Simon Glass | 2021-04-06 | 1 | -4/+4 |
* | clk: set flags in the ccf registration routines | Dario Binacchi | 2020-08-24 | 1 | -0/+1 |
* | clk: Check that ops of composite clock components exist before calling | Sean Anderson | 2020-07-01 | 1 | -22/+35 |
* | clk: Always use the supplied struct clk | Sean Anderson | 2020-07-01 | 1 | -0/+7 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+2 |
* | clk: add composite clk support | Peng Fan | 2019-07-31 | 1 | -0/+160 |