mbox series

[GIT,PULL,1/6] i.MX driver changes for 5.6

Message ID 20200113034006.17430-1-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/6] i.MX driver changes for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-driver-5.6

Message

Shawn Guo Jan. 13, 2020, 3:40 a.m. UTC
The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-driver-5.6

for you to fetch changes up to f52cdcce9197fef9d4a68792dd3b840ad2b77117:

  firmware: imx: Allow IMX DSP to be selected as module (2020-01-09 17:21:33 +0800)

----------------------------------------------------------------
i.MX driver changes for 5.6:

 - Add i.MX8MP SoC driver support.
 - Allow IMX DSP Protocol driver to be built as module.
 - Add COMPILE_TEST for IMX_SCU_SOC driver to increase build coverage.
 - Print SoC type and revision in i.MX8 SoC driver, as this is useful
   information to have when looking through boot log.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: Add i.MX8MP SoC driver support

Daniel Baluta (1):
      firmware: imx: Allow IMX DSP to be selected as module

Krzysztof Kozlowski (1):
      soc: imx: Enable compile testing of IMX_SCU_SOC

Lucas Stach (1):
      soc: imx8: print SoC type and revision

 drivers/firmware/imx/Kconfig | 2 +-
 drivers/soc/imx/Kconfig      | 2 +-
 drivers/soc/imx/soc-imx8.c   | 9 +++++++++
 3 files changed, 11 insertions(+), 2 deletions(-)