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.18
Date: Mon, 11 Apr 2022 10:43:01 +0800 [thread overview]
Message-ID: <20220411024301.GH129381@dragon> (raw)
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.18
for you to fetch changes up to f571e9c9aafed2fbd60fd99aa4b9823221338b98:
arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes (2022-04-11 09:38:07 +0800)
----------------------------------------------------------------
i.MX fixes for 5.18:
- Increase DOMAIN_MAX_CLKS in imx8m-blk-ctrl driver to fix an ISI hang
on i.MX8MN.
- Fix spi-tx-bus-width on imx8mq-tqma8mq board.
- Fix an SGTL5000 detection issue by moving MCLK pinctrl into SGTL5000
codec node.
- Fix spi2 pin configuration on imx8mm-venice board.
- Fix SCU clock controller's compatible property for i.MX8QM.
- Fix SAI device compatible for i.MX8MN.
- A couple of fixes from Rob to address issues in boolean properties
and touchscreen property sizes.
- Fix OTG controller over-current configuration for imx8mm-venice-gw
boards.
- Fix NULL but dereferenced coccicheck error in imx-weim driver.
----------------------------------------------------------------
Adam Ford (1):
soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang
Alexander Stein (1):
arm64: dts: imx8mq-tqma8mq: change the spi-nor tx
Fabio Estevam (1):
ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue
Johan Hovold (1):
arm64: dts: imx8mm-venice: fix spi2 pin configuration
Liu Ying (1):
arm64: dts: imx8qm: Correct SCU clock controller's compatible property
Marek Vasut (1):
arm64: dts: imx8mn: Fix SAI nodes
Rob Herring (2):
ARM: dts: imx: Fix boolean properties with values
arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
Tim Harvey (1):
ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode
Wan Jiabing (1):
bus: imx-weim: fix NULL but dereferenced coccicheck error
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 10 +++++--
arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi | 32 +++++++++++-----------
.../boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi | 4 +--
arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 8 +++---
.../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi | 4 ++-
.../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 4 ++-
.../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 4 ++-
arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 8 +++---
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 10 +++----
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 +-
drivers/bus/imx-weim.c | 3 +-
drivers/soc/imx/imx8m-blk-ctrl.c | 2 +-
13 files changed, 52 insertions(+), 41 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
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.18
Date: Mon, 11 Apr 2022 10:43:01 +0800 [thread overview]
Message-ID: <20220411024301.GH129381@dragon> (raw)
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.18
for you to fetch changes up to f571e9c9aafed2fbd60fd99aa4b9823221338b98:
arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes (2022-04-11 09:38:07 +0800)
----------------------------------------------------------------
i.MX fixes for 5.18:
- Increase DOMAIN_MAX_CLKS in imx8m-blk-ctrl driver to fix an ISI hang
on i.MX8MN.
- Fix spi-tx-bus-width on imx8mq-tqma8mq board.
- Fix an SGTL5000 detection issue by moving MCLK pinctrl into SGTL5000
codec node.
- Fix spi2 pin configuration on imx8mm-venice board.
- Fix SCU clock controller's compatible property for i.MX8QM.
- Fix SAI device compatible for i.MX8MN.
- A couple of fixes from Rob to address issues in boolean properties
and touchscreen property sizes.
- Fix OTG controller over-current configuration for imx8mm-venice-gw
boards.
- Fix NULL but dereferenced coccicheck error in imx-weim driver.
----------------------------------------------------------------
Adam Ford (1):
soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang
Alexander Stein (1):
arm64: dts: imx8mq-tqma8mq: change the spi-nor tx
Fabio Estevam (1):
ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue
Johan Hovold (1):
arm64: dts: imx8mm-venice: fix spi2 pin configuration
Liu Ying (1):
arm64: dts: imx8qm: Correct SCU clock controller's compatible property
Marek Vasut (1):
arm64: dts: imx8mn: Fix SAI nodes
Rob Herring (2):
ARM: dts: imx: Fix boolean properties with values
arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
Tim Harvey (1):
ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode
Wan Jiabing (1):
bus: imx-weim: fix NULL but dereferenced coccicheck error
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 10 +++++--
arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi | 32 +++++++++++-----------
.../boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi | 4 +--
arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 8 +++---
.../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi | 4 ++-
.../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 4 ++-
.../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 4 ++-
arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi | 8 +++---
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 10 +++----
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 +-
drivers/bus/imx-weim.c | 3 +-
drivers/soc/imx/imx8m-blk-ctrl.c | 2 +-
13 files changed, 52 insertions(+), 41 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:[~2022-04-11 2:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 2:43 Shawn Guo [this message]
2022-04-11 2:43 ` [GIT PULL] i.MX fixes for 5.18 Shawn Guo
2022-04-14 21:10 ` patchwork-bot+linux-soc
2022-04-14 21:10 ` patchwork-bot+linux-soc
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=20220411024301.GH129381@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.