summaryrefslogtreecommitdiffstats
path: root/drivers/clk/ti/mux.c
Commit message (Expand)AuthorAgeFilesLines
* clk: ti: Improve clksel clock bit parsing for reg propertyTony Lindgren2024-02-261-4/+2
* clk: ti: change ti_clk_register[_omap_hw]() APIDario Binacchi2022-11-221-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
* clk: ti: Update component clocks to use ti_dt_clk_name()Tony Lindgren2022-03-101-1/+3
* clk: ti: Remove unused functionsYueHaibing2019-06-071-31/+0
* clk: ti: remove usage of CLK_IS_BASICTero Kristo2019-02-151-1/+1
* Merge branch 'clk-ti' into clk-nextStephen Boyd2018-10-181-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-131-3/+1
* clk: ti: convert to use proper register definition for all accessesTero Kristo2017-03-081-25/+16
* 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-261-2/+2
* clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-291-2/+0
* clk: ti: drop locking code from mux/divider driversGrygorii Strashko2015-11-241-12/+3
* clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()Stephen Boyd2015-08-241-1/+1
* clk: ti: make use of of_clk_parent_fill helper functionDinh Nguyen2015-07-281-3/+1
* 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