mbox series

[GIT,PULL,5/5] i.MX defconfig updates for 4.18

Message ID 1526828281-14664-5-git-send-email-shawnguo@kernel.org
State New
Headers show
Series [GIT,PULL,1/5] i.MX drivers updates for 4.18 | expand

Pull-request

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

Message

Shawn Guo May 20, 2018, 2:58 p.m. UTC
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the git repository at:

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

for you to fetch changes up to 1049167999fc9a078c5914db9f341a275c2376cb:

  ARM: imx_v6_v7_defconfig: Select CONFIG_GPIO_MAX732X by default (2018-05-04 17:03:20 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.18:
 - Enable i.MX6SLL SoC support.
 - Build in GPIO_MAX732X support as the GPIO expanders are used on
   i.MX6 SabreAuto boards.
 - Enable driver for RN5T618 PMIC and Marvell MWIFIEX support which
   are found on i.MX6/7 Colibri boards.
 - Build in OCOTP NVMEM driver for Vybrid (vf610) SoCs.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: Select CONFIG_GPIO_MAX732X by default

Bai Ping (1):
      ARM: imx_v6_v7_defconfig: enable imx6sll by default

Stefan Agner (3):
      ARM: imx_v6_v7_defconfig: add RN5T618 PMIC family support
      ARM: imx_v6_v7_defconfig: add mwifiex driver
      ARM: imx_v6_v7_defconfig: enable Vybrid OCOTP driver

 arch/arm/configs/imx_v6_v7_defconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Olof Johansson May 25, 2018, 8:54 p.m. UTC | #1
On Sun, May 20, 2018 at 10:58:01PM +0800, Shawn Guo wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.18
> 
> for you to fetch changes up to 1049167999fc9a078c5914db9f341a275c2376cb:
> 
>   ARM: imx_v6_v7_defconfig: Select CONFIG_GPIO_MAX732X by default (2018-05-04 17:03:20 +0800)
> 
> ----------------------------------------------------------------
> i.MX defconfig update for 4.18:
>  - Enable i.MX6SLL SoC support.
>  - Build in GPIO_MAX732X support as the GPIO expanders are used on
>    i.MX6 SabreAuto boards.
>  - Enable driver for RN5T618 PMIC and Marvell MWIFIEX support which
>    are found on i.MX6/7 Colibri boards.
>  - Build in OCOTP NVMEM driver for Vybrid (vf610) SoCs.

Merged, thanks!


-Olof