aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/st/clk-flexgen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-27clk: st: flexgen: embed soc clock outputs within compatible dataAlain Volmat1-14/+353
2020-05-27clk: clk-flexgen: fix clock-critical handlingAlain Volmat1-0/+1
2019-08-07clk: st: clk-flexgen: Add of_node_put() in st_of_flexgen_setup()Nishka Dasgupta1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+2
2018-12-10clk: st: Remove usage of CLK_IS_BASICStephen Boyd1-1/+1
2016-12-08clk: st: clk-flexgen: Unmap region obtained by of_iomapArvind Yadav1-1/+4
2016-09-16drivers: clk: st: Handle clk synchronous mode for video clocksGabriel Fernandez1-2/+35
2016-09-16drivers: clk: st: Add clock propagation for audio clocksGabriel Fernandez1-1/+25
2016-06-30clk: st: clk-flexgen: Detect critical clocksLee Jones1-1/+3
2016-02-26clk: st: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd1-2/+2
2015-10-01clk: st: fix handling result of of_property_count_stringsAndrzej Hajda1-3/+4
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd1-2/+2
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-1/+1
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: st: make use of of_clk_parent_fill helper functionDinh Nguyen1-4/+2
2015-07-20clk: st: Include clk.hStephen Boyd1-0/+1
2015-07-06drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocksPankaj Dev1-1/+1
2015-07-06drivers: clk: st: Fix flexgen lock initGiuseppe Cavallaro1-0/+2
2015-06-04clk: st: Use of_clk_get_parent_count() instead of open codingGeert Uytterhoeven1-1/+1
2015-05-14clk: st: Silence sparse warningsStephen Boyd1-3/+3
2015-02-18clk: Replace explicit clk assignment with __clk_hw_set_clkJavier Martinez Canillas1-10/+10
2015-01-20clk: st: STiH410: Fix pdiv and fdiv divisor when setting ratePeter Griffin1-4/+15
2014-07-28clk: st: STiH407: Support for Flexgen ClocksGabriel FERNANDEZ1-0/+331