summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/mux.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: Remove unused functionsYueHaibing2019-06-071-31/+0Star
* clk: ti: remove usage of CLK_IS_BASICTero Kristo2019-02-151-1/+1
* Merge branch 'clk-ti' into clk-nextStephen Boyd2018-10-191-0/+29
|\
| * clk: ti: Add functions to save/restore clk contextRuss Dill2018-10-031-0/+29
* | clk: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-2/+2
|/
* clk: ti: add support for clock latching to mux clocksTero Kristo2018-03-081-3/+10
* clk: ti: Delete error messages for failed memory allocationsMarkus Elfring2017-11-141-3/+1Star
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-081-25/+16Star
* clk: ti: mux: convert TI mux clock to use its internal data representationTero Kristo2017-03-081-5/+5
* clk: ti: enforce const types on string arraysTero Kristo2017-03-081-4/+4
* clk: ti: use automatic clock alias generation frameworkTero Kristo2017-03-081-1/+1
* clk: ti: Update for of_clk_get_parent_count() returning unsigned intStephen Boyd2016-02-271-2/+2
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0Star
* clk: ti: drop locking code from mux/divider driversGrygorii Strashko2015-11-241-12/+3Star
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-251-1/+1
* clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-3/+1Star
* clk: ti: fix ti_clk_get_reg_addr error handlingTero Kristo2015-03-241-2/+2
* clk: ti: mux: add support for legacy mux initTero Kristo2015-01-301-2/+68
* clk: ti: set CLK_SET_RATE_NO_REPARENT for ti,mux-clockTomi Valkeinen2014-06-191-1/+1
* clk: ti: add support for basic mux clockTero Kristo2014-01-171-0/+246