summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/composite.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-05-21clk: ti: composite: Prefer kcalloc over open coded arithmeticLen Baker1-1/+1
2022-03-11clk: ti: Update component clocks to use ti_dt_clk_name()Tony Lindgren1-2/+4
2020-05-14clk: ti: composite: fix memory leakTero Kristo1-0/+1
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+7
2017-12-14clk: ti: Drop legacy clk-3xxx-legacy codeTony Lindgren1-45/+0
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo1-1/+2
2017-03-08clk: ti: enforce const types on string arraysTero Kristo1-1/+1
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-1/+15
2016-02-27clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd1-4/+4
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen1-3/+1
2015-04-13clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+1
2015-02-03clk: omap: compile legacy omap3 clocks conditionallyArnd Bergmann1-0/+2
2015-01-30clk: ti: composite: add support for legacy composite clock initTero Kristo1-4/+42
2014-01-18clk: ti: add support for basic mux clockTero Kristo1-1/+1
2014-01-18CLK: ti: add support for ti divider-clockTero Kristo1-1/+1
2014-01-18clk: ti: add composite clock supportTero Kristo1-0/+269