mbox series

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

Message ID 20181210074638.27873-7-shawnguo@kernel.org (mailing list archive)
State Mainlined, archived
Commit bb9c90ab4eddf83e1aa041498f65b8bf8be6802f
Headers show
Series [GIT,PULL,1/7] i.MX drivers changes for 4.21 | expand

Pull-request

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

Message

Shawn Guo Dec. 10, 2018, 7:46 a.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bb9c90ab4eddf83e1aa041498f65b8bf8be6802f:

  ARM: imx_v6_v7_defconfig: add imx7ulp support (2018-12-06 22:55:20 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.21:
 - Enable build of i.MX7ULP SoC support.
 - Enable Goodix touchscreen driver which is needed by ConnectCore 6UL
   SBC Pro (ccimx6ulsbcpro) board support.
 - Enable USB_ANNOUNCE_NEW_DEVICES to help USB issue debugging and
   BT_BNEP to support network over bluetooth.
 - Remove explicit ARM_UNWIND disabling as it's selected by ARM EABI
   support.
 - Enable DA9063 PMIC for emtrion i.MX6 boards support.
 - Enable driver support for Pixel Pipeline (PXP) and DCP crypto block
   which are found on i.MX6 and i.MX7 SoCs.

----------------------------------------------------------------
A.s. Dong (1):
      ARM: imx_v6_v7_defconfig: add imx7ulp support

Alex Gonzalez (1):
      ARM: imx_v6_v7_defconfig: Select TOUCHSCREEN_GOODIX

Andreas Müller (2):
      ARM: imx_v6_v7_defconfig: Enable BT_BNEP
      ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Select the PXP driver

Jan Tuerk (1):
      ARM: imx_v6_v7_defconfig: Enable DA9063 PMIC support

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP

Otavio Salvador (1):
      ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable

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

Comments

Olof Johansson Dec. 12, 2018, 9:47 p.m. UTC | #1
On Mon, Dec 10, 2018 at 03:46:38PM +0800, Shawn Guo wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.21
> 
> for you to fetch changes up to bb9c90ab4eddf83e1aa041498f65b8bf8be6802f:
> 
>   ARM: imx_v6_v7_defconfig: add imx7ulp support (2018-12-06 22:55:20 +0800)
> 
> ----------------------------------------------------------------
> i.MX defconfig update for 4.21:
>  - Enable build of i.MX7ULP SoC support.
>  - Enable Goodix touchscreen driver which is needed by ConnectCore 6UL
>    SBC Pro (ccimx6ulsbcpro) board support.
>  - Enable USB_ANNOUNCE_NEW_DEVICES to help USB issue debugging and
>    BT_BNEP to support network over bluetooth.
>  - Remove explicit ARM_UNWIND disabling as it's selected by ARM EABI
>    support.
>  - Enable DA9063 PMIC for emtrion i.MX6 boards support.
>  - Enable driver support for Pixel Pipeline (PXP) and DCP crypto block
>    which are found on i.MX6 and i.MX7 SoCs.

Merged, thanks!


-Olof