linux/drivers/clk/samsung
Stephen Boyd e7faa095cb Merge branches 'clk-imx', 'clk-samsung', 'clk-ti', 'clk-uniphier-gear' and 'clk-mmp2-lcdc' into clk-next
- Split LCDC into two clks on the Marvell MMP2 SoC

* clk-imx:
  clk: imx8mq: add GPIO clocks to clock tree
  clk: imx: Refactor entire sccg pll clk
  clk: imx: scu: add cpu frequency scaling support
  clk: imx: imx8mm: Mark init function __init
  clk: imx8mq: Add the missing ARM clock
  dt-bindings: imx8mq-clock: Add the missing ARM clock
  clk: imx: imx8mq: Fix the rate propagation for arm pll
  clk: imx8mq: Add support for the CLKO1 clock
  clk: imx8mq: Fix the CLKO2 source select list
  clk: imx8mq: Add missing M4 clocks
  clk: imx: Add clock driver support for imx8mm
  dt-bindings: imx: Add clock binding doc for imx8mm
  clk: imx: Add PLLs driver for imx8mm soc
  clk: imx5: add imx5_SCC2_IPG_GATE
  clk: imx: scu: add set parent support
  clk: imx: scu: add fallback compatible string support
  clk: imx8mq: Make parent names arrays const pointers
  clk: imx: Make parents const pointer in mux wrappers
  clk: imx: Make parent_names const pointer in composite-8m

* clk-samsung:
  clk: samsung: s3c2443: Mark expected switch fall-through
  clk: samsung: exynos5: Fix kfree() of const memory on setting driver_override
  clk: samsung: exynos5: Fix possible NULL pointer exception on platform_device_alloc() failure
  clk: samsung: exynos5433: Add selected IMEM clocks
  clk: samsung: dt-bindings: Document Exynos5433 IMEM CMU
  clk: samsung: exynos5433: Fix name typo in sssx
  clk: samsung: exynos5433: Fix definition of CLK_ACLK_IMEM_{200, 266} clocks
  clk: samsung: dt-bindings: Add Exynos5433 IMEM CMU clock IDs

* clk-ti:
  clk: clk-twl6040: Fix imprecise external abort for pdmclk
  ARM: OMAP2+: hwmod: disable ick autoidling when a hwmod requires that
  clk: ti: check clock type before doing autoidle ops
  clk: ti: add a usecount for autoidle
  clk: ti: generalize the init sequence of clk_hw_omap clocks
  clk: ti: remove usage of CLK_IS_BASIC
  clk: ti: add new API for checking if a provided clock is an OMAP clock
  clk: ti: move clk_hw_omap list handling under generic part of the driver

* clk-uniphier-gear:
  clk: uniphier: Fix update register for CPU-gear

* clk-mmp2-lcdc:
  clk: mmp2: separate LCDC peripheral clk form the display clock
  dt-bindings: marvell,mmp2: Add clock id for the LCDC clock
2019-03-08 10:27:40 -08:00
..
clk-cpu.c clk: samsung: Use clk_hw API for calling clk framework from clk notifiers 2018-10-05 13:36:39 +02:00
clk-cpu.h clk: samsung: Use clk_hw API for calling clk framework from clk notifiers 2018-10-05 13:36:39 +02:00
clk-exynos4.c clk: samsung: exynos4: fix refcount leak in exynos4_get_xom() 2018-12-28 11:38:30 -08:00
clk-exynos5-subcmu.c clk: samsung: exynos5: Fix kfree() of const memory on setting driver_override 2019-02-21 13:33:00 -08:00
clk-exynos5-subcmu.h clk: samsung: Add Exynos5 sub-CMU clock driver 2018-03-06 17:38:46 +01:00
clk-exynos7.c clk: samsung: Add compile time PLL rate validators 2018-02-23 15:15:20 +01:00
clk-exynos3250.c clk: samsung: Remove excessive include 2018-09-06 20:45:44 +02:00
clk-exynos4412-isp.c clk: samsung: Remove unused mout_user_aclk400_mcuisp_p4x12 variable 2018-07-26 00:38:51 -07:00
clk-exynos5250.c clk: samsung: exynos5250: Use generic helper for handling suspend/resume 2018-10-05 13:36:30 +02:00
clk-exynos5260.c clk: samsung: Add compile time PLL rate validators 2018-02-23 15:15:20 +01:00
clk-exynos5260.h clk/exynos5260: add clock file for exynos5260 2014-05-14 19:16:55 +02:00
clk-exynos5410.c clk: samsung: Add compile time PLL rate validators 2018-02-23 15:15:20 +01:00
clk-exynos5420.c clk: samsung: exynos5420: Enable PERIS clocks for suspend 2018-10-05 13:36:38 +02:00
clk-exynos5433.c clk: samsung: exynos5433: Add selected IMEM clocks 2019-02-01 14:36:47 +01:00
clk-exynos-audss.c clk: samsung: Remove excessive include 2018-09-06 20:45:44 +02:00
clk-exynos-clkout.c treewide: Use struct_size() for kmalloc()-family 2018-06-06 11:15:43 -07:00
clk-pll.c clk/samsung updates for v4.15 2017-10-25 02:37:03 -07:00
clk-pll.h clk: samsung: Add compile time PLL rate validators 2018-02-23 15:15:20 +01:00
clk-s3c64xx.c clk: samsung: s3c64xx: Use generic helper for handling suspend/resume 2018-10-05 13:35:37 +02:00
clk-s3c2410-dclk.c clk: samsung: s3c2410: Remove usage of CLK_IS_BASIC 2018-12-10 14:44:08 -08:00
clk-s3c2410.c clk: samsung: s3c2410: Use generic helper for handling suspend/resume 2018-09-06 20:46:47 +02:00
clk-s3c2412.c clk: samsung: s3c2412: Use generic helper for handling suspend/resume 2018-09-06 20:47:01 +02:00
clk-s3c2443.c clk: samsung: s3c2443: Mark expected switch fall-through 2019-02-21 13:43:49 -08:00
clk-s5pv210-audss.c treewide: Use struct_size() for devm_kmalloc() and friends 2018-06-06 11:15:43 -07:00
clk-s5pv210.c clk: samsung: s5pv210: Use generic helper for handling suspend/resume 2018-10-05 13:36:29 +02:00
clk.c clk: samsung: Add support for setting registers state before suspend 2018-10-05 13:36:31 +02:00
clk.h clk: samsung: Add support for setting registers state before suspend 2018-10-05 13:36:31 +02:00
Kconfig clk: samsung: Allow modular build of the Audio Subsystem CLKCON driver 2016-07-13 14:59:53 -07:00
Makefile clk: samsung: Remove support for Exynos5440 2018-07-24 18:43:52 +02:00