Age | Commit message (Expand) | Author | Files | Lines |
2018-12-10 | clk: st: Remove usage of CLK_IS_BASIC | Stephen Boyd | 3 | -4/+4 |
2018-08-30 | clk: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -1/+1 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-12-08 | clk: st: clk-flexgen: Unmap region obtained by of_iomap | Arvind Yadav | 1 | -1/+4 |
2016-09-16 | drivers: clk: st: Handle clk synchronous mode for video clocks | Gabriel Fernandez | 1 | -2/+35 |
2016-09-16 | drivers: clk: st: Add clock propagation for audio clocks | Gabriel Fernandez | 1 | -1/+25 |
2016-09-16 | drivers: clk: st: Add fs660c32 synthesizer algorithm | Gabriel Fernandez | 1 | -69/+111 |
2016-09-16 | drivers: clk: st: Simplify clock binding of STiH4xx platforms | Gabriel Fernandez | 3 | -77/+55 |
2016-09-16 | drivers: clk: st: Remove stih415-416 clock support | Gabriel Fernandez | 3 | -1404/+1 |
2016-06-30 | clk: st: clkgen-pll: Detect critical clocks | Lee Jones | 1 | -10/+17 |
2016-06-30 | clk: st: clkgen-fsyn: Detect critical clocks | Lee Jones | 1 | -3/+7 |
2016-06-30 | clk: st: clk-flexgen: Detect critical clocks | Lee Jones | 1 | -1/+3 |
2016-02-26 | clk: st: Remove impossible check for of_clk_get_parent_count() < 0 | Stephen Boyd | 2 | -4/+4 |
2016-01-29 | clk: st: avoid uninitialized variable use | Arnd Bergmann | 1 | -2/+6 |
2016-01-29 | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h | Geliang Tang | 1 | -5/+4 |
2015-11-20 | clk: st: avoid uninitialized variable use | Arnd Bergmann | 1 | -8/+9 |
2015-10-08 | drivers: clk: st: Correct the pll-type for A9 for stih418 | Gabriel Fernandez | 1 | -0/+194 |
2015-10-08 | drivers: clk: st: PLL rate change implementation for DVFS | Gabriel Fernandez | 3 | -10/+216 |
2015-10-08 | drivers: clk: st: Support for enable/disable in Clockgen PLLs | Gabriel Fernandez | 1 | -1/+59 |
2015-10-01 | clk: st: fix handling result of of_property_count_strings | Andrzej Hajda | 1 | -3/+4 |
2015-09-17 | drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x | Gabriel Fernandez | 2 | -10/+10 |
2015-08-24 | clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw) | Stephen Boyd | 4 | -16/+16 |
2015-08-24 | clk: Convert __clk_get_flags() to clk_hw_get_flags() | Stephen Boyd | 1 | -1/+1 |
2015-07-28 | Merge branch 'cleanup-clk-h-includes' into clk-next | Stephen Boyd | 4 | -0/+4 |
2015-07-28 | clk: st: make use of of_clk_parent_fill helper function | Dinh Nguyen | 2 | -9/+4 |
2015-07-20 | clk: st: Include clk.h | Stephen Boyd | 4 | -0/+4 |
2015-07-13 | clk: st: Fix error paths and allocation style | Stephen Boyd | 1 | -38/+45 |
2015-07-07 | drivers: clk: st: Incorrect register offset used for lock_status | Pankaj Dev | 1 | -1/+1 |
2015-07-06 | drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks | Gabriel Fernandez | 1 | -1/+1 |
2015-07-06 | drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocks | Pankaj Dev | 4 | -6/+8 |
2015-07-06 | drivers: clk: st: Fix flexgen lock init | Giuseppe Cavallaro | 1 | -0/+2 |
2015-07-06 | drivers: clk: st: Fix FSYN channel values | Gabriel Fernandez | 1 | -2/+2 |
2015-07-06 | drivers: clk: st: Remove unused code | Gabriel Fernandez | 1 | -4/+0 |
2015-06-04 | clk: st: Use of_clk_get_parent_count() instead of open coding | Geert Uytterhoeven | 2 | -2/+2 |
2015-05-14 | clk: st: Silence sparse warnings | Stephen Boyd | 4 | -17/+17 |
2015-04-01 | clk: constify of_device_id array | Fabian Frederick | 3 | -7/+7 |
2015-02-18 | clk: Replace explicit clk assignment with __clk_hw_set_clk | Javier Martinez Canillas | 2 | -17/+17 |
2015-01-20 | clk: st: STiH410: Fix pdiv and fdiv divisor when setting rate | Peter Griffin | 1 | -4/+15 |
2014-07-28 | clk: st: Use round to closest divider flag | Gabriel FERNANDEZ | 1 | -1/+2 |
2014-07-28 | clk: st: Update frequency tables for fs660c32 and fs432c65 | Gabriel FERNANDEZ | 1 | -8/+59 |
2014-07-28 | clk: st: STiH407: Support for clockgenA9 | Gabriel FERNANDEZ | 1 | -0/+16 |
2014-07-28 | clk: st: STiH407: Support for clockgenD0/D2/D3 | Gabriel FERNANDEZ | 1 | -0/+46 |
2014-07-28 | clk: st: STiH407: Support for clockgenC0 | Gabriel FERNANDEZ | 2 | -0/+83 |
2014-07-28 | clk: st: Add quadfs reset handling | Gabriel FERNANDEZ | 1 | -0/+5 |
2014-07-28 | clk: st: Add polarity bit indication | Gabriel FERNANDEZ | 1 | -5/+7 |
2014-07-28 | clk: st: STiH407: Support for clockgenA0 | Gabriel FERNANDEZ | 1 | -0/+16 |
2014-07-28 | clk: st: STiH407: Support for A9 MUX Clocks | Gabriel FERNANDEZ | 1 | -0/+9 |
2014-07-28 | clk: st: STiH407: Support for Flexgen Clocks | Gabriel FERNANDEZ | 2 | -1/+332 |
2014-07-28 | clk: st: Remove uncessary (void *) cast | Gabriel FERNANDEZ | 1 | -4/+4 |