summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-mux.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/imx'Sascha Hauer2023-01-201-2/+2
|\
| * clk: mux: forward round/set rate to parent if CLK_SET_RATE_PARENTAhmad Fatoum2023-01-041-2/+2
* | Rename struct device_d to deviceSascha Hauer2023-01-101-10/+12
|/
* clk: mux: export clk_mux_round_rateAhmad Fatoum2022-02-011-2/+3
* clk: mux: add clk_hw registration functionsAhmad Fatoum2022-02-011-1/+81
* clk: clk-mux: implement setting rate by reparentingSascha Hauer2021-06-091-2/+80
* clk: Add Linux functions to register a muxSascha Hauer2021-06-071-0/+10
* clk: mux: Add ro opsSascha Hauer2021-06-071-0/+4
* clk: divider: Make clk_mux_ops constSascha Hauer2021-06-071-1/+1
* clk: introduce struct clk_hwSascha Hauer2021-06-071-13/+15
* clk: rename clk_register() to bclk_register()Sascha Hauer2021-06-071-1/+1
* clk: clk-mux: Fix handling of CLK_MUX_HIWORD_MASKSascha Hauer2021-06-071-1/+1
* clk: migrate to SPDX-License-Identifier useAhmad Fatoum2020-04-151-11/+1
* clk: mux: Support CLK_MUX_READ_ONLY flagSascha Hauer2019-03-111-0/+7
* clk: mux: Support mux specific flagsSascha Hauer2019-03-111-6/+9
* clk: parent_names should be constSascha Hauer2019-03-111-2/+2
* clk: move struct clk_mux into headerLucas Stach2019-01-151-10/+1
* CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flagAndrey Panov2015-03-051-0/+3
* clk: Add parent round/set rate for mux and gateSascha Hauer2014-03-281-0/+2
* clk: clk-mux: pass clk flags from initializersSascha Hauer2014-03-281-3/+5
* drivers/clk/clk-mux.c: Fix sparse warningAlexander Shiyan2014-02-171-1/+1
* clk: allow to instanciate clk mux without registering itLucas Stach2013-07-021-5/+24
* clk: initial common clk supportSascha Hauer2012-10-041-0/+77