summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk-fixed.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* clk: clk-fixed: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+8
* clk: fixed: record parent name in clk_register_fixed_rateAhmad Fatoum2022-01-051-0/+4
* clk: introduce struct clk_hwSascha Hauer2021-06-071-10/+10
* 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: implement clk_register_fixed_rateAhmad Fatoum2020-04-151-1/+15
* 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
* drivers/clk/clk-fixed.c: Fix sparse warningAlexander Shiyan2014-02-171-1/+1
* clk: fixed: add DT init functionSebastian Hesselbarth2013-11-111-0/+23
* clk: Add is_enabled callbackSascha Hauer2013-03-151-1/+1
* clk: use the 'CLK_ALWAYS_ENABLED' flag for clk-fixed by defaultAntony Pavlov2012-12-071-0/+1
* clk: initial common clk supportSascha Hauer2012-10-041-0/+55