]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-fixes-3.9-4' of git://git.linaro.org/people/shawnguo/linux-2.6 into...
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 Mar 2013 10:54:33 +0000 (11:54 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 Mar 2013 10:55:23 +0000 (11:55 +0100)
commit5aa87d5ace18195026b42eb94887b0b3714721a9
treed6ba3c39421f728414bd7f1e1bae4b2f9d69e736
parent171df4ac4a434807e151c237f4f6b9708f379e3b
parent94d1ded319d8a5fdb2b788edccf8cf7d20d67f1f
Merge tag 'imx-fixes-3.9-4' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes

From Shawn Guo <shawn.guo@linaro.org>:

The imx fixes for 3.9, take 4:

Running suspend/resume without no_console_suspend setting on kernel
cmdline will likely makes system hang.  It causesd by the sync issue
between imx_cpu_die() and imx_cpu_kill() call.  Fix the issue by
synchronizing the calls using cpu jumping argument register which is
free to use in kernel.

* tag 'imx-fixes-3.9-4' of git://git.linaro.org/people/shawnguo/linux-2.6:
  ARM: imx: fix sync issue between imx_cpu_die and imx_cpu_kill
  ARM: imx: add dependency check for DEBUG_IMX_UART_PORT

Signed-off-by: Arnd Bergmann <arnd@arndb.de>