Re: [PATCH 2/2] rzx50: add poweroff support

2012-06-25 Thread Antony Pavlov
Ok, I'll fix it in a few hours. On 25 June 2012 11:32, Sascha Hauer wrote: > Hi Antony, > > This patch introduces some new build warnings in rx50_defconfig. Could you > fix these? > > arch/mips/mach-xburst/reset-jz4750.c: In function 'poweroff': > arch/mips/mach-xburst/reset-jz4750.c:68: warning

Re: [PATCH 2/2] rzx50: add poweroff support

2012-06-25 Thread Sascha Hauer
Hi Antony, This patch introduces some new build warnings in rx50_defconfig. Could you fix these? arch/mips/mach-xburst/reset-jz4750.c: In function 'poweroff': arch/mips/mach-xburst/reset-jz4750.c:68: warning: passing argument 1 of '__raw_readl' makes pointer from integer without a cast arch/mip

[PATCH 2/2] rzx50: add poweroff support

2012-06-13 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/mips/mach-xburst/Kconfig |1 + arch/mips/mach-xburst/include/mach/jz4750d_regs.h | 31 + arch/mips/mach-xburst/reset-jz4750.c | 28 +++ 3 files changed, 60 insertions(+) diff --git