aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds113-3040/+6985
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds3-15/+88
2019-07-12Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip' into clk-nextStephen Boyd16-175/+1810
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-nextStephen Boyd16-106/+571
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' into clk-nextStephen Boyd9-194/+30
2019-07-12Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-docs' into clk-nextStephen Boyd5-11/+65
2019-07-12Merge branches 'clk-ti', 'clk-samsung', 'clk-imx' and 'clk-allwinner' into clk-nextStephen Boyd42-2262/+2932
2019-07-12Merge branches 'clk-qcom-gdsc-warn', 'clk-ingenic', 'clk-qcom-qcs404-reset', 'clk-xgene-limit' and 'clk-meson' into clk-nextStephen Boyd22-161/+1285
2019-07-12Merge branches 'clk-pwm-duty', 'clk-bcm', 'clk-mtk', 'clk-qcom-msm8998-gpu' and 'clk-renesas' into clk-nextStephen Boyd16-141/+288
2019-07-12scripts/spelling.txt: add spelling fix for prohibitedChris Paterson1-1/+1
2019-07-12clk: consoldiate the __clk_get_hw() declarationsStephen Rothwell7-4/+6
2019-07-02Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulator-rtc-5.3', 'ib-mfd-cros-5.3' and 'ib-mfd-regulator-5.3' into ibs-for-mfd-mergedLee Jones2-6/+67
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds7-13/+18
2019-06-27clk: sprd: Add check for return value of sprd_clk_regmap_init()Chunyan Zhang1-1/+4
2019-06-27clk: Add Si5341/Si5340 driverMike Looijmans3-0/+1358
2019-06-27clk: clk-si544: Implement small frequency change supportMike Looijmans1-10/+92
2019-06-27clk: add BCM63XX gated clock controller driverJonas Gorski3-0/+247
2019-06-27clk: at91: sckc: use dedicated functions to unregister clockClaudiu Beznea1-2/+2
2019-06-27clk: at91: sckc: improve error path for sama5d4 sck registrationClaudiu Beznea1-15/+28
2019-06-27clk: at91: sckc: remove unnecessary lineClaudiu Beznea1-1/+0
2019-06-27clk: at91: sckc: improve error path for sam9x5 sck registerClaudiu Beznea1-18/+32
2019-06-27clk: at91: sckc: add support to free slow clock osclillatorClaudiu Beznea1-0/+8
2019-06-27clk: at91: sckc: add support to free slow rc oscillatorClaudiu Beznea1-0/+8
2019-06-27clk: at91: sckc: add support to free slow oscillatorClaudiu Beznea1-0/+8
2019-06-27clk: RK808: Add RK809 and RK817 support.Tony Xie2-6/+67
2019-06-27clk: bd718x7: Support ROHM BD70528 clk blockMatti Vaittinen2-7/+19
2019-06-27mfd: regulator: clk: Split rohm-bd718x7.hMatti Vaittinen1-3/+3
2019-06-27clk: rockchip: export HDMIPHY clock on rk3228Heiko Stuebner1-1/+1
2019-06-27clk: rockchip: add watchdog pclk on rk3328Heiko Stuebner1-0/+3
2019-06-26clk: at91: sckc: add support for SAM9X60Claudiu Beznea1-0/+74
2019-06-26clk: at91: sckc: add support to specify registers bit offsetsClaudiu Beznea1-32/+61
2019-06-26clk: at91: sckc: sama5d4 has no bypass supportClaudiu Beznea1-6/+0
2019-06-26clk: sprd: Check error only for devm_regmap_init_mmio()Chunyan Zhang1-1/+1
2019-06-26clk: sprd: Switch from of_iomap() to devm_ioremap_resource()Chunyan Zhang1-1/+6
2019-06-25clk: lochnagar: Use new parent_data approach to register clock parentsCharles Keepax1-119/+86
2019-06-25clk: tegra: Do not enable PLL_RE_VCO on Tegra210Thierry Reding1-1/+0
2019-06-25clk: tegra: Warn if an enabled PLL is in IDDQThierry Reding1-1/+5
2019-06-25clk: tegra: Do not warn unnecessarilyThierry Reding1-2/+3
2019-06-25clk: tegra210: fix PLLU and PLLU_OUT1JC Kuo1-4/+4
2019-06-25clk: raspberrypi: register platform device for raspberrypi-cpufreqNicolas Saenz Julienne1-0/+15
2019-06-25clk: bcm283x: add driver interfacing with Raspberry Pi's firmwareNicolas Saenz Julienne3-0/+308
2019-06-25clk: bcm2835: remove pllbNicolas Saenz Julienne1-24/+4
2019-06-25clk: qoriq: add support for lx2160aVabhav Sharma1-0/+12
2019-06-25clk: clk-cdce706: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-25clk: qcom: Fix -Wunused-const-variableNathan Huckleberry1-36/+0
2019-06-25clk: ingenic: Remove unused functionsPaul Cercueil1-73/+0
2019-06-25clk: ingenic: Handle setting the Low-Power Mode bitPaul Cercueil7-32/+69
2019-06-25clk: ingenic: Add missing header in cgu.hPaul Cercueil1-0/+1
2019-06-25clk: Add clk_parent entry in debugfsLeonard Crestez1-0/+15
2019-06-25clk: Grammar missing "and", Spelling s/statisfied/satisfied/Geert Uytterhoeven1-2/+2