From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Fabio Estevam <festevam@gmail.com>,
Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
kernel@pengutronix.de, linux-imx@nxp.com,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX fixes for 5.10, round 5
Date: Tue, 1 Dec 2020 17:18:21 +0800 [thread overview]
Message-ID: <20201201091820.GW4072@dragon> (raw)
The following changes since commit 33d0d843872c5ddbe28457a92fc6f2487315fb9f:
ARM: dts: imx50-evk: Fix the chip select 1 IOMUX (2020-11-10 10:36:10 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10-5
for you to fetch changes up to 19ba8fb810c60b46869acc9f455613de454e0fca:
ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin (2020-12-01 09:20:18 +0800)
----------------------------------------------------------------
i.MX fixes for 5.10, round 5:
- Fix a regression on SoC revision detection with ANATOP, that is
introduced by commit 4a4fb66119eb ("ARM: imx: Add missing
of_node_put()").
- Drop PAD_GPIO_6 from imx6qdl-wandboard ENET pin group, as the pin is
used by camera sensor now.
- Fix I2C3_SCL pinmux on imx6qdl-kontron-samx6i board, so that SoM EEPROM
can be accessed.
----------------------------------------------------------------
Bernd Bauer (1):
ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin
Fabio Estevam (1):
ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp
Robert Karszniewicz (1):
ARM: imx: Use correct SRC base address
arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi | 1 -
arch/arm/mach-imx/anatop.c | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: soc@kernel.org, arm@kernel.org
Cc: Stefan Agner <stefan@agner.ch>, Li Yang <leoyang.li@nxp.com>,
linux-imx@nxp.com, kernel@pengutronix.de,
Fabio Estevam <festevam@gmail.com>,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX fixes for 5.10, round 5
Date: Tue, 1 Dec 2020 17:18:21 +0800 [thread overview]
Message-ID: <20201201091820.GW4072@dragon> (raw)
Message-ID: <20201201091821.D5C0qWWuxwc5zbj2ENK11ZOFqd4GVqkLxVDhJ2V4aJQ@z> (raw)
The following changes since commit 33d0d843872c5ddbe28457a92fc6f2487315fb9f:
ARM: dts: imx50-evk: Fix the chip select 1 IOMUX (2020-11-10 10:36:10 +0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10-5
for you to fetch changes up to 19ba8fb810c60b46869acc9f455613de454e0fca:
ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin (2020-12-01 09:20:18 +0800)
----------------------------------------------------------------
i.MX fixes for 5.10, round 5:
- Fix a regression on SoC revision detection with ANATOP, that is
introduced by commit 4a4fb66119eb ("ARM: imx: Add missing
of_node_put()").
- Drop PAD_GPIO_6 from imx6qdl-wandboard ENET pin group, as the pin is
used by camera sensor now.
- Fix I2C3_SCL pinmux on imx6qdl-kontron-samx6i board, so that SoM EEPROM
can be accessed.
----------------------------------------------------------------
Bernd Bauer (1):
ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin
Fabio Estevam (1):
ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp
Robert Karszniewicz (1):
ARM: imx: Use correct SRC base address
arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl-wandboard-revd1.dtsi | 1 -
arch/arm/mach-imx/anatop.c | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-12-01 9:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-01 9:18 Shawn Guo [this message]
2020-12-01 9:18 ` [GIT PULL] i.MX fixes for 5.10, round 5 Shawn Guo
2020-12-07 14:40 ` patchwork-bot+linux-soc
2020-12-08 16:11 ` Arnd Bergmann
2020-12-08 16:11 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201201091820.GW4072@dragon \
--to=shawnguo@kernel.org \
--cc=arm@kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=soc@kernel.org \
--cc=stefan@agner.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.