summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/adpll.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23clk: Use device_get_match_data()Rob Herring1-10/+4
2023-08-22clk: ti: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+2
2023-03-28clk: ti: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-10/+1
2021-12-09clk/ti/adpll: Make const pointer error a static const arrayColin Ian King1-1/+1
2021-06-27drivers: ti: remove redundant error message in adpll.cYu Jiahua1-4/+1
2019-11-08clk/ti/adpll: allocate room for terminating nullStephen Kitt1-9/+2
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2017-08-31clk: ti: check for null return in strrchr to avoid null dereferencingColin Ian King1-1/+1
2017-08-23clk: ti: make clk_ops constBhumika Goyal1-1/+1
2016-03-01clk: ti: Fix some errors found by static checkersStephen Boyd1-2/+2
2016-03-01clk: ti: Add support for dm814x ADPLLTony Lindgren1-0/+983