aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-218/+13
2020-10-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds129-806/+6817
2020-10-20Merge branches 'clk-ingenic', 'clk-at91', 'clk-kconfig', 'clk-imx', 'clk-qcom', 'clk-prima2' and 'clk-bcm' into clk-nextStephen Boyd54-437/+2555
2020-10-20Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', 'clk-const' and 'clk-mmp2' into clk-nextStephen Boyd9-68/+155
2020-10-20Merge branches 'clk-simplify', 'clk-ti', 'clk-tegra', 'clk-rockchip' and 'clk-mediatek' into clk-nextStephen Boyd26-104/+1776
2020-10-20Merge branches 'clk-renesas', 'clk-amlogic', 'clk-allwinner', 'clk-samsung', 'clk-doc' and 'clk-unused' into clk-nextStephen Boyd27-134/+1942
2020-10-20clk: imx8mq: Fix usdhc parents orderAbel Vesa1-2/+2
2020-10-20clk: qcom: gdsc: Keep RETAIN_FF bit set if gdsc is already onStephen Boyd1-0/+8
2020-10-14clk: Restrict CLK_HSDK to ARC_SOC_HSDKGeert Uytterhoeven1-1/+1
2020-10-14clk: at91: sam9x60: support only two programmable clocksClaudiu Beznea1-1/+1
2020-10-13clk: ingenic: Respect CLK_SET_RATE_PARENT in .round_ratePaul Cercueil1-0/+2
2020-10-13clk: ingenic: Don't tag custom clocks with CLK_SET_RATE_PARENTPaul Cercueil1-7/+7
2020-10-13clk: ingenic: Don't use CLK_SET_RATE_GATE for PLLPaul Cercueil1-2/+7
2020-10-13clk: ingenic: Use readl_poll_timeout instead of custom loopPaul Cercueil1-26/+29
2020-10-13clk: ingenic: Use to_clk_info() macro for all clocksPaul Cercueil1-39/+15
2020-10-13clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost1-1/+3
2020-10-13clk: at91: clk-sam9x60-pll: remove unused variableClaudiu Beznea1-2/+1
2020-10-13clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea1-3/+8
2020-10-13clk: at91: remove the checking of parent_nameClaudiu Beznea1-2/+2
2020-10-13clk: clk-prima2: fix return value check in prima2_clk_init()Xu Wang1-1/+1
2020-10-13clk: mmp2: Fix the display clock divider baseLubomir Rintel1-2/+2
2020-10-13clk: pxa: Constify static struct clk_opsRikard Falkeborn1-4/+4
2020-10-13clk: baikal-t1: Mark Ethernet PLL as criticalSerge Semin1-6/+8
2020-10-13clk: qoriq: modify MAX_PLL_DIV to 32Zhao Qiang1-1/+1
2020-10-13clk: axi-clkgen: Set power bits for fractional modeLars-Peter Clausen1-0/+7
2020-10-13clk: axi-clkgen: Add support for fractional dividersLars-Peter Clausen1-51/+129
2020-10-13clk: qcom: Add display clock controller driver for SM8150 and SM8250Jonathan Marek3-0/+1117
2020-10-13clk: qcom: add video clock controller driver for SM8250Jonathan Marek3-0/+379
2020-10-13clk: qcom: add video clock controller driver for SM8150Jonathan Marek3-0/+286
2020-10-13clk: qcom: gcc-msm8994: Add missing clocks, resets and GDSCsKonrad Dybcio1-1/+387
2020-10-13clk: meson: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-13clk: mvebu: ap80x-cpu: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-13clk: uniphier: use semicolons rather than commas to separate statementsJulia Lawall2-2/+2
2020-10-13clk/qcom: fix spelling typoWang Qing1-5/+5
2020-10-13clk: mediatek: Add MT8167 clock supportFabien Parent8-0/+1505
2020-10-08clk: mediatek: add UART0 clock supportHanks Chen1-0/+2
2020-10-07clk: rockchip: Initialize hw to error to avoid undefined behaviorStephen Boyd1-1/+1
2020-10-03Merge tag 'imx-soc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/socOlof Johansson3-212/+0
2020-09-23clk: tegra: Drop !provider check in tegra210_clk_emc_set_rate()Stephen Boyd1-1/+1
2020-09-22clk: ti: dra7: add missing clkctrl register for SHA2 instanceTero Kristo1-0/+1
2020-09-22clk: ti: clockdomain: fix static checker warningTero Kristo1-0/+2
2020-09-22clk: ti: autoidle: add checks against NULL pointer referenceTero Kristo1-2/+12
2020-09-22clk: keystone: sci-clk: add 10% slack to set_rateTero Kristo1-1/+2
2020-09-22clk: keystone: sci-clk: cache results of last query rate operationTero Kristo1-0/+14
2020-09-22clk: keystone: sci-clk: fix parsing assigned-clock data during probeTero Kristo1-1/+1
2020-09-22clk: mediatek: fix platform_no_drv_owner.cocci warningsZou Wei1-1/+0
2020-09-22clk: mediatek: mt7629: simplify the return expression of mtk_infrasys_initLiu Shixin1-7/+2
2020-09-22clk: mediatek: mt6797: simplify the return expression of mtk_infrasys_initLiu Shixin1-6/+2
2020-09-22clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clkDinh Nguyen1-1/+1