aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/socfpga/clk-pll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-21clk: socfpga: use of_clk_add_hw_provider and improve error handlingMarco Pagani1-10/+22
2021-06-27clk: socfpga: clk-pll: Remove unused variable 'rc'Jian Xin1-2/+1
2021-03-30clk: socfpga: use clk_hw_register for a5/c5Dinh Nguyen1-7/+11
2021-02-11clk: socfpga: clk-pll: Remove unused variable 'rc'Lee Jones1-2/+1
2020-05-26clk: socfpga: add const to _ops data structuresDinh Nguyen1-1/+1
2020-05-26clk: socfpga: remove clk_ops enable/disable methodsDinh Nguyen1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2018-12-28clk: socfpga: fix refcount leakYangtao Li1-0/+1
2015-07-20clk: socfpga: Remove clk.h and clkdev.h includesStephen Boyd1-2/+1
2015-06-05clk: socfpga: make use of of_clk_parent_fill helper functionDinh Nguyen1-6/+1
2014-04-30clk: socfpga: fix clock driver for 3.15Dinh Nguyen1-0/+7
2014-02-26clk: socfpga: Support multiple parents for the pll clocksDinh Nguyen1-4/+22
2014-02-26clk: socfpga: Fix integer overflow in clock calculationDinh Nguyen1-3/+5
2014-02-18clk: socfpga: split clk codeSteffen Trumtrar1-0/+111