Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2020-05-27clk: sprd: add mipi_csi_xx gate clocksChunyan Zhang
2020-05-27clk: sprd: check its parent status before reading gate clockChunyan Zhang
2020-05-27clk: sprd: return correct type of value for _sprd_pll_recalc_rateChunyan Zhang
2020-05-27clk: sprd: mark the local clock symbols staticChunyan Zhang
2020-04-13clk: sprd: don't gate uart console clockChunyan Zhang
2020-04-03clk: sprd: fix to get a correct ibias of pllChunyan Zhang
2020-03-25clk: sprd: add clocks support for SC9863AChunyan Zhang
2020-03-25clk: sprd: support to get regmap from parent nodeChunyan Zhang
2020-03-25clk: sprd: Add macros for referencing parents without stringsChunyan Zhang
2020-03-25clk: sprd: add gate for pll clocksXiaolong Zhang
2019-11-27Merge branches 'clk-gpio-flags', 'clk-tegra', 'clk-rockchip', 'clk-sprd' and ...Stephen Boyd
2019-11-14clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...Baolin Wang
2019-10-17clk: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang
2019-09-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-09-20Merge branches 'clk-bulk-fix', 'clk-at91' and 'clk-sprd' into clk-nextStephen Boyd
2019-09-18clk: sprd: add missing kfreeChunyan Zhang
2019-08-16clk: sprd: Don't reference clk_init_data after registrationStephen Boyd
2019-07-23clk: sprd: Select REGMAP_MMIO to avoid compile errorsChunyan Zhang
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-06-28clk: sprd: Add check for return value of sprd_clk_regmap_init()Chunyan Zhang
2019-06-26clk: sprd: Check error only for devm_regmap_init_mmio()Chunyan Zhang
2019-06-26clk: sprd: Switch from of_iomap() to devm_ioremap_resource()Chunyan Zhang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-01clk: sprd: Use the correct style for SPDX License IdentifierNishad Kamdar
2018-03-17clk: sprd: add RTC gate for SC9860Chunyan Zhang
2018-01-27Merge branch 'clk-divider-container' into clk-nextStephen Boyd
2017-12-22clk: sprd: add clocks support for SC9860Chunyan Zhang
2017-12-22clk: sprd: add adjustable pll supportChunyan Zhang
2017-12-22clk: sprd: add composite clock supportChunyan Zhang
2017-12-22clk: sprd: add divider clock supportChunyan Zhang
2017-12-22clk: sprd: add mux clock supportChunyan Zhang
2017-12-22clk: sprd: add gate clock supportChunyan Zhang
2017-12-22clk: sprd: Add common infrastructureChunyan Zhang