Hi Olaf, Hi Arnd,
please consider the following enhancement for the KZM-9A-GT board
from Tetsuyuki Kobayashi for inclusion in 3.7.
----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g
for you to fetch changes up to 7952717adb69efc1d2443a1858f96d23c2fb93e0:
ARM: shmobile: kzm9g: enable restarting (2012-08-25 14:39:44 +0900)
----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
ARM: shmobile: kzm9g: enable restarting
arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
1 file changed, 8 insertions(+)
From: Tetsuyuki Kobayashi <redacted>
Do soft-power-on-reset in sys_reboot system call.
How to test this patch
Execute "sudo reboot" from command line. The system will start shutdown
sequence and finally reboot and U-Boot restarts.
Cc: Nobuhiro Iwamatsu <redacted>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Tetsuyuki Kobayashi <redacted>
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
1 file changed, 8 insertions(+)
Hi Olaf, Hi Arnd,
please consider the following enhancement for the KZM-9A-GT board
Just a minor correction :)
The board name is KZM-A9-GT.
from Tetsuyuki Kobayashi for inclusion in 3.7.
----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g
for you to fetch changes up to 7952717adb69efc1d2443a1858f96d23c2fb93e0:
ARM: shmobile: kzm9g: enable restarting (2012-08-25 14:39:44 +0900)
----------------------------------------------------------------
Tetsuyuki Kobayashi (1):
ARM: shmobile: kzm9g: enable restarting
arch/arm/mach-shmobile/board-kzm9g.c | 8 ++++++++
1 file changed, 8 insertions(+)
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Olof Johansson <hidden> Date: 2012-09-05 22:34:16
On Tue, Aug 28, 2012 at 09:18:35AM +0900, Simon Horman wrote:
Hi Olaf, Hi Arnd,
please consider the following enhancement for the KZM-9A-GT board
from Tetsuyuki Kobayashi for inclusion in 3.7.
----------------------------------------------------------------
The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git kzm9g
This patch ended up causing a new build warning in combination
with the io.h changes in Russell's tree.
I've just applied this patch on top, which is the same thing we
did to all the other open-coded mmio locations.
Arnd
commit 28901c1fed11dfeab65f640878e85a9b61d311ed
Author: Arnd Bergmann [off-list ref]
Date: Sun Sep 23 22:41:21 2012 +0000
ARM: shmobile: add new __iomem annotation for new code
While we fixed up all instances that were already present in v3.6,
this one came in through new code.
Without this patch, building kzm9g_defconfig results in:
arch/arm/mach-shmobile/board-kzm9g.c: In function 'kzm9g_restart':
arch/arm/mach-shmobile/board-kzm9g.c:781:2: warning: passing argument 2 of '__raw_writel' makes pointer from integer without a cast [enabled by default]
Signed-off-by: Arnd Bergmann [off-list ref]
Cc: Nobuhiro Iwamatsu [off-list ref]
Cc: Kuninori Morimoto [off-list ref]
Cc: Tetsuyuki Kobayashi [off-list ref]
Cc: Simon Horman [off-list ref]
This patch ended up causing a new build warning in combination
with the io.h changes in Russell's tree.
I've just applied this patch on top, which is the same thing we
did to all the other open-coded mmio locations.