]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'imx-soc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorArnd Bergmann <arnd@arndb.de>
Mon, 1 Oct 2018 14:01:23 +0000 (16:01 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 2 Oct 2018 10:05:17 +0000 (12:05 +0200)
commit1c15f655d160cce3779a4c7a5862407a90e0313f
tree5f83745146b88149430de3ae67d0fb2f3a87e07b
parent16a1548013a221064368b8219c0292caa896cbcc
parentc90dec00cc84942614bc41f75dc24a87b6d5763b
Merge tag 'imx-soc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/soc

i.MX SoC update for 4.20:
 - Add ipg clock support in MMDC driver for registers access, so that
   we will be safe even if the clock is not turned on by firmware.
 - Register pm_power_off handler to provide power off support for iMX6
   based boards with external PMIC.
 - Add platform code support for i.MX 6ULZ SoC which is a derivative of
   i.MX6ULL with some modules removed.

* tag 'imx-soc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  ARM: imx: add i.mx6ulz msl support
  ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set
  ARM: imx: add mmdc ipg clock operation for mmdc

Signed-off-by: Arnd Bergmann <arnd@arndb.de>