aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/keystone/sci-clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge branches 'clk-aspeed', 'clk-keystone', 'clk-mobileye' and 'clk-allwinner' into clk-nextStephen Boyd1-0/+10
2024-02-21clk: keystone: sci-clk: Adding support for non contiguous clocksUdit Kumar1-0/+10
2024-02-21clk: keystone: sci-clk: match func name comment to actualRandy Dunlap1-1/+1
2023-07-19clk: Explicitly include correct DT includesRob Herring1-2/+1
2023-06-16clk: keystone: sci-clk: check return value of kasprintf()Claudiu Beznea1-0/+2
2023-03-28clk: keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2020-09-22clk: keystone: sci-clk: add 10% slack to set_rateTero Kristo1-1/+2
2020-09-22clk: keystone: sci-clk: cache results of last query rate operationTero Kristo1-0/+14
2020-09-22clk: keystone: sci-clk: fix parsing assigned-clock data during probeTero Kristo1-1/+1
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov1-1/+1
2019-06-07clk: keystone: sci-clk: extend clock IDs to 32 bitsTero Kristo1-8/+28
2019-06-07clk: keystone: sci-clk: probe clocks from DT instead of firmwareTero Kristo1-0/+130
2019-06-07clk: keystone: sci-clk: split out the fw clock parsing to own functionTero Kristo1-27/+41
2019-06-07clk: keystone: sci-clk: cut down the clock name lengthTero Kristo1-4/+3
2018-03-08clk: keystone: sci-clk: add support for dynamically probing clocksTero Kristo1-290/+90
2017-08-02clk: keystone: sci-clk: Fix sci_clk_getTero Kristo1-24/+42
2017-06-14clk: keystone: Add sci-clk driver supportTero Kristo1-0/+724