summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/adpll.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: Convert to platform remove callback returning voidUwe Kleine-König2023-03-281-4/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-10/+1
* clk/ti/adpll: Make const pointer error a static const arrayColin Ian King2021-12-091-1/+1
* drivers: ti: remove redundant error message in adpll.cYu Jiahua2021-06-271-4/+1
* clk/ti/adpll: allocate room for terminating nullStephen Kitt2019-11-081-9/+2
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* clk: ti: remove usage of CLK_IS_BASICTero Kristo2019-02-151-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+4
* clk: ti: check for null return in strrchr to avoid null dereferencingColin Ian King2017-08-311-1/+1
* clk: ti: make clk_ops constBhumika Goyal2017-08-231-1/+1
* clk: ti: Fix some errors found by static checkersStephen Boyd2016-03-011-2/+2
* clk: ti: Add support for dm814x ADPLLTony Lindgren2016-03-011-0/+983