summaryrefslogtreecommitdiffstats
path: root/drivers/clk/pistachio/clk-pll.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1Star
* clk: pistachio: constify clk_ops structuresJulia Lawall2018-11-061-4/+4
* clk: pistachio: Fix PLL rate calculation in integer modeZdenko Pulitika2015-08-261-2/+46
* clk: pistachio: Fix override of clk-pll settings from boot loaderZdenko Pulitika2015-08-261-3/+2Star
* clk: pistachio: Fix 32bit integer overflowsZdenko Pulitika2015-08-261-14/+12Star
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-251-2/+2
* clk: pistachio: Add sanity checks on PLL configurationKevin Cernekee2015-06-041-4/+79
* clk: pistachio: Lock the PLL when enabled upon rate changeEzequiel Garcia2015-06-041-18/+10Star
* clk: pistachio: Add a pll_lock() helper for clarityEzequiel Garcia2015-06-041-4/+8
* CLK: Pistachio: Add PLL driverAndrew Bresticker2015-03-311-0/+401