aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 113-3040/+6985
2019-07-15Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Gravatar Linus Torvalds 3-15/+88
2019-07-12Merge branches 'clk-bcm63xx', 'clk-silabs', 'clk-lochnagar' and 'clk-rockchip...Gravatar Stephen Boyd 16-175/+1810
2019-07-12Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'cl...Gravatar Stephen Boyd 16-106/+571
2019-07-12Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' in...Gravatar Stephen Boyd 9-194/+30
2019-07-12Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-do...Gravatar Stephen Boyd 5-11/+65
2019-07-12Merge branches 'clk-ti', 'clk-samsung', 'clk-imx' and 'clk-allwinner' into cl...Gravatar Stephen Boyd 42-2262/+2932
2019-07-12Merge branches 'clk-qcom-gdsc-warn', 'clk-ingenic', 'clk-qcom-qcs404-reset', ...Gravatar Stephen Boyd 22-161/+1285
2019-07-12Merge branches 'clk-pwm-duty', 'clk-bcm', 'clk-mtk', 'clk-qcom-msm8998-gpu' a...Gravatar Stephen Boyd 16-141/+288
2019-07-12scripts/spelling.txt: add spelling fix for prohibitedGravatar Chris Paterson 1-1/+1
2019-07-12clk: consoldiate the __clk_get_hw() declarationsGravatar Stephen Rothwell 7-4/+6
2019-07-02Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulat...Gravatar Lee Jones 2-6/+67
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-13/+18
2019-06-27clk: sprd: Add check for return value of sprd_clk_regmap_init()Gravatar Chunyan Zhang 1-1/+4
2019-06-27clk: Add Si5341/Si5340 driverGravatar Mike Looijmans 3-0/+1358
2019-06-27clk: clk-si544: Implement small frequency change supportGravatar Mike Looijmans 1-10/+92
2019-06-27clk: add BCM63XX gated clock controller driverGravatar Jonas Gorski 3-0/+247
2019-06-27clk: at91: sckc: use dedicated functions to unregister clockGravatar Claudiu Beznea 1-2/+2
2019-06-27clk: at91: sckc: improve error path for sama5d4 sck registrationGravatar Claudiu Beznea 1-15/+28
2019-06-27clk: at91: sckc: remove unnecessary lineGravatar Claudiu Beznea 1-1/+0
2019-06-27clk: at91: sckc: improve error path for sam9x5 sck registerGravatar Claudiu Beznea 1-18/+32
2019-06-27clk: at91: sckc: add support to free slow clock osclillatorGravatar Claudiu Beznea 1-0/+8
2019-06-27clk: at91: sckc: add support to free slow rc oscillatorGravatar Claudiu Beznea 1-0/+8
2019-06-27clk: at91: sckc: add support to free slow oscillatorGravatar Claudiu Beznea 1-0/+8
2019-06-27clk: RK808: Add RK809 and RK817 support.Gravatar Tony Xie 2-6/+67
2019-06-27clk: bd718x7: Support ROHM BD70528 clk blockGravatar Matti Vaittinen 2-7/+19
2019-06-27mfd: regulator: clk: Split rohm-bd718x7.hGravatar Matti Vaittinen 1-3/+3
2019-06-27clk: rockchip: export HDMIPHY clock on rk3228Gravatar Heiko Stuebner 1-1/+1
2019-06-27clk: rockchip: add watchdog pclk on rk3328Gravatar Heiko Stuebner 1-0/+3
2019-06-26clk: at91: sckc: add support for SAM9X60Gravatar Claudiu Beznea 1-0/+74
2019-06-26clk: at91: sckc: add support to specify registers bit offsetsGravatar Claudiu Beznea 1-32/+61
2019-06-26clk: at91: sckc: sama5d4 has no bypass supportGravatar Claudiu Beznea 1-6/+0
2019-06-26clk: sprd: Check error only for devm_regmap_init_mmio()Gravatar Chunyan Zhang 1-1/+1
2019-06-26clk: sprd: Switch from of_iomap() to devm_ioremap_resource()Gravatar Chunyan Zhang 1-1/+6
2019-06-25clk: lochnagar: Use new parent_data approach to register clock parentsGravatar Charles Keepax 1-119/+86
2019-06-25clk: tegra: Do not enable PLL_RE_VCO on Tegra210Gravatar Thierry Reding 1-1/+0
2019-06-25clk: tegra: Warn if an enabled PLL is in IDDQGravatar Thierry Reding 1-1/+5
2019-06-25clk: tegra: Do not warn unnecessarilyGravatar Thierry Reding 1-2/+3
2019-06-25clk: tegra210: fix PLLU and PLLU_OUT1Gravatar JC Kuo 1-4/+4
2019-06-25clk: raspberrypi: register platform device for raspberrypi-cpufreqGravatar Nicolas Saenz Julienne 1-0/+15
2019-06-25clk: bcm283x: add driver interfacing with Raspberry Pi's firmwareGravatar Nicolas Saenz Julienne 3-0/+308
2019-06-25clk: bcm2835: remove pllbGravatar Nicolas Saenz Julienne 1-24/+4
2019-06-25clk: qoriq: add support for lx2160aGravatar Vabhav Sharma 1-0/+12
2019-06-25clk: clk-cdce706: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-06-25clk: qcom: Fix -Wunused-const-variableGravatar Nathan Huckleberry 1-36/+0
2019-06-25clk: ingenic: Remove unused functionsGravatar Paul Cercueil 1-73/+0
2019-06-25clk: ingenic: Handle setting the Low-Power Mode bitGravatar Paul Cercueil 7-32/+69
2019-06-25clk: ingenic: Add missing header in cgu.hGravatar Paul Cercueil 1-0/+1
2019-06-25clk: Add clk_parent entry in debugfsGravatar Leonard Crestez 1-0/+15
2019-06-25clk: Grammar missing "and", Spelling s/statisfied/satisfied/Gravatar Geert Uytterhoeven 1-2/+2