mbox series

[GIT,PULL,7/7] i.MX defconfig update for 5.4

Message ID 20190825153237.28829-7-shawnguo@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/7] i.MX drivers update for 5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.4

Message

Shawn Guo Aug. 25, 2019, 3:32 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.4

for you to fetch changes up to cd1b1264632a3fe739016843005e49e42c60be55:

  arm64: defconfig: CONFIG_DRM_ETNAVIV=m (2019-08-03 17:15:37 +0200)

----------------------------------------------------------------
i.MX defconfig update for 5.4:
 - Enable pinctrl and clock driver support for i.MX8MN SoC.
 - Enable SDMA support for i.MX8MQ and i.MX8MM SoC, including
   FW_LOADER_USER_HELPER and FW_LOADER_USER_HELPER_FALLBACK to support
   SDMA firmware loading via udev.
 - Enable module build of i.MX8 DDR PMU driver and ETNAVIV GPU driver.
 - Enable module build of OV5645 camera driver in imx_v6_v7_defconfig.

----------------------------------------------------------------
Anson Huang (2):
      arm64: defconfig: Select CONFIG_PINCTRL_IMX8MN by default
      arm64: defconfig: Select CONFIG_CLK_IMX8MN by default

Christian Gmeiner (1):
      arm64: defconfig: CONFIG_DRM_ETNAVIV=m

Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Select the OV5645 camera driver

Leonard Crestez (1):
      arm64: defconfig: Build imx8 ddr pmu as module

Robin Gong (1):
      arm64: defconfig: Enable SDMA on i.mx8mq/8mm

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 arch/arm64/configs/defconfig         | 7 +++++++
 2 files changed, 8 insertions(+)

Comments

Arnd Bergmann Sept. 3, 2019, 5 p.m. UTC | #1
On Sun, Aug 25, 2019 at 5:33 PM Shawn Guo <shawnguo@kernel.org> wrote:
> ----------------------------------------------------------------
> i.MX defconfig update for 5.4:
>  - Enable pinctrl and clock driver support for i.MX8MN SoC.
>  - Enable SDMA support for i.MX8MQ and i.MX8MM SoC, including
>    FW_LOADER_USER_HELPER and FW_LOADER_USER_HELPER_FALLBACK to support
>    SDMA firmware loading via udev.
>  - Enable module build of i.MX8 DDR PMU driver and ETNAVIV GPU driver.
>  - Enable module build of OV5645 camera driver in imx_v6_v7_defconfig.

Pulled int arm/defconfig, thanks!

      Arnd