aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/imx/clk-gate2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-10clk: imx: gate2: Remove unused variable retZou Wei1-2/+1
2020-11-03clk: imx: gate2: Add locking in is_enabled opAbel Vesa1-1/+9
2020-11-03clk: imx: gate2: Add cgr_mask for more flexible number of control bitsAbel Vesa1-6/+10
2020-11-03clk: imx: gate2: Check if clock is enabled against cgr_valAbel Vesa1-3/+3
2020-11-03clk: imx: gate2: Keep the register writing in on placeAbel Vesa1-17/+16
2020-11-03clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special caseAbel Vesa1-21/+7
2020-09-13clk: imx: gate2: Fix a few typosJonathan Neuschäfer1-1/+1
2020-08-22clk: imx: Support building i.MX common clock driver as moduleAnson Huang1-0/+2
2020-04-29clk: imx: gate2: Allow single bit gating clockAbel Vesa1-8/+23
2020-03-16clk: imx: clk-gate2: Pass the device to the register functionAbel Vesa1-1/+1
2020-02-17clk: imx: drop redundant initializationAnson Huang1-3/+3
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-5/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-07clk: imx: clk-gate2: Switch to clk_hw based APIAbel Vesa1-5/+9
2017-11-01clk: imx: make clk_ops constBhumika Goyal1-1/+1
2016-03-31clk: imx: clk-gate2: allow custom gate configurationStefan Agner1-2/+5
2015-06-03ARM: imx: move clock drivers into drivers/clkShawn Guo1-0/+160