mbox series

[GIT,PULL] i.MX fixes for 5.1

Message ID 20190322090432.GE12513@dragon (mailing list archive)
State Mainlined, archived
Commit 507aaeeef80d70c46bdf07cda49234b36c2bbdcb
Headers show
Series [GIT,PULL] i.MX fixes for 5.1 | expand

Pull-request

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

Message

Shawn Guo March 22, 2019, 9:04 a.m. UTC
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(-)

Comments

Arnd Bergmann March 25, 2019, 4:08 p.m. UTC | #1
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