mbox series

[GIT,PULL] i.MX fixes for 4.20, round 3

Message ID 20181206151625.GH12929@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 4.20, round 3 | expand

Pull-request

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

Message

Shawn Guo Dec. 6, 2018, 3:16 p.m. UTC
The following changes since commit 512cab3e7e0be11234f965d9898936dce2325382:

  ARM: dts: imx51-zii-rdu1: Remove EEPROM node (2018-11-19 22:35:45 +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-3

for you to fetch changes up to f15096f12a4e9340168df5fdd9201aa8ed60d59e:

  ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock (2018-12-06 15:38:28 +0800)

----------------------------------------------------------------
i.MX fixes for 4.20, round 3:
 - A couple of fixes on imx7d-pico and imx7d-nitrogen7 boards to correct
   the description of the Wifi clock.
 - Change SW2ISO count to get a safer ARM LDO ramp-up time, so that
   different boards can be covered. This fixes the ARM LDO failure seen
   on some customer boards.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: update the cpu power up timing setting on i.mx6sx

Fabio Estevam (2):
      ARM: dts: imx7d-pico: Describe the Wifi clock
      ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock

 arch/arm/boot/dts/imx7d-nitrogen7.dts |  9 +++++++--
 arch/arm/boot/dts/imx7d-pico.dtsi     | 22 +++++++++++++++++++++-
 arch/arm/mach-imx/cpuidle-imx6sx.c    |  2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)

Comments

Olof Johansson Dec. 9, 2018, 6:26 p.m. UTC | #1
On Thu, Dec 06, 2018 at 11:16:27PM +0800, Shawn Guo wrote:
> The following changes since commit 512cab3e7e0be11234f965d9898936dce2325382:
> 
>   ARM: dts: imx51-zii-rdu1: Remove EEPROM node (2018-11-19 22:35:45 +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-3
> 
> for you to fetch changes up to f15096f12a4e9340168df5fdd9201aa8ed60d59e:
> 
>   ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock (2018-12-06 15:38:28 +0800)
> 
> ----------------------------------------------------------------
> i.MX fixes for 4.20, round 3:
>  - A couple of fixes on imx7d-pico and imx7d-nitrogen7 boards to correct
>    the description of the Wifi clock.
>  - Change SW2ISO count to get a safer ARM LDO ramp-up time, so that
>    different boards can be covered. This fixes the ARM LDO failure seen
>    on some customer boards.
> 
> ----------------------------------------------------------------
> Anson Huang (1):
>       ARM: imx: update the cpu power up timing setting on i.mx6sx
> 
> Fabio Estevam (2):
>       ARM: dts: imx7d-pico: Describe the Wifi clock
>       ARM: dts: imx7d-nitrogen7: Fix the description of the Wifi clock

Merged, thanks!


-Olof