Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clk: sifive: Sync-up WRPLL library with upstream Linux | Anup Patel | 2019-07-19 | 1 | -95/+70 |
| | | | | | | | | | Now that SiFive clock driver is merged in upstream Linux, we sync-up WRPLL library used by SiFive clock driver with upstream Linux sources. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | clk: sifive: Factor-out PLL library as separate module | Anup Patel | 2019-07-19 | 1 | -0/+389 |
To match SiFive clock driver with latest Linux, we factor-out PLL library as separate module under drivers/clk/analogbits. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |