linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX fixes for 5.10, 3rd round
@ 2020-10-30 15:18 Shawn Guo
  2020-11-02  0:10 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2020-10-30 15:18 UTC (permalink / raw)
  To: soc, arm
  Cc: Stefan Agner, Li Yang, linux-imx, kernel, Fabio Estevam,
	linux-arm-kernel

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)

----------------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] i.MX fixes for 5.10, 3rd round
  2020-10-30 15:18 [GIT PULL] i.MX fixes for 5.10, 3rd round Shawn Guo
@ 2020-11-02  0:10 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2020-11-02  0:10 UTC (permalink / raw)
  To: soc, arm
  Cc: Stefan Agner, Li Yang, Oleksij Rempel, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-02  0:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).