mbox series

[GIT,PULL] i.MX fixes for 4.20

Message ID 20181105030750.GC24464@tiger
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.20 | expand

Pull-request

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

Message

Shawn Guo Nov. 5, 2018, 3:07 a.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 1ad9fb750a104f51851c092edd7b3553f0218428:

  ARM: dts: imx6sx-sdb: Fix enet phy regulator (2018-11-05 10:11:04 +0800)

----------------------------------------------------------------
i.MX fixes for 4.20:
 - Add boot-on and always-on for imx6sx-sdb phy regulator to fix enet
   resume problem, which is exposed by commit ("regulator: fixed:
   Convert to use GPIO descriptor only").
 - Fix improperly quoted stdout-path values for imx53-ppd and
   vf610m4-colibri board.
 - Fix the typo of compatible string "fs,imx6sll-i2c" which should be
   "fsl,imx6sll-i2c".

----------------------------------------------------------------
Leonard Crestez (1):
      ARM: dts: imx6sx-sdb: Fix enet phy regulator

Oleksij Rempel (1):
      ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node

Rob Herring (1):
      ARM: dts: fsl: Fix improperly quoted stdout-path values

 arch/arm/boot/dts/imx53-ppd.dts       | 2 +-
 arch/arm/boot/dts/imx6sll.dtsi        | 2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi     | 7 ++++++-
 arch/arm/boot/dts/vf610m4-colibri.dts | 4 ++--
 4 files changed, 10 insertions(+), 5 deletions(-)

Comments

Olof Johansson Nov. 5, 2018, 2:39 p.m. UTC | #1
On Mon, Nov 05, 2018 at 11:07:52AM +0800, Shawn Guo wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.20
> 
> for you to fetch changes up to 1ad9fb750a104f51851c092edd7b3553f0218428:
> 
>   ARM: dts: imx6sx-sdb: Fix enet phy regulator (2018-11-05 10:11:04 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 4.20:
>  - Add boot-on and always-on for imx6sx-sdb phy regulator to fix enet
>    resume problem, which is exposed by commit ("regulator: fixed:
>    Convert to use GPIO descriptor only").
>  - Fix improperly quoted stdout-path values for imx53-ppd and
>    vf610m4-colibri board.
>  - Fix the typo of compatible string "fs,imx6sll-i2c" which should be
>    "fsl,imx6sll-i2c".

Merged, thanks!


-Olof