aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15clk: ti: remove usage of CLK_IS_BASICTero Kristo1-1/+1
2018-10-18Merge 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-13clk: 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-26clk: 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-24clk: 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-17clk: ti: add support for basic mux clockTero Kristo1-0/+246