mbox

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

Message ID 1462291086-19925-5-git-send-email-shawnguo@kernel.org
State New
Headers show

Pull-request

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

Message

Shawn Guo May 3, 2016, 3:58 p.m. UTC
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2ead04d9d69ebded61da063cb5a8ade72da6c8f5:

  ARM: imx_v6_v7_defconfig: add CONFIG_MICREL_PHY (2016-05-03 20:58:07 +0800)

----------------------------------------------------------------
The i.MX defconfig updates for 4.7:
 - Update multi_v5_defconfig for i.MX21/27 and systemd support
 - Update imx_v6_v7_defconfig to support devices found on various i.MX6
   board: FT5x06 and TSC2004 touch, I2C GPIO, MICREL PHY and M41T80 RTC

----------------------------------------------------------------
Gary Bisson (3):
      ARM: imx_v6_v7_defconfig: add FT5x06 and TSC2004 touch support
      ARM: imx_v6_v7_defconfig: add CONFIG_I2C_MUX_GPIO
      ARM: imx_v6_v7_defconfig: add CONFIG_RTC_DRV_M41T80

Jan Luebbe (2):
      ARM: multi_v5_defconfig: Enable support for MX21/MX27
      ARM: multi_v5_defconfig: Enable recommended options for systemd

Marcel Ziswiler (2):
      ARM: imx_v6_v7_defconfig: add CONFIG_I2C_GPIO
      ARM: imx_v6_v7_defconfig: add CONFIG_MICREL_PHY

 arch/arm/configs/imx_v6_v7_defconfig |  6 ++++++
 arch/arm/configs/multi_v5_defconfig  | 21 ++++++++++++++++++---
 2 files changed, 24 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann May 10, 2016, 12:09 p.m. UTC | #1
On Tuesday 03 May 2016 23:58:05 Shawn Guo wrote:
> The i.MX defconfig updates for 4.7:
>  - Update multi_v5_defconfig for i.MX21/27 and systemd support
>  - Update imx_v6_v7_defconfig to support devices found on various i.MX6
>    board: FT5x06 and TSC2004 touch, I2C GPIO, MICREL PHY and M41T80 RTC
> 

Merged into next/defconfig, thanks!

	Arnd