summaryrefslogtreecommitdiffstats
path: root/drivers/clk/st/clkgen-fsyn.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* clk: st: Remove usage of CLK_IS_BASICStephen Boyd2018-12-101-2/+2
* clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* drivers: clk: st: Add fs660c32 synthesizer algorithmGabriel Fernandez2016-09-171-69/+111
* drivers: clk: st: Simplify clock binding of STiH4xx platformsGabriel Fernandez2016-09-171-24/+17Star
* drivers: clk: st: Remove stih415-416 clock supportGabriel Fernandez2016-09-171-260/+0Star
* clk: st: clkgen-fsyn: Detect critical clocksLee Jones2016-06-301-3/+7
* clk: st: avoid uninitialized variable useArnd Bergmann2016-01-301-2/+6
* clk: st: avoid uninitialized variable useArnd Bergmann2015-11-201-8/+9
* drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_xGabriel Fernandez2015-09-171-4/+4
* clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd2015-08-251-9/+9
* Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd2015-07-281-0/+1
|\
| * clk: st: Include clk.hStephen Boyd2015-07-201-0/+1
* | drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev2015-07-081-1/+1
* | drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocksPankaj Dev2015-07-061-1/+1
* | drivers: clk: st: Fix FSYN channel valuesGabriel Fernandez2015-07-061-2/+2
* | drivers: clk: st: Remove unused codeGabriel Fernandez2015-07-061-4/+0Star
|/
* clk: st: Silence sparse warningsStephen Boyd2015-05-151-2/+2
* clk: constify of_device_id arrayFabian Frederick2015-04-011-1/+1
* clk: st: Update frequency tables for fs660c32 and fs432c65Gabriel FERNANDEZ2014-07-291-8/+59
* clk: st: STiH407: Support for clockgenD0/D2/D3Gabriel FERNANDEZ2014-07-291-0/+46
* clk: st: STiH407: Support for clockgenC0Gabriel FERNANDEZ2014-07-291-0/+51
* clk: st: Add quadfs reset handlingGabriel FERNANDEZ2014-07-291-0/+5
* clk: st: Add polarity bit indicationGabriel FERNANDEZ2014-07-291-5/+7
* clk: st: Remove uncessary (void *) castGabriel FERNANDEZ2014-07-291-4/+4
* clk: st: use static const for stm_fs tablesGabriel FERNANDEZ2014-07-291-17/+17
* clk: st: Support for QUADFS inside ClockGenB/C/D/E/FGabriel FERNANDEZ2014-03-251-0/+1039