aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-cdce925.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21clk: cdce925: Remove redundant assignment to variable 'rate'Colin Ian King1-1/+0
2023-10-30Merge branch 'clk-cleanup' into clk-nextStephen Boyd1-30/+35
2023-10-23clk: cdce925: Extend match support for OF tablesBiju Das1-30/+35
2023-10-09clk: cdce925: Convert to use maple tree register cacheMark Brown1-1/+1
2023-08-22clk: cdce925: Remove redundant of_match_ptr()Ruan Jinjie1-1/+1
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'clk-ti' and 'clk-kasprintf' into clk-nextStephen Boyd1-0/+12
2023-06-16clk: cdce925: check return value of kasprintf()Claudiu Beznea1-0/+12
2023-05-10clk: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-10-17clk: cdce925: simplify using devm_regulator_get_enable()Matti Vaittinen1-17/+4
2022-04-22clk: cdce925: use i2c_match_id and simple i2c probeStephen Kitt1-12/+12
2019-09-06clk: clk-cdce925: Add regulator supportPhil Reid1-0/+34
2018-10-18Merge branches 'clk-dt-name', 'clk-ti-of-node' and 'clk-sa' into clk-nextStephen Boyd1-5/+6
2018-08-30clk: cdce925: release child device nodesAlexey Khoroshilov1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-5/+5
2017-11-13clk: cdce925: remove redundant check for non-null parent_nameColin Ian King1-1/+1
2017-01-09clk: cdce925: add support for CDCE913, CDCE937, and CDCE949Akinobu Mita1-25/+83
2016-12-08clk: cdce925: Fix limit checkChristophe JAILLET1-1/+1
2016-08-24clk: cdce925: Migrate to clk_hw based OF and provider APIsStephen Boyd1-19/+23
2015-07-20clk: cdce925: Include clk.hStephen Boyd1-0/+1
2015-06-10clk: cdce925: Fix printk size_t warningStephen Boyd1-1/+1
2015-06-03Add TI CDCE925 I2C controlled clock synthesizer driverMike Looijmans1-0/+749