aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-cdce706.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Merge branches 'clk-renesas', 'clk-determine-rate', 'clk-allwinner', 'clk-samsung' and 'clk-amlogic' into clk-nextStephen Boyd1-13/+17
2023-06-08clk: cdce706: clkout: Switch to determine_rateMaxime Ripard1-5/+6
2023-06-08clk: cdce706: divider: Switch to determine_rateMaxime Ripard1-8/+10
2023-06-08clk: cdce706: Add a determine_rate hookMaxime Ripard1-0/+1
2023-05-10clk: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-10clk: cdce706: Use managed `of_clk_add_hw_provider()`Lars-Peter Clausen1-9/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-2/+1
2022-04-22clk: cdce706: use simple i2c probe functionStephen Kitt1-3/+2
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov1-1/+1
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2019-06-25clk: clk-cdce706: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-08-24clk: cdce: Migrate to clk_hw based OF and registration APIsStephen Boyd1-18/+22
2015-08-24clk: Convert __clk_get_flags() to clk_hw_get_flags()Stephen Boyd1-1/+1
2015-07-20clk: cdce706: Include clk.hStephen Boyd1-0/+1
2015-05-21clk: cdce706: Add missing of_clk_del_provider call in cdce706_removeAxel Lin1-0/+1
2015-05-05clk: cdce706: Constify parent names in clock init dataKrzysztof Kozlowski1-2/+2
2015-03-27clk: cdce706: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-17clk: TI CDCE706 clock synthesizer driverMax Filippov1-0/+700