| Commit message (Expand) | Author | Age | Files | Lines |
* | clk: si5351: allow PLLs to be adjusted without reset | Alvin Šipraga | 2023-12-17 | 1 | -3/+44 |
* | Merge branch 'clk-cleanup' into clk-next | Stephen Boyd | 2023-10-30 | 1 | -2/+2 |
|\ |
|
| * | clk: si5351: Simplify probe | Biju Das | 2023-10-23 | 1 | -2/+2 |
* | | clk: si5351: Convert to use maple tree register cache | Mark Brown | 2023-10-09 | 1 | -1/+1 |
|/ |
|
* | clk: Explicitly include correct DT includes | Rob Herring | 2023-07-19 | 1 | -1/+1 |
*-. | Merge branches 'clk-renesas', 'clk-determine-rate', 'clk-allwinner', 'clk-sam... | Stephen Boyd | 2023-06-26 | 1 | -30/+37 |
|\ \ |
|
| | * | clk: si5351: clkout: Switch to determine_rate | Maxime Ripard | 2023-06-08 | 1 | -8/+10 |
| | * | clk: si5351: msynth: Switch to determine_rate | Maxime Ripard | 2023-06-08 | 1 | -10/+13 |
| | * | clk: si5351: pll: Switch to determine_rate | Maxime Ripard | 2023-06-08 | 1 | -12/+14 |
| |/ |
|
* / | clk: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-10 | 1 | -1/+1 |
|/ |
|
* | clk: si5351: Use managed `of_clk_add_hw_provider()` | Lars-Peter Clausen | 2023-04-10 | 1 | -8/+2 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -3/+1 |
* | clk: si5351: use i2c_match_id and simple i2c probe | Stephen Kitt | 2022-04-22 | 1 | -12/+12 |
* | clk: si5351: Update datasheet references | Jens Renner | 2021-11-02 | 1 | -4/+4 |
* | clk: si5351: Wait for bit clear after PLL reset | Sascha Hauer | 2020-12-19 | 1 | -3/+10 |
* | Replace HTTP links with HTTPS ones: Common CLK framework | Alexander A. Klimov | 2020-07-10 | 1 | -2/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | clk: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-08-30 | 1 | -2/+2 |
* | clk: si5351: _si5351_clkout_reset_pll() can be static | Wu Fengguang | 2017-12-28 | 1 | -1/+1 |
* | clk: si5351: Do not enable parent clocks on probe | Sergej Sawazki | 2017-12-21 | 1 | -26/+9 |
* | clk: si5351: Rename internal plls to avoid name collisions | Sergej Sawazki | 2017-12-21 | 1 | -1/+1 |
* | clk: si5351: Apply PLL soft reset before enabling the outputs | Sergej Sawazki | 2017-12-21 | 1 | -0/+29 |
* | clk: si5351: Add DT property to enable PLL reset | Sergej Sawazki | 2017-12-21 | 1 | -0/+3 |
* | clk: si5351: implement remove handler | Alexey Khoroshilov | 2017-12-21 | 1 | -0/+13 |
* | clk: si5351: fix PLL reset | Russell King | 2017-09-01 | 1 | -7/+5 |
* | clk: si5351: Delete an error message for a failed memory allocation in si5351... | Markus Elfring | 2017-04-21 | 1 | -3/+1 |
* | clk: si5351: Use devm_kcalloc() in si5351_i2c_probe() | Markus Elfring | 2017-04-21 | 1 | -2/+2 |
* | clk: si5351: Migrate to clk_hw based OF and registration APIs | Stephen Boyd | 2016-08-24 | 1 | -30/+41 |
* | clk: si5{14,351,70}: Remove CLK_IS_ROOT | Stephen Boyd | 2016-03-02 | 1 | -1/+1 |
* | clk: si5351: Add PLL soft reset | Jacob Siverskog | 2015-11-20 | 1 | -0/+7 |
* | clk: si5351: add missing of_node_put | Julia Lawall | 2015-10-21 | 1 | -7/+10 |
* | clk: si5351: Convert __clk_get_name() to clk_hw_get_name() | Stephen Boyd | 2015-08-24 | 1 | -8/+8 |
* | clk: Convert __clk_get_flags() to clk_hw_get_flags() | Stephen Boyd | 2015-08-24 | 1 | -2/+2 |
* | clk: si5351: Include clk.h | Stephen Boyd | 2015-07-20 | 1 | -1/+1 |
* | clk: si5351: fix .recalc_rate for multisynth 6-7 | Sergej Sawazki | 2015-05-13 | 1 | -3/+2 |
* | clk: si5351: fix .round_rate for multisynth 6-7 | Sergej Sawazki | 2015-05-13 | 1 | -4/+17 |
* | clk: si5351: Do not pass struct clk in platform_data | Sebastian Hesselbarth | 2015-05-08 | 1 | -18/+45 |
* | clk: si5351: Constify clock names and struct regmap_config | Krzysztof Kozlowski | 2015-03-27 | 1 | -5/+5 |
* | Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turq... | Linus Torvalds | 2014-01-28 | 1 | -17/+13 |
|\ |
|
| * | clk: si5351: remove variant from platform_data | Sebastian Hesselbarth | 2014-01-27 | 1 | -16/+12 |
|/ |
|
* | Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linux | Linus Torvalds | 2013-07-03 | 1 | -4/+75 |
|\ |
|
| * | clk: si5351: declare all device IDs for module loading | Jean-Francois Moine | 2013-05-28 | 1 | -1/+4 |
| * | clk: si5351: Allow user to define disabled state for every clock output | Sebastian Hesselbarth | 2013-05-28 | 1 | -3/+71 |
* | | clk: si5351: Set initial clkout rate when defined in platform data. | Marek Belisko | 2013-05-29 | 1 | -0/+10 |
* | | clk: si5351: Fix clkout rate computation. | Marek Belisko | 2013-05-29 | 1 | -1/+1 |
|/ |
|
* | clk: add si5351 i2c common clock driver | Sebastian Hesselbarth | 2013-04-12 | 1 | -0/+1510 |