aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-26clk: at91: allow setting PCKx parent via DTMichał Mirosław12-13/+45
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: intel: Add CGU clock driver for a new SoCRahul Tanwar7-0/+1612
2020-05-26clk: qcom: gcc-msm8939: Add MSM8939 Generic Clock ControllerBryan O'Donoghue3-0/+3997
2020-05-26clk: qcom: gcc: Add support for Secure control source clockTaniya Das1-0/+21
2020-05-26clk: qcom: gcc: Add support for a new frequency for SC7180Taniya Das1-36/+37
2020-05-26clk: socfpga: agilex: add clock driver for the Agilex platformDinh Nguyen5-1/+528
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: qcom: gcc: Fix parent for gpll0_out_evenVinod Koul1-2/+1
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-26clk: qcom: sm8250 gcc depends on QCOM_GDSCJonathan Marek1-0/+1
2020-05-26PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki1-1/+5
2020-05-26Merge tag 'omap-for-v5.8/timer-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/socArnd Bergmann1-0/+1
2020-05-25Merge tag 'v5.7-next-soc.2' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/driversArnd Bergmann5-35/+10
2020-05-25Merge tag 'v5.7-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/driversArnd Bergmann4-104/+154
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-20clk/soc: mediatek: mt6779: Bind clock driver from platform deviceMatthias Brugger1-7/+2
2020-05-20clk/soc: mediatek: mt6797: Bind clock driver from platform deviceMatthias Brugger1-7/+2
2020-05-20clk/soc: mediatek: mt8183: Bind clock driver from platform deviceMatthias Brugger1-7/+2
2020-05-20clk / soc: mediatek: Bind clock and gpu driver for mt2701Enric Balletbo i Serra1-7/+2
2020-05-20clk / soc: mediatek: Bind clock and gpu driver for mt2712Enric Balletbo i Serra1-7/+2
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 Fan1-31/+16
2020-05-20clk: imx8mp: Define gates for pll1/2 fixed dividersPeng Fan1-18/+36
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: ti: dm816: enable sysclk6_ck on initTony Lindgren1-0/+1
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 Perches1-1/+1
2020-05-18clk: renesas: cpg-mssr: Fix STBCR suspend/resume handlingGeert Uytterhoeven1-3/+5
2020-05-15Merge tag 'vexpress-modules-for-soc-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into arm/socArnd Bergmann3-24/+24
2020-05-15clk: versatile: Drop the legacy IM-PD1 clock codeRob Herring1-121/+0
2020-05-14clk: qcom: gcc: Add missing UFS clocks for SM8150Vinod Koul1-0/+84