Merge tag 'v5.7-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias...
authorArnd Bergmann <arnd@arndb.de>
Mon, 25 May 2020 14:53:25 +0000 (16:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 25 May 2020 14:53:25 +0000 (16:53 +0200)
commitb4e3b881b9831c4d27804fee21ee2956858aa1cd
treecb1bdf30e9fccd811ec8a79dbbeab116daca9a72
parentfff4a87f4419c52120ad5375f3f4b80c44a28ca3
parent154910f886762a2817ddddad7fc6fed8c23b4ad1
Merge tag 'v5.7-next-soc' of git://git./linux/kernel/git/matthias.bgg/linux into arm/drivers

Refactor the mmsys to reflect that it's a clock driver and
the entry point for the DRM subsystem.

Replace clk-provider.h include with of_clk.h for mach-mediatek

* tag 'v5.7-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
  ARM: mediatek: Replace <linux/clk-provider.h> by <linux/of_clk.h>
  soc: mediatek: Missing platform_device_unregister() on error in mtk_mmsys_probe()
  soc: mediatek: mmsys: Drop <linux/clk-provider.h>
  soc / drm: mediatek: Fix mediatek-drm device probing
  soc / drm: mediatek: Move routing control to mmsys device
  clk / soc: mediatek: Move mt8173 MMSYS to platform driver
  dt-bindings: mediatek: Update mmsys binding to reflect it is a system controller
  drm/mediatek: Omit warning on probe defers

Link: https://lore.kernel.org/r/2cf27d33-59c6-023b-9993-57a2639824ea@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>