aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/apll.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-03-10clk: ti: Update pll and clockdomain clocks to use ti_dt_clk_name()Tony Lindgren1-4/+9
2019-08-16clk: ti: Don't reference clk_init_data after registrationStephen Boyd1-4/+5
2019-02-15clk: ti: generalize the init sequence of clk_hw_omap clocksTero Kristo1-2/+2
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-9/+9
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-12-01clk: ti: convert retry_init param to use void data typeTero Kristo1-1/+2
2017-08-23clk: ti: make clk_ops constBhumika Goyal1-1/+1
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-23/+24
2017-03-08clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo1-1/+0
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-1/+1
2016-02-22clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrsTero Kristo1-4/+16
2015-11-20clk: ti: dra7: constify clk_hw_omap_ops structureJulia Lawall1-1/+1
2015-08-24clk: Convert __clk_get_name(hw->clk) to clk_hw_get_name(hw)Stephen Boyd1-2/+2
2015-07-28Merge branch 'cleanup-clk-h-includes' into clk-nextStephen Boyd1-0/+1
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen1-3/+1
2015-07-20clk: ti: Include clk.hStephen Boyd1-0/+1
2015-06-02clk: ti: move some public definitions to private headerTero Kristo1-0/+2
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo1-2/+3
2014-06-19clk: ti: dra7: return error code in failure caseJulia Lawall1-4/+2
2014-06-19clk: ti: apll: not allocating enough dataDan Carpenter1-1/+1
2014-05-28CLK: TI: APLL: add support for omap2 apllsTero Kristo1-0/+181
2014-01-17CLK: TI: DRA7: Add APLL supportJ Keerthy1-0/+223