mbox series

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

Message ID 20190618140401.GA5908@dragon (mailing list archive)
State Mainlined, archived
Commit a019ab40679715ea680cc8561a02888be70bc4e9
Headers show
Series [GIT,PULL] i.MX fixes for 5.2, round 2 | expand

Pull-request

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

Message

Shawn Guo June 18, 2019, 2:04 p.m. UTC
The following changes since commit b25af2ff7c07bd19af74e3f64ff82e2880d13d81:

  ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX (2019-05-20 14:32:32 +0800)

are available in the Git repository at:

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

for you to fetch changes up to a019ab40679715ea680cc8561a02888be70bc4e9:

  arm64: defconfig: Enable FSL_EDMA driver (2019-06-18 14:32:43 +0800)

----------------------------------------------------------------
i.MX fixes for 5.2, round 2:
 - A fix on LS1028A device tree CPU state to get CPU idle work.
 - Enable FSL_EDMA driver support in defconfig to fix a indefinite
   deferring probe on Layerscape platforms.

----------------------------------------------------------------
Li Yang (1):
      arm64: defconfig: Enable FSL_EDMA driver

Ran Wang (1):
      arm64: dts: ls1028a: Fix CPU idle fail.

 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 18 +++++++++---------
 arch/arm64/configs/defconfig                   |  1 +
 2 files changed, 10 insertions(+), 9 deletions(-)

Comments

Olof Johansson June 19, 2019, 2:26 p.m. UTC | #1
On Tue, Jun 18, 2019 at 10:04:04PM +0800, Shawn Guo wrote:
> The following changes since commit b25af2ff7c07bd19af74e3f64ff82e2880d13d81:
> 
>   ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SX (2019-05-20 14:32:32 +0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.2-2
> 
> for you to fetch changes up to a019ab40679715ea680cc8561a02888be70bc4e9:
> 
>   arm64: defconfig: Enable FSL_EDMA driver (2019-06-18 14:32:43 +0800)

Merged, thanks.


-Olof