summaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon/crg-hi3516cv300.c
Commit message (Collapse)AuthorAgeFilesLines
* clk: hisilicon: mark wdt_mux_p[] as constArnd Bergmann2018-03-161-1/+1
| | | | | | | | | | | The symbol is in the __initconst section but not marked init, which caused a warning when building with LTO. This makes it 'const' as was obviously intended. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: c80dfd9bf54e ("clk: hisilicon: add CRG driver for Hi3516CV300 SoC") Signed-off-by: Stephen Boyd <sboyd@kernel.org>
* clk: hisilicon: add CRG driver for Hi3516CV300 SoCPan Wen2016-11-141-0/+330
Add CRG driver for Hi3516CV300 SoC. CRG(Clock and Reset Generator) module generates clock and reset signals used by other module blocks on SoC. Signed-off-by: Pan Wen <wenpan@hisilicon.com> Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>