mbox series

[GIT,PULL,6/7] i.MX defconfig updates for 5.1

Message ID 20190212112126.572-6-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/7] i.MX drivers update for 5.1 | expand

Pull-request

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

Message

Shawn Guo Feb. 12, 2019, 11:21 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 90a50f9f4ddcd35d0d4af536cf1f767ea2041cb8:

  arm64: defconfig: Add IMX2+ watchdog (2019-02-11 11:03:07 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 5.1:
 - Enable a number of i.MX SoC and driver options in arm64 defconfig.
   The built-in drivers include: clock, pinctrl, power domain, serial,
   MBox, SCU, Ethernet, MMC, regulator and watchdog, which are mostly
   essential for building an useful kernel image for i.MX8 platform,
   booting with rootfs on NFS or eMMC.

----------------------------------------------------------------
Abel Vesa (1):
      arm64: defconfig: Add i.MX8MQ boot necessary configs

Aisheng Dong (1):
      arm64: defconfig: add imx8qxp support

Anson Huang (1):
      arm64: defconfig: add i.MX system controller RTC support

Carlo Caione (2):
      arm64: defconfig: Enable PFUZE100 regulator
      arm64: defconfig: Add IMX2+ watchdog

Yogesh Narayan Gaur (1):
      arm64: defconfig: enable NXP FlexSPI driver

 arch/arm64/configs/defconfig | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Comments

Arnd Bergmann Feb. 15, 2019, 3:47 p.m. UTC | #1
On Tue, Feb 12, 2019 at 12:22 PM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
>
>   Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.1
>
> for you to fetch changes up to 90a50f9f4ddcd35d0d4af536cf1f767ea2041cb8:
>
>   arm64: defconfig: Add IMX2+ watchdog (2019-02-11 11:03:07 +0800)
>
> ----------------------------------------------------------------
> i.MX defconfig updates for 5.1:
>  - Enable a number of i.MX SoC and driver options in arm64 defconfig.
>    The built-in drivers include: clock, pinctrl, power domain, serial,
>    MBox, SCU, Ethernet, MMC, regulator and watchdog, which are mostly
>    essential for building an useful kernel image for i.MX8 platform,
>    booting with rootfs on NFS or eMMC.


Pulled into arm/defconfig, thanks!

      Arnd