summaryrefslogtreecommitdiffstats
path: root/drivers/clk/st
Commit message (Expand)AuthorAgeFilesLines
* clk: st: clkgen-mux: search reg within node or parentAlain Volmat2022-01-051-2/+9
* clk: st: clkgen-fsyn: search reg within node or parentAlain Volmat2022-01-051-2/+11
* clk: st: clkgen-fsyn: embed soc clock outputs within compatible dataAlain Volmat2021-06-271-12/+101
* clk: st: clkgen-pll: embed soc clock outputs within compatible dataAlain Volmat2021-06-271-14/+106
* clk: st: flexgen: embed soc clock outputs within compatible dataAlain Volmat2021-06-271-14/+353
* clk: st: clkgen-pll: remove unused variable of struct clkgen_pllAlain Volmat2021-06-271-1/+0
* clk: st: clkgen-fsyn: Fix worthy struct documentation demote partially filled...Lee Jones2021-02-111-3/+3
* clk: st: clkgen-pll: Demote unpopulated kernel-doc headerLee Jones2021-02-111-2/+1
* clk: st: Remove uninitialized_var() usageKees Cook2020-07-161-1/+0
* clk: clk-flexgen: fix clock-critical handlingAlain Volmat2020-05-271-0/+1
*-. Merge branches 'clk-aspeed', 'clk-unused', 'clk-of-node-put', 'clk-const-bulk...Stephen Boyd2019-09-193-14/+1
|\ \
| | * clk: st: clk-flexgen: Add of_node_put() in st_of_flexgen_setup()Nishka Dasgupta2019-08-071-0/+1
| |/ |/|
| * clk: st: clkgen-pll: remove unused variable 'st_pll3200c32_407_a0'YueHaibing2019-09-061-13/+0
| * clk: st: clkgen-fsyn: remove unused variable 'st_quadfs_fs660c32_ops'YueHaibing2019-09-061-1/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-12/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: st: Remove usage of CLK_IS_BASICStephen Boyd2018-12-103-4/+4
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* clk: st: clk-flexgen: Unmap region obtained by of_iomapArvind Yadav2016-12-081-1/+4
* drivers: clk: st: Handle clk synchronous mode for video clocksGabriel Fernandez2016-09-161-2/+35
* drivers: clk: st: Add clock propagation for audio clocksGabriel Fernandez2016-09-161-1/+25
* drivers: clk: st: Add fs660c32 synthesizer algorithmGabriel Fernandez2016-09-161-69/+111
* drivers: clk: st: Simplify clock binding of STiH4xx platformsGabriel Fernandez2016-09-163-77/+55
* drivers: clk: st: Remove stih415-416 clock supportGabriel Fernandez2016-09-163-1404/+1
* clk: st: clkgen-pll: Detect critical clocksLee Jones2016-06-301-10/+17
* clk: st: clkgen-fsyn: Detect critical clocksLee Jones2016-06-301-3/+7
* clk: st: clk-flexgen: Detect critical clocksLee Jones2016-06-301-1/+3
* clk: st: Remove impossible check for of_clk_get_parent_count() < 0Stephen Boyd2016-02-262-4/+4
* clk: st: avoid uninitialized variable useArnd Bergmann2016-01-291-2/+6
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-5/+4
* clk: st: avoid uninitialized variable useArnd Bergmann2015-11-201-8/+9
* drivers: clk: st: Correct the pll-type for A9 for stih418Gabriel Fernandez2015-10-081-0/+194
* drivers: clk: st: PLL rate change implementation for DVFSGabriel Fernandez2015-10-083-10/+216
* drivers: clk: st: Support for enable/disable in Clockgen PLLsGabriel Fernandez2015-10-081-1/+59
* clk: st: fix handling result of of_property_count_stringsAndrzej Hajda2015-10-011-3/+4
* drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_xGabriel Fernandez2015-09-172-10/+10
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-244-16/+16
* clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd2015-08-241-1/+1
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-284-0/+4
|\
| * clk: st: Include clk.hStephen Boyd2015-07-204-0/+4
* | clk: st: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-282-9/+4
* | clk: st: Fix error paths and allocation styleStephen Boyd2015-07-131-38/+45
* | drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev2015-07-071-1/+1
* | drivers: clk: st: Fix mux bit-setting for Cortex A9 clocksGabriel Fernandez2015-07-061-1/+1
* | drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocksPankaj Dev2015-07-064-6/+8