All of lore.kernel.org
 help / color / mirror / Atom feed
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>,
	Oleksij Rempel <o.rempel@pengutronix.de>,
	linux-imx@nxp.com, kernel@pengutronix.de,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] i.MX fixes for 5.10, 3rd round
Date: Mon, 2 Nov 2020 08:10:57 +0800	[thread overview]
Message-ID: <20201102001056.GA8316@dragon> (raw)
In-Reply-To: <20201030151821.GA28266@dragon>

On Fri, Oct 30, 2020 at 11:18:22PM +0800, Shawn Guo wrote:
> The following changes since commit ccee91b568e35e87d61ae72b51fd07ddf5a3d999:
> 
>   ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC (2020-10-27 07:45:43 +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-3
> 
> for you to fetch changes up to d969e9c05f832b39442e4fe053b07ee9c564e573:
> 
>   ARM: dts: imx6q-prti6q: fix PHY address (2020-10-30 16:49:19 +0800)

Hi,

As you haven't pulled this in, I made quick fix-up on the top commit
to address the Fixes tag issue spotted by Stephen [1].

Shawn

[1] https://lkml.org/lkml/2020/11/1/326


The following changes since commit ccee91b568e35e87d61ae72b51fd07ddf5a3d999:

  ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC (2020-10-27 07:45:43 +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-3

for you to fetch changes up to e402599e5e5e0b2758d7766fd9f6d7953d4ccd85:

  ARM: dts: imx6q-prti6q: fix PHY address (2020-11-02 07:51:24 +0800)

----------------------------------------------------------------
i.MX fixes for 5.10, 3rd round:

- A series from Krzysztof Kozlowski to fix missing PMIC's interrupt
  line pull-up for i.MX8MM and i.MX8MN boards.
- Set Bluetooth chip max-speed to 4000000 on imx8mm-beacon-som board
  to fix the choppy Bluetooth audio sound.
- Remove non-existent OTG2, usbphynop2, and the usbmisc2 from i.MX8MN
  device tree.
- Fix the endianness setting of RCPM node on Layerscape SoCs.
- Add the missing dma-coherent property for qoriq-fman device to improve
  the performance.
- Fix the Ethernet PHY address on imx6q-prti6q board.

----------------------------------------------------------------
Adam Ford (2):
      arm64: dts: imx8mm-beacon-som: Fix Choppy BT audio
      arm64: dts imx8mn: Remove non-existent USB OTG2

Biwen Li (1):
      arm64: dts: fsl: fix endianness issue of rcpm

Krzysztof Kozlowski (6):
      arm64: dts: imx8mm-var-som: fix missing PMIC's interrupt line pull-up
      arm64: dts: imx8mm-beacon-som: fix missing PMIC's interrupt line pull-up
      arm64: dts: imx8mm-evk: fix missing PMIC's interrupt line pull-up
      arm64: dts: imx8mn-var-som: fix missing PMIC's interrupt line pull-up
      arm64: dts: imx8mn-ddr4-evk: fix missing PMIC's interrupt line pull-up
      arm64: dts: imx8mn-evk: fix missing PMIC's interrupt line pull-up

Madalin Bucur (1):
      arm64: dts: fsl: DPAA FMan DMA operations are coherent

Oleksij Rempel (1):
      ARM: dts: imx6q-prti6q: fix PHY address

 arch/arm/boot/dts/imx6q-prti6q.dts                 |  4 +--
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     |  1 +
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  1 +
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi      |  2 ++
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi      |  1 +
 arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi  |  9 +++----
 arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts  |  1 +
 arch/arm64/boot/dts/freescale/imx8mn-evk.dts       |  1 +
 arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi  |  9 +++----
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 30 ----------------------
 arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi   |  1 +
 12 files changed, 17 insertions(+), 44 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2020-11-02  0:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30 15:18 [GIT PULL] i.MX fixes for 5.10, 3rd round Shawn Guo
2020-11-02  0:10 ` Shawn Guo [this message]

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=20201102001056.GA8316@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=o.rempel@pengutronix.de \
    --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.