summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge branches 'clk-unisoc', 'clk-trivial', 'clk-bcm', 'clk-st' and 'clk-ast2...Stephen Boyd12-66/+142
2020-06-01Merge branches 'clk-tegra', 'clk-imx', 'clk-zynq', 'clk-socfpga', 'clk-at91' ...Stephen Boyd59-351/+2048
2020-06-01Merge branches 'clk-selectable', 'clk-amlogic', 'clk-renesas', 'clk-samsung' ...Stephen Boyd25-185/+663
2020-05-27clk: ast2600: Fix AHB clock divider for A1Eddie James1-6/+25
2020-05-27clk: clk-flexgen: fix clock-critical handlingAlain Volmat1-0/+1
2020-05-27clk: bcm2835: Constify struct debugfs_reg32Rikard Falkeborn1-3/+3
2020-05-26clk: sprd: add mipi_csi_xx gate clocksChunyan Zhang1-0/+32
2020-05-26clk: sprd: add dt-bindings include for mipi_csi_xx clocksChunyan Zhang1-0/+5
2020-05-26dt-bindings: clk: sprd: add mipi_csi_xx clocks for SC9863AChunyan Zhang1-0/+1
2020-05-26clk: sprd: check its parent status before reading gate clockChunyan Zhang2-0/+16
2020-05-26clk: versatile: remove redundant assignment to pointer clkColin Ian King1-1/+1
2020-05-26clk: ti: dra7: remove two unused symbolsJason Yan1-9/+0
2020-05-26clk: at91: allow setting all PMC clock parents via DTMichał Mirosław11-10/+41
2020-05-26clk: at91: allow setting PCKx parent via DTMichał Mirosław13-13/+46
2020-05-26clk: at91: optimize pmc data allocationMichał Mirosław12-37/+20
2020-05-26clk: at91: pmc: decrement node's refcountClaudiu Beznea1-0/+1
2020-05-26clk: at91: pmc: do not continue if compatible not locatedClaudiu Beznea1-0/+2
2020-05-26clk: at91: Add peripheral clock for PTCCodrin Ciubotariu1-0/+1
2020-05-26clk: sprd: return correct type of value for _sprd_pll_recalc_rateChunyan Zhang1-1/+1
2020-05-26clk: sprd: mark the local clock symbols staticChunyan Zhang1-16/+16
2020-05-26clk: socfpga: agilex: add clock driver for the Agilex platformDinh Nguyen5-1/+528
2020-05-26dt-bindings: documentation: add clock bindings information for AgilexDinh Nguyen2-0/+116
2020-05-26clk: socfpga: add const to _ops data structuresDinh Nguyen3-4/+4
2020-05-26clk: socfpga: remove clk_ops enable/disable methodsDinh Nguyen3-6/+0
2020-05-26clk: socfpga: stratix10: use new parent data schemeDinh Nguyen5-41/+146
2020-05-26clk: zynqmp: Make zynqmp_clk_get_max_divisor staticYueHaibing1-1/+1
2020-05-26clk: zynqmp: Update fraction clock check from custom type flagsTejas Patel1-2/+4
2020-05-26clk: zynqmp: Add support for custom type flagsRajan Vaja2-0/+5
2020-05-26clk: zynqmp: fix memory leak in zynqmp_register_clocksQuanyang Wang1-6/+9
2020-05-26clk: zynqmp: Fix invalid clock name queriesRajan Vaja1-0/+5
2020-05-26clk: zynqmp: Fix divider2 calculationTejas Patel1-5/+12
2020-05-26clk: zynqmp: Limit bestdiv with maxdivRajan Vaja1-0/+2
2020-05-26clk: bcm2835: Remove casting to bcm2835_clk_registerNathan Chancellor1-31/+37
2020-05-26clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor1-5/+5
2020-05-26Merge tag 'clk-imx-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Boyd15-165/+358
2020-05-21Merge tag 'for-5.8-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Stephen Boyd12-35/+730
2020-05-21Merge tag 'sunxi-clk-for-5.8-1' of https://git.kernel.org/pub/scm/linux/kerne...Stephen Boyd1-1/+1
2020-05-21Merge tag 'clk-v5.8-samsung' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd4-12/+14
2020-05-21Merge tag 'clk-renesas-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/k...Stephen Boyd5-103/+147
2020-05-21clk: imx: use imx8m_clk_hw_composite_bus for i.MX8M bus clk slicePeng Fan4-39/+39
2020-05-21clk: imx: add imx8m_clk_hw_composite_busPeng Fan2-0/+12
2020-05-21clk: imx: add mux ops for i.MX8M composite clkPeng Fan1-1/+50
2020-05-20dt-bindings: clock: renesas: mstp: Convert to json-schemaGeert Uytterhoeven2-60/+82
2020-05-20clk: imx8m: migrate A53 clk root to use composite corePeng Fan3-9/+9
2020-05-20clk: imx8mp: use imx8m_clk_hw_composite_core to simplify codePeng Fan2-32/+26
2020-05-20clk: imx8mp: Define gates for pll1/2 fixed dividersPeng Fan2-19/+54
2020-05-20clk: imx: imx8mp: fix pll mux bitPeng Fan1-10/+10
2020-05-20clk: imx8m: drop clk_hw_set_parent for A53Peng Fan4-12/+0
2020-05-19clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1Marek Szyprowski1-1/+2
2020-05-19ARM/SAMSUNG EXYNOS ARM ARCHITECTURES: Use fallthrough;Joe Perches2-3/+2