linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] i.MX fixes for 5.1
@ 2019-03-22  9:04 Shawn Guo
  2019-03-25 16:08 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Shawn Guo @ 2019-03-22  9:04 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, Fabio Estevam, linux-imx, kernel

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1

for you to fetch changes up to 507aaeeef80d70c46bdf07cda49234b36c2bbdcb:

  ARM: imx_v4_v5_defconfig: enable PWM driver (2019-03-22 09:56:11 +0800)

----------------------------------------------------------------
i.MX fixes for 5.1:
 - Correct phy mode setting of imx6dl-yapp4 board to fix a problem
   caused by commit 5ecdd77c61c8 ("net: dsa: qca8k: disable delay
   for RGMII mode").
 - Add a missing of_node_put call to fix leaked reference detected by
   coccinelle in imx51 machine code.
 - Fix imx6q cpuidle driver bug which causes that CPU might not wake up
   at expected time.
 - Increase reset duration of Ethernet phy Micrel KSZ9031RNX to fix
   transmission timeouts error seen on imx6qdl-phytec-pfla02 board.
 - Correct SPDX License Identifier style for imx6ull-pinfunc-snvs.h.
 - Fix 'bus-witdh' typos in imx6qdl-icore-rqs.dtsi.
 - Correct pseudo PHY address of switch device for imx6dl-yapp4 board.
 - Update PWM driver options in imx defconfig files due to the change
   on driver part.

----------------------------------------------------------------
Kohji Okuno (1):
      ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time

Marco Felsch (1):
      ARM: dts: pfla02: increase phy reset duration

Masanari Iida (1):
      ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsi

Michal Vokáč (2):
      ARM: dts: imx6dl-yapp4: Use rgmii-id phy mode on the cpu port
      ARM: dts: imx6dl-yapp4: Use correct pseudo PHY address for the switch

Nishad Kamdar (1):
      ARM: dts: imx6ull: Use the correct style for SPDX License Identifier

Uwe Kleine-König (2):
      ARM: imx_v6_v7_defconfig: continue compiling the pwm driver
      ARM: imx_v4_v5_defconfig: enable PWM driver

Wen Yang (1):
      ARM: imx51: fix a leaked reference by adding missing of_node_put

 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi   |  6 +++---
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi     |  4 ++--
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi |  1 +
 arch/arm/boot/dts/imx6ull-pinfunc-snvs.h     |  2 +-
 arch/arm/configs/imx_v4_v5_defconfig         |  3 +++
 arch/arm/configs/imx_v6_v7_defconfig         |  2 +-
 arch/arm/mach-imx/cpuidle-imx6q.c            | 27 ++++++++++-----------------
 arch/arm/mach-imx/mach-imx51.c               |  1 +
 8 files changed, 22 insertions(+), 24 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.1
  2019-03-22  9:04 [GIT PULL] i.MX fixes for 5.1 Shawn Guo
@ 2019-03-25 16:08 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2019-03-25 16:08 UTC (permalink / raw)
  To: Shawn Guo; +Cc: Linux ARM, arm-soc, Fabio Estevam, linux-imx, Sascha Hauer

On Fri, Mar 22, 2019 at 10:05 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
>
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1
>
> for you to fetch changes up to 507aaeeef80d70c46bdf07cda49234b36c2bbdcb:
>
>   ARM: imx_v4_v5_defconfig: enable PWM driver (2019-03-22 09:56:11 +0800)
>
> ----------------------------------------------------------------
> i.MX fixes for 5.1:
>  - Correct phy mode setting of imx6dl-yapp4 board to fix a problem
>    caused by commit 5ecdd77c61c8 ("net: dsa: qca8k: disable delay
>    for RGMII mode").
>  - Add a missing of_node_put call to fix leaked reference detected by
>    coccinelle in imx51 machine code.
>  - Fix imx6q cpuidle driver bug which causes that CPU might not wake up
>    at expected time.
>  - Increase reset duration of Ethernet phy Micrel KSZ9031RNX to fix
>    transmission timeouts error seen on imx6qdl-phytec-pfla02 board.
>  - Correct SPDX License Identifier style for imx6ull-pinfunc-snvs.h.
>  - Fix 'bus-witdh' typos in imx6qdl-icore-rqs.dtsi.
>  - Correct pseudo PHY address of switch device for imx6dl-yapp4 board.
>  - Update PWM driver options in imx defconfig files due to the change
>    on driver part.

Pulled into arm/fixes, thanks!

       Arnd

_______________________________________________
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:[~2019-03-25 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-22  9:04 [GIT PULL] i.MX fixes for 5.1 Shawn Guo
2019-03-25 16:08 ` Arnd Bergmann

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