aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/ccu_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-23clk: sunxi-ng: Allow the CCU core to be built as a moduleSamuel Holland1-0/+3
2021-11-22clk: sunxi-ng: Export symbols used by CCU driversSamuel Holland1-0/+3
2021-09-13clk: sunxi-ng: Use a separate lock for each CCU instanceSamuel Holland1-4/+5
2021-09-13clk: sunxi-ng: Unregister clocks/resets when unbindingSamuel Holland1-14/+75
2019-08-16clk: sunxi: Don't call clk_hw_get_name() on a hw that isn't registeredStephen Boyd1-2/+3
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+1
2019-06-18clk: sunxi-ng: switch to of_clk_hw_register() for registering clksChen-Yu Tsai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-04-19Merge tag 'sunxi-clk-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-nextStephen Boyd1-2/+2
2017-04-13clk: sunxi-ng: Add clk notifier to gate then ungate PLL clocksChen-Yu Tsai1-0/+49
2017-04-06clk: sunxi-ng: Display index when clock registration failsPriit Laes1-2/+2
2017-02-06clk: sunxi-ng: Check kzalloc() for errors and cleanup error pathStephen Boyd1-0/+15
2017-01-30clk: sunxi-ng: Support separately grouped PLL lock status registerChen-Yu Tsai1-2/+7
2016-08-10clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lockChen-Yu Tsai1-1/+1
2016-07-08clk: sunxi-ng: Add common infrastructureMaxime Ripard1-0/+90