aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-pllv3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22clk: imx: Use div64_ul instead of do_divChangcheng Deng1-3/+3
2020-09-07clk: imx: Fix and update kerneldocKrzysztof Kozlowski1-1/+4
2020-07-27clk: imx: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-04-20clk: imx: clk-pllv3: Use readl_relaxed_poll_timeout() for PLL lock waitAnson Huang1-11/+5
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-5/+9
2019-06-07clk: imx: clk-pllv3: Switch to clk_hw based APIAbel Vesa1-5/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner1-7/+1
2019-05-03clk: imx: clk-pllv3: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-04-29clk: imx: correct i.MX7D AV PLL num/denom offsetAnson Huang1-8/+21
2017-06-06clk: imx7d: Fix the DDR PLL enable bitFabio Estevam1-1/+1
2017-06-01clk: imx7d: Fix the powerdown bit location of PLL DDRFabio Estevam1-0/+5
2017-01-09clk: imx: pllv3: support fractional multiplier on vf610 PLL1/PLL2Nikita Yushchenko1-0/+99
2016-11-01clk: imx: improve precision of AV PLL to 1 HzEmil Lundmark1-0/+8
2016-11-01clk: imx: fix integer overflow in AV PLL round rateEmil Lundmark1-2/+6
2016-06-16clk: imx: refine the powerdown bit of clk-pllv3Dong Aisheng1-10/+10
2016-06-13clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bitDong Aisheng1-4/+4
2016-06-12clk: imx: correct AV PLL rate formulaAnson Huang1-2/+6
2016-04-27clk: imx: return correct frequency for Ethernet PLLStefan Agner1-1/+8
2015-11-25clk: imx: add 'is_prepared' clk_ops callback for pllv3 clkBai Ping1-0/+14
2015-07-20clk: i.MX: Remove clk.h includeStephen Boyd1-1/+0
2015-06-03ARM: clk: imx: update pllv3 to support imx7Frank Li1-1/+8
2015-06-03ARM: imx: using unsigned variable for do_divAnson Huang1-2/+2
2015-06-03ARM: imx: move clock drivers into drivers/clkShawn Guo1-0/+331