aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/keystone/pll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-18clk: keystone: pll: fix a couple NULL vs IS_ERR() checksDan Carpenter1-6/+9
2023-07-19drivers: clk: keystone: Fix parameter judgment in _of_pll_clk_init()Minjie Du1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-18Merge branch 'clk-k3-tisci' into clk-nextStephen Boyd1-0/+5
2018-10-07clk: keystone: add missing MODULE_LICENSEArnd Bergmann1-0/+5
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2016-12-08clk: keystone: pll: Unmap region obtained by of_iomapArvind Yadav1-2/+7
2016-11-01clk: keystone: improve function-level documentationJulia Lawall1-2/+2
2015-10-19clk: keystone: fix a trivial typoGeliang Tang1-1/+1
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-1/+0
2015-07-28clk: keystone: make use of of_clk_parent_fill helper functionDinh Nguyen1-2/+1
2015-07-20clk: keystone: Remove clk.h includeStephen Boyd1-1/+0
2015-06-18clk: keystone: add support for post divider register for main pllMurali Karicheri1-2/+18
2013-12-10clk: keystone: use clkod register bits for postdivMurali Karicheri1-4/+20
2013-10-07clk: keystone: add Keystone PLL clock driverSantosh Shilimkar1-0/+305