aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-xgene.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski1-3/+3
2017-11-13clk: clk-xgene: Adjust six checks for null pointersMarkus Elfring1-6/+6
2017-11-13clk: clk-xgene: Delete error messages for failed memory allocationsMarkus Elfring1-6/+2
2017-07-21clk: Convert to using %pOF instead of full_nameRob Herring1-9/+6
2016-10-28clk: xgene: Don't call __pa on ioremaped addressLaura Abbott1-6/+4
2016-09-14clk: xgene: Add PMD clockHoan Tran1-0/+221
2016-04-15clk: xgene: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-03clk: xgene: Add missing parenthesis when clearing divider valueLoc Ho1-2/+2
2016-01-29clk: xgene: Remove return from void functionStephen Boyd1-1/+1
2016-01-29clk: xgene: Add SoC and PMD PLL clocks with v2 hardwareLoc Ho1-37/+66
2015-11-20clk: xgene: Fix divider with non-zero shift valueLoc Ho1-1/+2
2015-10-16clk: xgene: Remove unused setup.h includeStephen Boyd1-1/+0
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd1-11/+11
2015-07-06clk: xgene: Delete duplicated name fieldMatthias Brugger1-15/+13
2015-05-14clk: xgene: Silence sparse warningsStephen Boyd1-10/+12
2013-10-07clk: Add APM X-Gene SoC clock driverLoc Ho1-0/+521