summaryrefslogtreecommitdiffstats
path: root/drivers/clk/socfpga/clk-pll.c
Commit message (Expand)AuthorAgeFilesLines
* clk: socfpga: use of_clk_add_hw_provider and improve error handlingMarco Pagani2023-03-211-10/+22
* clk: socfpga: clk-pll: Remove unused variable 'rc'Jian Xin2021-06-271-2/+1
* clk: socfpga: use clk_hw_register for a5/c5Dinh Nguyen2021-03-301-7/+11
* clk: socfpga: clk-pll: Remove unused variable 'rc'Lee Jones2021-02-111-2/+1
* clk: socfpga: add const to _ops data structuresDinh Nguyen2020-05-261-1/+1
* clk: socfpga: remove clk_ops enable/disable methodsDinh Nguyen2020-05-261-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* clk: socfpga: fix refcount leakYangtao Li2018-12-281-0/+1
* clk: socfpga: Remove clk.h and clkdev.h includesStephen Boyd2015-07-201-2/+1
* clk: socfpga: make use of of_clk_parent_fill helper functionDinh Nguyen2015-06-051-6/+1
* clk: socfpga: fix clock driver for 3.15Dinh Nguyen2014-04-301-0/+7
* clk: socfpga: Support multiple parents for the pll clocksDinh Nguyen2014-02-261-4/+22
* clk: socfpga: Fix integer overflow in clock calculationDinh Nguyen2014-02-261-3/+5
* clk: socfpga: split clk codeSteffen Trumtrar2014-02-181-0/+111