From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Thu, 18 Aug 2016 08:41:18 +0800 Subject: [GIT PULL] i.MX fixes for 4.8 Message-ID: <20160818004118.GA20221@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-4.8 for you to fetch changes up to cfee6b5874654fe4e7388bc3112d3afb76cd8b9e: ARM: imx6ul: populates platform device at .init_machine (2016-08-17 22:43:05 +0800) ---------------------------------------------------------------- The i.MX fixes for 4.8: - Fix typo in imx6sx-sabreauto board wakeup property - Fix i.MX6UL suspend-to-standby support by adding the BM_CLPCR_BYP_MMDC_CH0_LPM_HS handling - Fix a i.MX6UL regression on suspend support, which is caused by commit 850bea2335e4 ("arm: Remove unnecessary of_platform_populate with default match table") ---------------------------------------------------------------- Andreas F?rber (1): ARM: dts: imx6sx-sabreauto: Fix misspelled property Peter Chen (2): ARM: imx6: add missing BM_CLPCR_BYP_MMDC_CH0_LPM_HS setting for imx6ul ARM: imx6ul: populates platform device at .init_machine arch/arm/boot/dts/imx6sx-sabreauto.dts | 2 +- arch/arm/mach-imx/mach-imx6ul.c | 1 + arch/arm/mach-imx/pm-imx6.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-)