summaryrefslogtreecommitdiffstats
path: root/drivers/clk/uniphier/clk-uniphier-mux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clk: uniphier: fix type of variable passed to regmap_read()Masahiro Yamada2016-10-181-1/+1
| | | | | | | | | | The 3rd argument of regmap_read() takes a pointer to unsigned int. This driver is saved just because u32 happens to be typedef'ed as unsigned int, but we should not rely on that fact. Change the variable type just in case. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* clk: uniphier: add core support code for UniPhier clock driverMasahiro Yamada2016-09-171-0/+95
This includes UniPhier clock driver code, except SoC-specific data arrays. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>