summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-composite.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: parent_names should be constSascha Hauer2019-03-111-1/+1
| | | | | | | Not only the array of pointers should be const, but also the strings they point to. Add missing const. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* clk: clk-composite: return parent_rate if no rate clkSascha Hauer2019-03-111-1/+4
| | | | | | | When a composite clock has no rate clock then it should output the parents rate. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* CLK: Add support for composite clock from Linux kernelAndrey Panov2015-03-051-0/+145
Signed-off-by: Andrey Panov <rockford@yandex.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>