mbox series

[GIT,PULL] i.MX fixes for 5.1, round 2

Message ID 20190415090546.GA18917@X250.skyworth_vap
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.1, round 2 | expand

Pull-request

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

Message

Shawn Guo April 15, 2019, 9:06 a.m. UTC
The following changes since commit 507aaeeef80d70c46bdf07cda49234b36c2bbdcb:

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

are available in the Git repository at:

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

for you to fetch changes up to 7aedca875074b33795bc77066b325898b1eb8032:

  ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)

----------------------------------------------------------------
i.MX fixes for 5.1, round 2:
 - A couple of imx6q-logicpd device tree fixes to reduce inrush current,
   so that the board can always work properly.
 - Fix buggy device trees that use AR803X to set up phy-mode as
   rgmii-id.  These device trees are broken since day one, and the bug
   gets exposed by the AR803X phy driver changes.  i.MX community agreed
   to fix those broken device trees rather than supporting messy back
   compatibility in driver code.

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: imx6q-logicpd: Reduce inrush current on start
      ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1

Fabio Estevam (1):
      ARM: dts: imx: Fix the AR803X phy-mode

 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi | 4 +++-
 arch/arm/boot/dts/imx6dl-riotboard.dts        | 2 +-
 arch/arm/boot/dts/imx6q-ba16.dtsi             | 2 +-
 arch/arm/boot/dts/imx6q-marsboard.dts         | 2 +-
 arch/arm/boot/dts/imx6q-tbs2910.dts           | 2 +-
 arch/arm/boot/dts/imx6qdl-apf6.dtsi           | 2 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi      | 2 +-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi        | 2 +-
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi         | 2 +-
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi      | 2 +-
 arch/arm/boot/dts/imx6sx-sabreauto.dts        | 2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi             | 2 +-
 arch/arm/boot/dts/imx7d-pico.dtsi             | 2 +-
 13 files changed, 15 insertions(+), 13 deletions(-)

Comments

Olof Johansson April 28, 2019, 8:24 p.m. UTC | #1
On Mon, Apr 15, 2019 at 05:06:07PM +0800, Shawn Guo wrote:
> The following changes since commit 507aaeeef80d70c46bdf07cda49234b36c2bbdcb:
> 
>   ARM: imx_v4_v5_defconfig: enable PWM driver (2019-03-22 09:56:11 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.1-2
> 
> for you to fetch changes up to 7aedca875074b33795bc77066b325898b1eb8032:
> 
>   ARM: dts: imx6q-logicpd: Reduce inrush current on USBH1 (2019-04-11 13:45:03 +0800)

Merged, thanks!

-Olof