summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed-factor.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device_d to deviceSascha Hauer2023-01-101-6/+10
* clk: fixed-factor: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+9
* clk: Add Linux functions to register a fixed factor clockSascha Hauer2021-06-071-0/+7
* clk: move fixed_factor to include/linux/clk.hSascha Hauer2021-06-071-13/+1
* clk: introduce struct clk_hwSascha Hauer2021-06-071-14/+21
* clk: rename clk_register() to bclk_register()Sascha Hauer2021-06-071-1/+1
* clk: migrate to SPDX-License-Identifier useAhmad Fatoum2020-04-151-11/+1
* clk: clk-fixed-factor: remove leftover debuggingLucas Stach2017-07-201-1/+0
* clk: No-op CLK_OF_DECLARE if not enabledAndrey Smirnov2017-03-301-2/+0
* clk: Make COMMON_CLK_OF_PROVIDER depend on OFTREEAndrey Smirnov2017-03-091-1/+1
* clk: fixed-factor: add DT init functionAntony Pavlov2014-04-291-0/+36
* clk: clk-fixed-factor: add set_rate/round_rate callbacksSascha Hauer2014-03-281-0/+30
* clk: clk-fixed-factor: pass flags to initializersSascha Hauer2014-03-281-1/+2
* drivers/clk/clk-fixed-factor.c: Fix sparse warningAlexander Shiyan2014-02-171-1/+1
* clk: initial common clk supportSascha Hauer2012-10-041-0/+63