summaryrefslogtreecommitdiff
path: root/drivers/clk/ti/mux.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26clk: ti: Improve clksel clock bit parsing for reg propertyTony Lindgren1-4/+2
2022-11-23clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi1-3/+3
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2022-03-11clk: ti: Update component clocks to use ti_dt_clk_name()Tony Lindgren1-1/+3
2019-06-07clk: ti: Remove unused functionsYueHaibing1-31/+0
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo1-1/+1
2018-10-19Merge branch 'clk-ti' into clk-nextStephen Boyd1-0/+29
2018-10-03clk: ti: Add functions to save/restore clk contextRuss Dill1-0/+29
2018-08-30clk: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-03-08clk: ti: add support for clock latching to mux clocksTero Kristo1-3/+10
2017-11-14clk: ti: Delete error messages for failed memory allocationsMarkus Elfring1-3/+1
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-25/+16
2017-03-08clk: ti: mux: convert TI mux clock to use its internal data representationTero Kristo1-5/+5
2017-03-08clk: ti: enforce const types on string arraysTero Kristo1-4/+4
2017-03-08clk: ti: use automatic clock alias generation frameworkTero Kristo1-1/+1
2016-02-27clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd1-2/+2
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-2/+0
2015-11-24clk: ti: drop locking code from mux/divider driversGrygorii Strashko1-12/+3
2015-08-25clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd1-1/+1
2015-07-28clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen1-3/+1
2015-03-24clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo1-2/+2
2015-01-30clk: ti: mux: add support for legacy mux initTero Kristo1-2/+68
2014-06-19clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen1-1/+1
2014-01-18clk: ti: add support for basic mux clockTero Kristo1-0/+246