summaryrefslogtreecommitdiffstats
path: root/drivers/clk/versatile/clk-icst.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-08clk: versatile: icst: convert from round_rate() to determine_rate()Brian Masney-27/+45
2025-07-26clk: Fix typosBjorn Helgaas-1/+1
2021-12-07clk: versatile: clk-icst: use after free on error pathDan Carpenter-1/+1
2021-11-11clk: versatile: clk-icst: Ensure clock names are uniqueRob Herring-2/+4
2021-09-14clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset' for regis...Rob Herring-1/+2
2021-02-11clk: versatile: clk-icst: Fix worthy struct documentation blockLee Jones-3/+4
2020-03-20clk: versatile: Export icst_clk_setup()Linus Walleij-18/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2017-11-13clk: versatile: Improve sizeof() usageMarkus Elfring-1/+1
2017-11-13clk: versatile: Delete error messages for failed memory allocationsMarkus Elfring-4/+1
2017-04-07ARM/clk: move the ICST library to drivers/clkLinus Walleij-0/+1
2016-08-29clk: versatile/icst: support for AP baseboard clocksLinus Walleij-0/+136
2016-08-25clk: versatile/icst: add Integrator core module clocksLinus Walleij-14/+160
2016-03-15clk: versatile: Remove CLK_IS_ROOTStephen Boyd-1/+1
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij-0/+3
2015-12-15clk: versatile-icst: add device tree supportLinus Walleij-1/+88
2015-12-15clk: versatile-icst: refactor to allocate regmap separatelyLinus Walleij-19/+28
2015-12-15clk: versatile-icst: convert to use regmapLinus Walleij-28/+60
2015-10-23clk: versatile-icst: fix memory leakLinus Walleij-1/+3
2015-07-20clk: versatile: Remove clk.h and clkdev.h includesStephen Boyd-2/+3
2014-05-30clk: versatile: free icst on error returnColin Ian King-0/+1
2014-05-14clk/versatile: export symbols for impd1Arnd Bergmann-0/+1
2014-02-13clk: versatile: respect parent rate in ICST clockLinus Walleij-4/+16
2014-02-13clk: versatile: pass a parent to the ICST clockLinus Walleij-0/+1
2014-01-03clk: versatile: pass a name to ICST clock providerLinus Walleij-1/+2
2013-10-07clk: fixup argument order when setting VCO parametersJonathan Austin-1/+1
2012-11-21clk: make ICST driver handle the VCO registersLinus Walleij-9/+51
2012-11-21clk: add GPLv2 headers to the Versatile clock filesLinus Walleij-0/+6
2012-07-11clk: add versatile ICST307 driverLinus Walleij-0/+100